[INFO] fetching crate barnine 0.1.0...
[INFO] testing barnine-0.1.0 against try#bd7d74411512a3dd3b35d2f699c51dd2557c7e7e+cargoflags=-Zbuild-dir-new-layout for pr-149852-1
[INFO] extracting crate barnine 0.1.0 into /workspace/builds/worker-4-tc2/source
[INFO] started tweaking crates.io crate barnine 0.1.0
[INFO] finished tweaking crates.io crate barnine 0.1.0
[INFO] tweaked toml for crates.io crate barnine 0.1.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate barnine 0.1.0 on toolchain bd7d74411512a3dd3b35d2f699c51dd2557c7e7e
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate barnine 0.1.0 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" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6afe35a443cf8ef32c7e3828941d8318b7195f9606aae96ec9ac57eec53e3659
[INFO] running `Command { std: "docker" "start" "-a" "6afe35a443cf8ef32c7e3828941d8318b7195f9606aae96ec9ac57eec53e3659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6afe35a443cf8ef32c7e3828941d8318b7195f9606aae96ec9ac57eec53e3659", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6afe35a443cf8ef32c7e3828941d8318b7195f9606aae96ec9ac57eec53e3659", kill_on_drop: false }`
[INFO] [stdout] 6afe35a443cf8ef32c7e3828941d8318b7195f9606aae96ec9ac57eec53e3659
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "build" "--frozen" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 7455122425d1ce0b18db342fbe0a047c4bb3f1aa1817a264af5287330e043e2b
[INFO] running `Command { std: "docker" "start" "-a" "7455122425d1ce0b18db342fbe0a047c4bb3f1aa1817a264af5287330e043e2b", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.76
[INFO] [stderr]    Compiling libc v0.2.101
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]    Compiling pin-project-lite v0.2.7
[INFO] [stderr]    Compiling futures-core v0.3.17
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling once_cell v1.8.0
[INFO] [stderr]    Compiling futures-io v0.3.17
[INFO] [stderr]    Compiling smallvec v1.6.1
[INFO] [stderr]    Compiling slab v0.4.4
[INFO] [stderr]    Compiling serde_json v1.0.67
[INFO] [stderr]    Compiling proc-macro-hack v0.5.19
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling futures-task v0.3.17
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling proc-macro-nested v0.1.7
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling tracing-core v0.1.19
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling instant v0.1.10
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling regex-syntax v0.6.25
[INFO] [stderr]    Compiling parking v2.0.0
[INFO] [stderr]    Compiling waker-fn v1.1.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.5
[INFO] [stderr]    Compiling cache-padded v1.1.1
[INFO] [stderr]    Compiling futures-sink v0.3.17
[INFO] [stderr]    Compiling concurrent-queue v1.2.2
[INFO] [stderr]    Compiling futures-lite v1.12.0
[INFO] [stderr]    Compiling lock_api v0.4.5
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling mio v0.7.13
[INFO] [stderr]    Compiling polling v2.1.0
[INFO] [stderr]    Compiling socket2 v0.4.1
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling signal-hook v0.3.10
[INFO] [stderr]    Compiling event-listener v2.5.1
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling tokio v1.11.0
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling async-io v1.6.0
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling crossbeam-channel v0.5.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling tracing-log v0.1.2
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling sharded-slab v0.1.3
[INFO] [stderr]    Compiling ansi_term v0.12.1
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling bytes v1.1.0
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling async-process v1.2.0
[INFO] [stderr]    Compiling inotify v0.9.3
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling async-lock v2.4.0
[INFO] [stderr]    Compiling matchers v0.0.1
[INFO] [stderr]    Compiling signal-hook v0.1.17
[INFO] [stderr]    Compiling filetime v0.2.15
[INFO] [stderr]    Compiling nix v0.19.1
[INFO] [stderr]    Compiling sha1 v0.6.0
[INFO] [stderr]    Compiling scoped-tls v1.0.0
[INFO] [stderr]    Compiling crossterm v0.19.0
[INFO] [stderr]    Compiling notify v5.0.0-pre.12
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling enumflags2_derive v0.6.4
[INFO] [stderr]    Compiling tracing-attributes v0.1.15
[INFO] [stderr]    Compiling thiserror-impl v1.0.29
[INFO] [stderr]    Compiling tokio-macros v1.3.0
[INFO] [stderr]    Compiling serde_repr v0.1.7
[INFO] [stderr]    Compiling derivative v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.26
[INFO] [stderr]    Compiling thiserror v1.0.29
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling tokio-stream v0.1.7
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling tracing-serde v0.1.2
[INFO] [stderr]    Compiling enumflags2 v0.6.4
[INFO] [stderr]    Compiling swayipc-types v1.0.0-alpha.3
[INFO] [stderr]    Compiling tracing-subscriber v0.2.20
[INFO] [stderr]    Compiling swaybar-types v2.0.0
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]    Compiling zvariant_derive v2.5.0
[INFO] [stderr]    Compiling zbus_macros v2.0.0-beta.2
[INFO] [stderr]    Compiling zvariant v2.5.0
[INFO] [stderr]    Compiling swayipc-async v2.0.0-alpha.3
[INFO] [stderr]    Compiling tracing-appender v0.1.2
[INFO] [stderr]    Compiling zbus v2.0.0-beta.2
[INFO] [stderr]    Compiling barnine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `format` is never read
[INFO] [stdout]   --> src/bar.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Block {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     format: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Block` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 31s
[INFO] running `Command { std: "docker" "inspect" "7455122425d1ce0b18db342fbe0a047c4bb3f1aa1817a264af5287330e043e2b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7455122425d1ce0b18db342fbe0a047c4bb3f1aa1817a264af5287330e043e2b", kill_on_drop: false }`
[INFO] [stdout] 7455122425d1ce0b18db342fbe0a047c4bb3f1aa1817a264af5287330e043e2b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "--no-run" "--message-format=json" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 8cc30b4029eb442b01e770d9b1f3b1f5438011416d35d0c8f81c514e2d603ef7
[INFO] running `Command { std: "docker" "start" "-a" "8cc30b4029eb442b01e770d9b1f3b1f5438011416d35d0c8f81c514e2d603ef7", kill_on_drop: false }`
[INFO] [stdout] warning: field `format` is never read
[INFO] [stdout]   --> src/bar.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Block {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     format: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Block` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling tempfile v3.2.0
[INFO] [stderr]    Compiling barnine v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `format` is never read
[INFO] [stdout]   --> src/bar.rs:16:5
[INFO] [stdout]    |
[INFO] [stdout] 10 | pub struct Block {
[INFO] [stdout]    |            ----- field in this struct
[INFO] [stdout] ...
[INFO] [stdout] 16 |     format: Option<String>,
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `Block` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 6.57s
[INFO] running `Command { std: "docker" "inspect" "8cc30b4029eb442b01e770d9b1f3b1f5438011416d35d0c8f81c514e2d603ef7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "8cc30b4029eb442b01e770d9b1f3b1f5438011416d35d0c8f81c514e2d603ef7", kill_on_drop: false }`
[INFO] [stdout] 8cc30b4029eb442b01e770d9b1f3b1f5438011416d35d0c8f81c514e2d603ef7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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:aa71247004a7fa38d13ec170f48f06cdedf5bc50b2a8645e56ed7e992e6fa513" "/opt/rustwide/cargo-home/bin/cargo" "+bd7d74411512a3dd3b35d2f699c51dd2557c7e7e" "test" "--frozen" "-Zbuild-dir-new-layout", kill_on_drop: false }`
[INFO] [stdout] 65c715b4dcd9212aea6da420a2463506d33bdb8e2443f89ae3542dc9597b6bfa
[INFO] running `Command { std: "docker" "start" "-a" "65c715b4dcd9212aea6da420a2463506d33bdb8e2443f89ae3542dc9597b6bfa", kill_on_drop: false }`
[INFO] [stderr] warning: field `format` is never read
[INFO] [stderr]   --> src/bar.rs:16:5
[INFO] [stderr]    |
[INFO] [stderr] 10 | pub struct Block {
[INFO] [stderr]    |            ----- field in this struct
[INFO] [stderr] ...
[INFO] [stderr] 16 |     format: Option<String>,
[INFO] [stderr]    |     ^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `Block` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis
[INFO] [stderr]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `barnine` (lib) generated 1 warning
[INFO] [stderr] warning: `barnine` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.21s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/build/barnine/8f22313a68acbad6/deps/barnine-8f22313a68acbad6)
[INFO] [stdout] 
[INFO] [stdout] running 10 tests
[INFO] [stdout] test bar::tests::json_output_empty ... ok
[INFO] [stdout] test bar::tests::json_output_full ... ok
[INFO] [stdout] test sway::tests::window_name_with_char_boundary ... ok
[INFO] [stdout] test bar::tests::json_from_updates ... ok
[INFO] [stdout] test sway::tests::identify_firefox_node ... ok
[INFO] [stdout] test rpc::tests::fallback_socket_in_tmp ... ok
[INFO] [stdout] test logging::tests::change_log_dir_location ... ok
[INFO] [stdout] test sway::tests::truncate_on_char_boundary - should panic ... ok
[INFO] [stdout] test logging::tests::generate_log_records ... FAILED
[INFO] [stdout] test rpc::tests::run_rpc_socket has been running for over 60 seconds
[ERROR] error running command: no output for 300 seconds
[INFO] running `Command { std: "docker" "inspect" "65c715b4dcd9212aea6da420a2463506d33bdb8e2443f89ae3542dc9597b6bfa", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "65c715b4dcd9212aea6da420a2463506d33bdb8e2443f89ae3542dc9597b6bfa", kill_on_drop: false }`
[INFO] [stdout] 65c715b4dcd9212aea6da420a2463506d33bdb8e2443f89ae3542dc9597b6bfa
