[INFO] cloning repository https://github.com/alexheretic/apart-core [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexheretic/apart-core" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexheretic%2Fapart-core", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexheretic%2Fapart-core'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b47e4ce966ad09f169e50542c3e72579d7e54aae [INFO] checking alexheretic/apart-core against master#ceab6128fa48a616bfd3e3adf4bc80133b8ee223 for no-never-type-fallback [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexheretic%2Fapart-core" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexheretic/apart-core on toolchain ceab6128fa48a616bfd3e3adf4bc80133b8ee223 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexheretic/apart-core [INFO] finished tweaking git repo https://github.com/alexheretic/apart-core [INFO] tweaked toml for git repo https://github.com/alexheretic/apart-core written to /workspace/builds/worker-3-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/alexheretic/apart-core 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" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c52f181bfa064f739e4efe0246fa6f687b4b23e0aa358b619f7a16a1bc0956aa [INFO] running `Command { std: "docker" "start" "-a" "c52f181bfa064f739e4efe0246fa6f687b4b23e0aa358b619f7a16a1bc0956aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c52f181bfa064f739e4efe0246fa6f687b4b23e0aa358b619f7a16a1bc0956aa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c52f181bfa064f739e4efe0246fa6f687b4b23e0aa358b619f7a16a1bc0956aa", kill_on_drop: false }` [INFO] [stdout] c52f181bfa064f739e4efe0246fa6f687b4b23e0aa358b619f7a16a1bc0956aa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+ceab6128fa48a616bfd3e3adf4bc80133b8ee223" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e4b124d78f24c1b871ce7c707b35e1f2f404fc35d1be2f4b4666638af7f738fe [INFO] running `Command { std: "docker" "start" "-a" "e4b124d78f24c1b871ce7c707b35e1f2f404fc35d1be2f4b4666638af7f738fe", kill_on_drop: false }` [INFO] [stderr] Compiling crossbeam-utils v0.8.19 [INFO] [stderr] Compiling serde v1.0.197 [INFO] [stderr] Compiling rayon-core v1.12.1 [INFO] [stderr] Compiling target-lexicon v0.12.14 [INFO] [stderr] Compiling either v1.10.0 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling winnow v0.6.5 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling smallvec v1.13.1 [INFO] [stderr] Compiling version-compare v0.1.1 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling num-traits v0.2.18 [INFO] [stderr] Compiling crc32fast v1.4.0 [INFO] [stderr] Checking regex-syntax v0.8.2 [INFO] [stderr] Compiling walkdir v2.5.0 [INFO] [stderr] Compiling zmq v0.10.0 [INFO] [stderr] Checking anstream v0.6.13 [INFO] [stderr] Checking env_filter v0.1.0 [INFO] [stderr] Checking getrandom v0.2.12 [INFO] [stderr] Checking linked-hash-map v0.5.6 [INFO] [stderr] Checking iana-time-zone v0.1.60 [INFO] [stderr] Checking miniz_oxide v0.7.2 [INFO] [stderr] Checking json v0.12.4 [INFO] [stderr] Checking uuid v1.7.0 [INFO] [stderr] Checking env_logger v0.11.3 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling indexmap v2.2.5 [INFO] [stderr] Checking flate2 v1.0.28 [INFO] [stderr] Compiling jobserver v0.1.28 [INFO] [stderr] Compiling cfg-expr v0.15.7 [INFO] [stderr] Compiling crossbeam-epoch v0.9.18 [INFO] [stderr] Compiling crossbeam-queue v0.3.11 [INFO] [stderr] Compiling crossbeam-channel v0.5.12 [INFO] [stderr] Compiling cc v1.0.90 [INFO] [stderr] Compiling crossbeam-deque v0.8.5 [INFO] [stderr] Checking chrono v0.4.35 [INFO] [stderr] Compiling crossbeam v0.8.4 [INFO] [stderr] Compiling rayon v1.9.0 [INFO] [stderr] Checking regex-automata v0.4.6 [INFO] [stderr] Checking regex v1.10.3 [INFO] [stderr] Compiling serde_spanned v0.6.5 [INFO] [stderr] Compiling toml_datetime v0.6.5 [INFO] [stderr] Compiling toml_edit v0.22.6 [INFO] [stderr] Compiling jwalk v0.8.1 [INFO] [stderr] Compiling dircpy v0.3.16 [INFO] [stderr] Compiling zeromq-src v0.2.6+4.3.4 [INFO] [stderr] Compiling toml v0.8.10 [INFO] [stderr] Compiling system-deps v6.2.0 [INFO] [stderr] Compiling zmq-sys v0.12.0 [INFO] [stderr] Checking apart-core v0.3.14 (/opt/rustwide/workdir) [INFO] [stdout] warning: the item `Send` is imported redundantly [INFO] [stdout] --> src/server.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | marker::Send, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Send` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: the item `Send` is imported redundantly [INFO] [stdout] --> src/server.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 15 | marker::Send, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] --> /rustc/ceab6128fa48a616bfd3e3adf4bc80133b8ee223/library/std/src/prelude/mod.rs:148:13 [INFO] [stdout] | [INFO] [stdout] = note: the item `Send` is already defined here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.50s [INFO] running `Command { std: "docker" "inspect" "e4b124d78f24c1b871ce7c707b35e1f2f404fc35d1be2f4b4666638af7f738fe", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e4b124d78f24c1b871ce7c707b35e1f2f404fc35d1be2f4b4666638af7f738fe", kill_on_drop: false }` [INFO] [stdout] e4b124d78f24c1b871ce7c707b35e1f2f404fc35d1be2f4b4666638af7f738fe