[INFO] crate boomerang 0.1.0 is already in cache [INFO] checking boomerang-0.1.0 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate boomerang 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate boomerang 0.1.0 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate boomerang 0.1.0 [INFO] finished tweaking crates.io crate boomerang 0.1.0 [INFO] tweaked toml for crates.io crate boomerang 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "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] c0aa679b8c30a5ac2272ae4ccdb9cca1bab2cdd68b5a4b1b50ffdbbc03c0715c [INFO] running `"docker" "start" "-a" "c0aa679b8c30a5ac2272ae4ccdb9cca1bab2cdd68b5a4b1b50ffdbbc03c0715c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling strsim v0.9.3 [INFO] [stderr] Compiling fnv v1.0.6 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Checking unicode-width v0.1.7 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking tabular v0.1.4 [INFO] [stderr] Compiling indexmap v1.3.2 [INFO] [stderr] Compiling syn v1.0.19 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling petgraph v0.5.0 [INFO] [stderr] Compiling regex v1.3.7 [INFO] [stderr] Compiling num v0.2.1 [INFO] [stderr] Compiling parse_duration v2.1.0 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling derive_more v0.99.5 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling boomerang_derive v0.1.0 [INFO] [stderr] Checking boomerang v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: value assigned to `next_time` is never read [INFO] [stderr] --> src/scheduler.rs:310:17 [INFO] [stderr] | [INFO] [stderr] 310 | next_time = event.expect("Unexpected None() event.").time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: value assigned to `next_time` is never read [INFO] [stderr] --> src/scheduler.rs:310:17 [INFO] [stderr] | [INFO] [stderr] 310 | next_time = event.expect("Unexpected None() event.").time; [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_assignments)]` on by default [INFO] [stderr] = help: maybe it is overwritten before being read? [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stdout] digraph { [INFO] [stdout] 0 [label="rea_foo"] [INFO] [stdout] 1 [label="HelloWorld"] [INFO] [stdout] 2 [label="tri_tim1"] [INFO] [stdout] 3 [label="out_out1"] [INFO] [stdout] 4 [label="tri_in1"] [INFO] [stdout] 5 [label="rea_bar"] [INFO] [stdout] 6 [label="inp_in1"] [INFO] [stdout] 0 -> 1 [INFO] [stdout] 2 -> 0 [INFO] [stdout] 0 -> 3 [INFO] [stdout] 0 -> 4 [INFO] [stdout] 5 -> 1 [INFO] [stdout] 4 -> 5 [INFO] [stdout] 5 -> 6 [INFO] [stdout] 6 -> 3 [INFO] [stdout] } [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 15s [INFO] running `"docker" "inspect" "c0aa679b8c30a5ac2272ae4ccdb9cca1bab2cdd68b5a4b1b50ffdbbc03c0715c"` [INFO] running `"docker" "rm" "-f" "c0aa679b8c30a5ac2272ae4ccdb9cca1bab2cdd68b5a4b1b50ffdbbc03c0715c"` [INFO] [stdout] c0aa679b8c30a5ac2272ae4ccdb9cca1bab2cdd68b5a4b1b50ffdbbc03c0715c