[INFO] fetching crate functiontrace-server 0.4.0... [INFO] testing functiontrace-server-0.4.0 against beta-2022-04-10 for beta-1.61-1 [INFO] extracting crate functiontrace-server 0.4.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate functiontrace-server 0.4.0 on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate functiontrace-server 0.4.0 [INFO] finished tweaking crates.io crate functiontrace-server 0.4.0 [INFO] tweaked toml for crates.io crate functiontrace-server 0.4.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate crates.io crate functiontrace-server 0.4.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 98e22ea16c9d7f2478682371f0264f2e42c348e7638942cc47f495b04486b7a5 [INFO] running `Command { std: "docker" "start" "-a" "98e22ea16c9d7f2478682371f0264f2e42c348e7638942cc47f495b04486b7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98e22ea16c9d7f2478682371f0264f2e42c348e7638942cc47f495b04486b7a5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98e22ea16c9d7f2478682371f0264f2e42c348e7638942cc47f495b04486b7a5", kill_on_drop: false }` [INFO] [stdout] 98e22ea16c9d7f2478682371f0264f2e42c348e7638942cc47f495b04486b7a5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c973db20f4d52b5230e203522b259fdcc8b83f2288a283f711241de03486e557 [INFO] running `Command { std: "docker" "start" "-a" "c973db20f4d52b5230e203522b259fdcc8b83f2288a283f711241de03486e557", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.56 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling argh_shared v0.1.4 [INFO] [stderr] Compiling paste v1.0.4 [INFO] [stderr] Compiling bytesize v1.0.1 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling rmp v0.8.9 [INFO] [stderr] Compiling mio v0.7.6 [INFO] [stderr] Compiling crossbeam-queue v0.3.1 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling argh_derive v0.1.4 [INFO] [stderr] Compiling serde_repr v0.1.6 [INFO] [stderr] Compiling argh v0.1.4 [INFO] [stderr] Compiling serde_json v1.0.60 [INFO] [stderr] Compiling rmp-serde v0.15.0 [INFO] [stderr] Compiling functiontrace-server v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `GarbageCollection` [INFO] [stdout] --> src/profile_generator.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | GarbageCollection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CategoryIndex` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/profile_generator.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Serialize_repr, Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 38.88s [INFO] running `Command { std: "docker" "inspect" "c973db20f4d52b5230e203522b259fdcc8b83f2288a283f711241de03486e557", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c973db20f4d52b5230e203522b259fdcc8b83f2288a283f711241de03486e557", kill_on_drop: false }` [INFO] [stdout] c973db20f4d52b5230e203522b259fdcc8b83f2288a283f711241de03486e557 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8609bc25271dff60f26da4f910bd20b186711f73dc8051707497b28609597bf8 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8609bc25271dff60f26da4f910bd20b186711f73dc8051707497b28609597bf8", kill_on_drop: false }` [INFO] [stderr] Compiling functiontrace-server v0.4.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: variant is never constructed: `GarbageCollection` [INFO] [stdout] --> src/profile_generator.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | GarbageCollection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CategoryIndex` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/profile_generator.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Serialize_repr, Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variant is never constructed: `GarbageCollection` [INFO] [stdout] --> src/profile_generator.rs:83:5 [INFO] [stdout] | [INFO] [stdout] 83 | GarbageCollection, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `CategoryIndex` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> src/profile_generator.rs:75:26 [INFO] [stdout] | [INFO] [stdout] 75 | #[derive(Serialize_repr, Debug, Clone, Copy)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.96s [INFO] [stderr] Executable unittests src/lib.rs (/opt/rustwide/target/debug/deps/functiontrace_server-843d585b94f022f5) [INFO] [stderr] Executable unittests src/main.rs (/opt/rustwide/target/debug/deps/functiontrace_server-ea4f127c171f6883) [INFO] running `Command { std: "docker" "inspect" "8609bc25271dff60f26da4f910bd20b186711f73dc8051707497b28609597bf8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8609bc25271dff60f26da4f910bd20b186711f73dc8051707497b28609597bf8", kill_on_drop: false }` [INFO] [stdout] 8609bc25271dff60f26da4f910bd20b186711f73dc8051707497b28609597bf8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4ab3e10e59ce5eda2350060a5314e1057b887a7dd1be3ac9bb234eec937c6467 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "4ab3e10e59ce5eda2350060a5314e1057b887a7dd1be3ac9bb234eec937c6467", kill_on_drop: false }` [INFO] [stderr] warning: variant is never constructed: `GarbageCollection` [INFO] [stderr] --> src/profile_generator.rs:83:5 [INFO] [stderr] | [INFO] [stderr] 83 | GarbageCollection, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `CategoryIndex` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stderr] --> src/profile_generator.rs:75:26 [INFO] [stderr] | [INFO] [stderr] 75 | #[derive(Serialize_repr, Debug, Clone, Copy)] [INFO] [stderr] | ^^^^^ ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `functiontrace-server` (lib) generated 1 warning [INFO] [stderr] warning: `functiontrace-server` (lib test) generated 1 warning (1 duplicate) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/functiontrace_server-843d585b94f022f5) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/functiontrace_server-ea4f127c171f6883) [INFO] [stdout] [INFO] [stderr] Doc-tests functiontrace-server [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4ab3e10e59ce5eda2350060a5314e1057b887a7dd1be3ac9bb234eec937c6467", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4ab3e10e59ce5eda2350060a5314e1057b887a7dd1be3ac9bb234eec937c6467", kill_on_drop: false }` [INFO] [stdout] 4ab3e10e59ce5eda2350060a5314e1057b887a7dd1be3ac9bb234eec937c6467