[INFO] updating cached repository https://github.com/saethlin/fls [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] [stderr] From https://github.com/saethlin/fls [INFO] [stderr] d3ca2c9..2fc4926 master -> master [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 2fc4926f38de10171d267811e2dd383a9345c1c5 [INFO] checking saethlin/fls against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fsaethlin%2Ffls" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/saethlin/fls on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/saethlin/fls [INFO] finished tweaking git repo https://github.com/saethlin/fls [INFO] tweaked toml for git repo https://github.com/saethlin/fls written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/saethlin/fls already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 88fc11deb6b562cfc35685391506c6d7be843dac58aa836c9c51efa4dd1b6155 [INFO] running `"docker" "start" "-a" "88fc11deb6b562cfc35685391506c6d7be843dac58aa836c9c51efa4dd1b6155"` [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Compiling arrayvec v0.4.11 [INFO] [stderr] Checking nodrop v0.1.13 [INFO] [stderr] Checking syscall v0.2.1 [INFO] [stderr] Checking unicode-segmentation v1.3.0 [INFO] [stderr] Checking smallvec v0.6.10 [INFO] [stderr] Checking itoa v0.4.4 [INFO] [stderr] Checking libc v0.2.62 [INFO] [stderr] Checking veneer v0.1.0 (https://github.com/saethlin/veneer#d22ffde7) [INFO] [stderr] Checking fls v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0152]: duplicate lang item found: `eh_personality`. [INFO] [stderr] --> src/main.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | pub extern "C" fn rust_eh_personality() {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `panic_unwind`. [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `panic_impl`. [INFO] [stderr] --> src/main.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | / fn panic(_info: &core::panic::PanicInfo) -> ! { [INFO] [stderr] 15 | | unsafe { libc::abort() } [INFO] [stderr] 16 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] error[E0152]: duplicate lang item found: `oom`. [INFO] [stderr] --> src/main.rs:19:1 [INFO] [stderr] | [INFO] [stderr] 19 | / fn alloc_error(_: core::alloc::Layout) -> ! { [INFO] [stderr] 20 | | unsafe { libc::abort() } [INFO] [stderr] 21 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: first defined in crate `std`. [INFO] [stderr] [INFO] [stderr] warning: unused import: `libm::F32Ext` [INFO] [stderr] --> src/output.rs:139:13 [INFO] [stderr] | [INFO] [stderr] 139 | use libm::F32Ext; [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0152`. [INFO] [stderr] error: Could not compile `fls`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "88fc11deb6b562cfc35685391506c6d7be843dac58aa836c9c51efa4dd1b6155"` [INFO] running `"docker" "rm" "-f" "88fc11deb6b562cfc35685391506c6d7be843dac58aa836c9c51efa4dd1b6155"` [INFO] [stdout] 88fc11deb6b562cfc35685391506c6d7be843dac58aa836c9c51efa4dd1b6155