[INFO] fetching crate girt-runtime 2.3.0...
[INFO] checking girt-runtime-2.3.0 against master#4d1bd0db7f489b22c6d8aa2385937a95412c015b for pr-114682
[INFO] extracting crate girt-runtime 2.3.0 into /workspace/builds/worker-6-tc1/source
[INFO] validating manifest of crates.io crate girt-runtime 2.3.0 on toolchain 4d1bd0db7f489b22c6d8aa2385937a95412c015b
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate girt-runtime 2.3.0
[INFO] finished tweaking crates.io crate girt-runtime 2.3.0
[INFO] tweaked toml for crates.io crate girt-runtime 2.3.0 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded girt-testutils v2.3.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e6adeb60d5e702472167d5cd31982b368e36b150505e738645bf7d2fb68f6fd7
[INFO] running `Command { std: "docker" "start" "-a" "e6adeb60d5e702472167d5cd31982b368e36b150505e738645bf7d2fb68f6fd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e6adeb60d5e702472167d5cd31982b368e36b150505e738645bf7d2fb68f6fd7", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e6adeb60d5e702472167d5cd31982b368e36b150505e738645bf7d2fb68f6fd7", kill_on_drop: false }`
[INFO] [stdout] e6adeb60d5e702472167d5cd31982b368e36b150505e738645bf7d2fb68f6fd7
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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" "+4d1bd0db7f489b22c6d8aa2385937a95412c015b" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 4c2d17df8a5b262d31b12775881c711fe33cafded4778b134786f687e88a3d0e
[INFO] running `Command { std: "docker" "start" "-a" "4c2d17df8a5b262d31b12775881c711fe33cafded4778b134786f687e88a3d0e", kill_on_drop: false }`
[INFO] [stderr]    Compiling crossbeam-utils v0.8.17
[INFO] [stderr]    Compiling girt-runtime v2.3.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Compiling girt-testutils v2.3.0
[INFO] [stderr]     Checking crossbeam-channel v0.5.9
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]   --> src/notifier.rs:86:6
[INFO] [stdout]    |
[INFO] [stdout] 86 |     use claim::assert_ok_eq;
[INFO] [stdout]    |         ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]    --> src/runtime/mod.rs:143:6
[INFO] [stdout]     |
[INFO] [stdout] 143 |     use claim::assert_err;
[INFO] [stdout]     |         ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0432]: unresolved import `claim`
[INFO] [stdout]   --> src/thread_statuses.rs:84:6
[INFO] [stdout]    |
[INFO] [stdout] 84 |     use claim::{assert_err, assert_ok, assert_some_eq};
[INFO] [stdout]    |         ^^^^^ use of undeclared crate or module `claim`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]   --> src/notifier.rs:96:3
[INFO] [stdout]    |
[INFO] [stdout] 96 |         assert_ok_eq!(receiver.recv(), (String::from("name"), Status::Busy));
[INFO] [stdout]    |         ^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]    --> src/notifier.rs:104:3
[INFO] [stdout]     |
[INFO] [stdout] 104 |         assert_ok_eq!(receiver.recv(), (String::from("name"), Status::RequestPause));
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]    --> src/notifier.rs:112:3
[INFO] [stdout]     |
[INFO] [stdout] 112 |         assert_ok_eq!(receiver.recv(), (String::from("name"), Status::RequestResume));
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]    --> src/notifier.rs:120:3
[INFO] [stdout]     |
[INFO] [stdout] 120 |         assert_ok_eq!(receiver.recv(), (String::from("name"), Status::RequestEnd));
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]    --> src/notifier.rs:128:3
[INFO] [stdout]     |
[INFO] [stdout] 128 |         assert_ok_eq!(
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok_eq`
[INFO] [stdout]    --> src/notifier.rs:142:3
[INFO] [stdout]     |
[INFO] [stdout] 142 |         assert_ok_eq!(receiver.recv(), (String::from("name"), Status::Ended));
[INFO] [stdout]     |         ^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_err`
[INFO] [stdout]    --> src/runtime/mod.rs:230:3
[INFO] [stdout]     |
[INFO] [stdout] 230 |         assert_err!(runtime.join());
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok`
[INFO] [stdout]   --> src/thread_statuses.rs:93:3
[INFO] [stdout]    |
[INFO] [stdout] 93 |         assert_ok!(statuses.wait_for_status("name", &Status::New));
[INFO] [stdout]    |         ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_ok`
[INFO] [stdout]    --> src/thread_statuses.rs:106:3
[INFO] [stdout]     |
[INFO] [stdout] 106 |         assert_ok!(statuses.wait_for_status("name", &Status::Ended));
[INFO] [stdout]     |         ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_err`
[INFO] [stdout]    --> src/thread_statuses.rs:123:3
[INFO] [stdout]     |
[INFO] [stdout] 123 |         assert_err!(statuses.wait_for_status("name", &Status::Ended));
[INFO] [stdout]     |         ^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]    --> src/thread_statuses.rs:130:3
[INFO] [stdout]     |
[INFO] [stdout] 130 |         assert_some_eq!(statuses.statuses.lock().get("name"), &Status::New);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]    --> src/thread_statuses.rs:139:3
[INFO] [stdout]     |
[INFO] [stdout] 139 |         assert_some_eq!(statuses.statuses.lock().get("name"), &Status::New);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot determine resolution for the macro `assert_some_eq`
[INFO] [stdout]    --> src/thread_statuses.rs:147:3
[INFO] [stdout]     |
[INFO] [stdout] 147 |         assert_some_eq!(statuses.statuses.lock().get("name"), &Status::Busy);
[INFO] [stdout]     |         ^^^^^^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: import resolution is stuck, try simplifying macro imports
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 16 previous errors
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0432`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `girt-runtime` (lib test) due to 17 previous errors
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "4c2d17df8a5b262d31b12775881c711fe33cafded4778b134786f687e88a3d0e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4c2d17df8a5b262d31b12775881c711fe33cafded4778b134786f687e88a3d0e", kill_on_drop: false }`
[INFO] [stdout] 4c2d17df8a5b262d31b12775881c711fe33cafded4778b134786f687e88a3d0e
