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 _______________________________________________ Sisyphus-incominger mailing list [email protected] https://lists.altlinux.org/mailman/listinfo/sisyphus-incominger
