From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.1 (2015-04-28) on sa.local.altlinux.org X-Spam-Level: X-Spam-Status: No, score=-3.3 required=5.0 tests=BAYES_00,RP_MATCHES_RCVD autolearn=ham autolearn_force=no version=3.4.1 Date: Wed, 26 Apr 2023 20:14:00 +0000 From: "Girar awaiter (shaba)" To: Alexey Shabalin Subject: [#319394] [test-only] FAILED virtiofsd.git=1.6.0-alt1 Message-ID: Mail-Followup-To: Girar awaiter robot MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline X-girar-task-id: 319394 X-girar-task-owner: shaba X-girar-task-repo: sisyphus X-girar-task-try: 1 X-girar-task-iter: 1 X-girar-task-status: FAILED X-girar-task-URL: https://git.altlinux.org/tasks/319394/ X-girar-task-log: logs/events.1.1.log X-girar-task-summary: [#319394] [test-only] FAILED virtiofsd.git=1.6.0-alt1 User-Agent: Mutt/1.10.1 (2018-07-13) Cc: sisyphus-incominger@lists.altlinux.org, girar-builder-sisyphus@altlinux.org X-BeenThere: sisyphus-incominger@lists.altlinux.org X-Mailman-Version: 2.1.12 Precedence: list Reply-To: ALT Devel discussion list List-Id: ALT Linux Girar Builder robot reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2023 20:14:02 -0000 Archived-At: List-Archive: https://git.altlinux.org/tasks/319394/logs/events.1.1.log subtask name aarch64 armh i586 ppc64le x86_64 #100 virtiofsd 3:09 failed failed 3:51 1:40 2023-Apr-26 20:10:06 :: test-only task #319394 for sisyphus started by shaba: #100 build 1.6.0-alt1 from /people/shaba/packages/virtiofsd.git fetched at 2023-Apr-26 20:10:04 2023-Apr-26 20:10:08 :: [armh] #100 virtiofsd.git 1.6.0-alt1: build start 2023-Apr-26 20:10:08 :: [ppc64le] #100 virtiofsd.git 1.6.0-alt1: build start 2023-Apr-26 20:10:08 :: [i586] #100 virtiofsd.git 1.6.0-alt1: build start 2023-Apr-26 20:10:08 :: [x86_64] #100 virtiofsd.git 1.6.0-alt1: build start 2023-Apr-26 20:10:08 :: [aarch64] #100 virtiofsd.git 1.6.0-alt1: build start [i586] --> src/sandbox.rs:207:39 [i586] 207 | oslib::mount(None, "/", None, libc::MS_SLAVE | libc::MS_REC).map_err(Error::CleanMount)?; [i586] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` [i586] -- [i586] help: you can convert a `u32` to a `u64` [i586] 207 | oslib::mount(None, "/", None, (libc::MS_SLAVE | libc::MS_REC).into()).map_err(Error::CleanMount)?; [i586] error[E0308]: mismatched types [i586] -- [i586] --> src/sandbox.rs:285:39 [i586] 285 | oslib::mount(None, ".", None, libc::MS_SLAVE | libc::MS_REC).map_err(Error::CleanMount)?; [i586] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` [i586] -- [i586] help: you can convert a `u32` to a `u64` [i586] 285 | oslib::mount(None, ".", None, (libc::MS_SLAVE | libc::MS_REC).into()).map_err(Error::CleanMount)?; [i586] Some errors have detailed explanations: E0277, E0308, E0425. [i586] For more information about an error, try `rustc --explain E0277`. [i586] error: could not compile `virtiofsd` due to 20 previous errors 2023-Apr-26 20:11:02 :: [i586] virtiofsd.git 1.6.0-alt1: remote: build failed 2023-Apr-26 20:11:02 :: [i586] #100 virtiofsd.git 1.6.0-alt1: build FAILED 2023-Apr-26 20:11:02 :: [i586] requesting cancellation of task processing 2023-Apr-26 20:11:48 :: [x86_64] #100 virtiofsd.git 1.6.0-alt1: build OK [armh] --> src/sandbox.rs:207:39 [armh] 207 | oslib::mount(None, "/", None, libc::MS_SLAVE | libc::MS_REC).map_err(Error::CleanMount)?; [armh] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` [armh] -- [armh] help: you can convert a `u32` to a `u64` [armh] 207 | oslib::mount(None, "/", None, (libc::MS_SLAVE | libc::MS_REC).into()).map_err(Error::CleanMount)?; [armh] error[E0308]: mismatched types [armh] -- [armh] --> src/sandbox.rs:285:39 [armh] 285 | oslib::mount(None, ".", None, libc::MS_SLAVE | libc::MS_REC).map_err(Error::CleanMount)?; [armh] | ------------ ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ expected `u64`, found `u32` [armh] -- [armh] help: you can convert a `u32` to a `u64` [armh] 285 | oslib::mount(None, ".", None, (libc::MS_SLAVE | libc::MS_REC).into()).map_err(Error::CleanMount)?; [armh] Some errors have detailed explanations: E0277, E0308, E0425. [armh] For more information about an error, try `rustc --explain E0277`. [armh] error: could not compile `virtiofsd` due to 21 previous errors 2023-Apr-26 20:12:28 :: [armh] virtiofsd.git 1.6.0-alt1: remote: build failed 2023-Apr-26 20:12:28 :: [armh] #100 virtiofsd.git 1.6.0-alt1: build FAILED 2023-Apr-26 20:13:17 :: [aarch64] #100 virtiofsd.git 1.6.0-alt1: build OK 2023-Apr-26 20:13:59 :: [ppc64le] #100 virtiofsd.git 1.6.0-alt1: build OK 2023-Apr-26 20:11:02 :: [i586] build FAILED 2023-Apr-26 20:12:28 :: [armh] build FAILED 2023-Apr-26 20:14:00 :: task #319394 for sisyphus FAILED