[INFO] cloning repository https://github.com/Peperworx/fluxion [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Peperworx/fluxion" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeperworx%2Ffluxion", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeperworx%2Ffluxion'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f71e425e2dbc2e64bfebe089637880fc16ff70f8 [INFO] checking Peperworx/fluxion/f71e425e2dbc2e64bfebe089637880fc16ff70f8 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPeperworx%2Ffluxion" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Peperworx/fluxion on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/Peperworx/fluxion [INFO] finished tweaking git repo https://github.com/Peperworx/fluxion [INFO] tweaked toml for git repo https://github.com/Peperworx/fluxion written to /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/Peperworx/fluxion already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /workspace/builds/worker-1-tc1/source/ensure_no_std/Cargo.toml [INFO] [stderr] workspace: /workspace/builds/worker-1-tc1/source/Cargo.toml [INFO] [stderr] Updating crates.io index [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fluxion_macro v0.1.0 [INFO] [stderr] Downloaded slacktor v0.3.0 [INFO] [stderr] Downloaded loom v0.7.2 [INFO] [stderr] Downloaded generator v0.8.2 [INFO] [stderr] Downloaded cordyceps v0.3.2 [INFO] [stderr] Downloaded maitake-sync v0.1.2 [INFO] [stderr] Downloaded mycelium-bitfield v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7811b507b8b8127095e887e5b4b58ed77b32bbf7061455dee7e9730676e3887b [INFO] running `Command { std: "docker" "start" "-a" "7811b507b8b8127095e887e5b4b58ed77b32bbf7061455dee7e9730676e3887b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7811b507b8b8127095e887e5b4b58ed77b32bbf7061455dee7e9730676e3887b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7811b507b8b8127095e887e5b4b58ed77b32bbf7061455dee7e9730676e3887b", kill_on_drop: false }` [INFO] [stdout] 7811b507b8b8127095e887e5b4b58ed77b32bbf7061455dee7e9730676e3887b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] fed658b3086194675cb5026edc31bce8ab796fdbddd87a7565ed4397e0e548fe [INFO] running `Command { std: "docker" "start" "-a" "fed658b3086194675cb5026edc31bce8ab796fdbddd87a7565ed4397e0e548fe", kill_on_drop: false }` [INFO] [stderr] warning: profiles for the non root package will be ignored, specify profiles at the workspace root: [INFO] [stderr] package: /opt/rustwide/workdir/ensure_no_std/Cargo.toml [INFO] [stderr] workspace: /opt/rustwide/workdir/Cargo.toml [INFO] [stderr] Compiling libc v0.2.158 [INFO] [stderr] Compiling portable-atomic v1.7.0 [INFO] [stderr] Compiling unicode-xid v0.2.5 [INFO] [stderr] Checking cordyceps v0.3.2 [INFO] [stderr] Checking byteorder v1.5.0 [INFO] [stderr] Checking mycelium-bitfield v0.1.5 [INFO] [stderr] Compiling serde v1.0.209 [INFO] [stderr] Checking unicode-ident v1.0.12 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Checking proc-macro2 v1.0.86 [INFO] [stderr] Compiling syn v2.0.76 [INFO] [stderr] Compiling const_format_proc_macros v0.2.32 [INFO] [stderr] Checking slacktor v0.3.0 [INFO] [stderr] Checking getrandom v0.2.15 [INFO] [stderr] Checking parking_lot_core v0.9.10 [INFO] [stderr] Checking socket2 v0.5.7 [INFO] [stderr] Checking signal-hook-registry v1.4.2 [INFO] [stderr] Checking mio v1.0.2 [INFO] [stderr] Checking const_format v0.2.32 [INFO] [stderr] Checking rand_core v0.6.4 [INFO] [stderr] Checking parking_lot v0.12.3 [INFO] [stderr] Checking fluxion_macro v0.1.0 (/opt/rustwide/workdir/fluxion_macro) [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling zerocopy-derive v0.7.35 [INFO] [stderr] Compiling fluxion_macro v0.1.0 [INFO] [stderr] Compiling async-trait v0.1.81 [INFO] [stderr] Compiling serde_derive v1.0.209 [INFO] [stderr] Compiling tokio-macros v2.4.0 [INFO] [stderr] Checking tokio v1.39.3 [INFO] [stderr] Checking zerocopy v0.7.35 [INFO] [stderr] Checking pin-project v1.1.5 [INFO] [stderr] Checking maitake-sync v0.1.2 [INFO] [stderr] Checking ppv-lite86 v0.2.20 [INFO] [stderr] Checking fluxion v0.10.5 (/opt/rustwide/workdir/fluxion) [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking ensure_fluxion_no_std v0.1.0 (/opt/rustwide/workdir/ensure_no_std) [INFO] [stdout] error: unwinding panics are not supported without std [INFO] [stdout] | [INFO] [stdout] = help: using nightly cargo, use -Zbuild-std with panic="abort" to avoid unwinding [INFO] [stdout] = note: since the core library is usually precompiled with panic="unwind", rebuilding your crate with panic="abort" may not be enough to fix the problem [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0152]: found duplicate lang item `panic_impl` [INFO] [stdout] --> ensure_no_std/src/main.rs:8:1 [INFO] [stdout] | [INFO] [stdout] 8 | / fn panic(_info: &PanicInfo) -> ! { [INFO] [stdout] 9 | | loop {} [INFO] [stdout] 10 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: the lang item is first defined in crate `std` (which `test` depends on) [INFO] [stdout] = note: first definition in `std` loaded from /opt/rustwide/rustup-home/toolchains/ff1737bb00913444173658b4e0b274fd79aabf66/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-cb5ec2ef594bb30c.rlib [INFO] [stdout] = note: second definition in the local crate (`ensure_fluxion_no_std`) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `ensure_fluxion_no_std` (bin "ensure_fluxion_no_std") due to 1 previous error [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] For more information about this error, try `rustc --explain E0152`. [INFO] [stdout] [INFO] [stderr] error: could not compile `ensure_fluxion_no_std` (bin "ensure_fluxion_no_std" test) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "fed658b3086194675cb5026edc31bce8ab796fdbddd87a7565ed4397e0e548fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fed658b3086194675cb5026edc31bce8ab796fdbddd87a7565ed4397e0e548fe", kill_on_drop: false }` [INFO] [stdout] fed658b3086194675cb5026edc31bce8ab796fdbddd87a7565ed4397e0e548fe