[INFO] crate blademaster 0.2.1 is already in cache
[INFO] checking blademaster-0.2.1 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate blademaster 0.2.1 into /workspace/builds/worker-2/source
[INFO] validating manifest of crates.io crate blademaster 0.2.1 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate blademaster 0.2.1
[INFO] finished tweaking crates.io crate blademaster 0.2.1
[INFO] tweaked toml for crates.io crate blademaster 0.2.1 written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate crates.io crate blademaster 0.2.1 already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] e4a7f35e75aabb99482f3801d52238f3273867a292caa27c38badfa2c4546e77
[INFO] running `"docker" "start" "-a" "e4a7f35e75aabb99482f3801d52238f3273867a292caa27c38badfa2c4546e77"`
[INFO] [stderr]    Compiling proc-macro2 v1.0.8
[INFO] [stderr]    Compiling syn v1.0.14
[INFO] [stderr]    Compiling either v1.5.3
[INFO] [stderr]     Checking bit-vec v0.5.1
[INFO] [stderr]     Checking cassowary v0.3.0
[INFO] [stderr]     Checking tracing-core v0.1.9
[INFO] [stderr]     Checking itertools v0.8.2
[INFO] [stderr]     Checking num_cpus v1.12.0
[INFO] [stderr]     Checking mio v0.6.21
[INFO] [stderr]     Checking parking_lot_core v0.6.2
[INFO] [stderr]     Checking crossbeam v0.7.3
[INFO] [stderr]     Checking rayon-core v1.7.0
[INFO] [stderr]     Checking bit-set v0.5.1
[INFO] [stderr]     Checking parking_lot v0.9.0
[INFO] [stderr]     Checking signal-hook v0.1.12
[INFO] [stderr]     Checking rayon v1.3.0
[INFO] [stderr]    Compiling quote v1.0.2
[INFO] [stderr]     Checking crossterm v0.14.2
[INFO] [stderr]     Checking tui v0.8.0
[INFO] [stderr]    Compiling proc-macro-hack v0.5.11
[INFO] [stderr]    Compiling tracing-attributes v0.1.6
[INFO] [stderr]    Compiling shrinkwraprs v0.2.3
[INFO] [stderr]    Compiling paste-impl v0.1.6
[INFO] [stderr]     Checking tracing v0.1.12
[INFO] [stderr]     Checking paste v0.1.6
[INFO] [stderr]     Checking legion v0.2.1
[INFO] [stderr]     Checking blademaster v0.2.1 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/systems/term.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |         execute!(stdout, EnterAlternateScreen).unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/systems/term.rs:214:25
[INFO] [stderr]     |
[INFO] [stderr] 214 |                         execute!(terminal.backend_mut(), LeaveAlternateScreen).unwrap();
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]   --> src/systems/term.rs:35:9
[INFO] [stderr]    |
[INFO] [stderr] 35 |         execute!(stdout, EnterAlternateScreen).unwrap();
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string()
[INFO] [stderr]    --> src/systems/term.rs:214:25
[INFO] [stderr]     |
[INFO] [stderr] 214 |                         execute!(terminal.backend_mut(), LeaveAlternateScreen).unwrap();
[INFO] [stderr]     |                         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr]     Finished dev [unoptimized + debuginfo] target(s) in 47.33s
[INFO] running `"docker" "inspect" "e4a7f35e75aabb99482f3801d52238f3273867a292caa27c38badfa2c4546e77"`
[INFO] running `"docker" "rm" "-f" "e4a7f35e75aabb99482f3801d52238f3273867a292caa27c38badfa2c4546e77"`
[INFO] [stdout] e4a7f35e75aabb99482f3801d52238f3273867a292caa27c38badfa2c4546e77
