[INFO] crate union 0.1.7 is already in cache [INFO] checking union-0.1.7 against try#d27c6c6a469a28343396a8f3ac1c9d403aabda69 for pr-66037 [INFO] extracting crate union 0.1.7 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate union 0.1.7 on toolchain d27c6c6a469a28343396a8f3ac1c9d403aabda69 [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate union 0.1.7 [INFO] finished tweaking crates.io crate union 0.1.7 [INFO] tweaked toml for crates.io crate union 0.1.7 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "+d27c6c6a469a28343396a8f3ac1c9d403aabda69" "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] 2a094631ce4890bc37d1279f1d659b6a856536e0c449ec86d8c439e5e0c8f2b4 [INFO] running `"docker" "start" "-a" "2a094631ce4890bc37d1279f1d659b6a856536e0c449ec86d8c439e5e0c8f2b4"` [INFO] [stderr] Compiling syn v1.0.13 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking tokio v0.2.9 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-tls v0.3.0 [INFO] [stderr] Checking h2 v0.2.1 [INFO] [stderr] Compiling synstructure v0.12.3 [INFO] [stderr] Compiling proc-macro-hack v0.5.11 [INFO] [stderr] Compiling pin-project-internal v0.4.6 [INFO] [stderr] Compiling failure_derive v0.1.6 [INFO] [stderr] Compiling futures-join-macro-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling futures-select-macro-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling union_impl v0.1.3 [INFO] [stderr] Checking failure v0.1.6 [INFO] [stderr] Checking pin-project v0.4.6 [INFO] [stderr] Checking hyper v0.13.1 [INFO] [stderr] Checking futures-util-preview v0.3.0-alpha.19 [INFO] [stderr] Compiling union_export v0.1.3 [INFO] [stderr] Checking union v0.1.7 (/opt/rustwide/workdir) [INFO] [stderr] Checking hyper-tls v0.4.1 [INFO] [stderr] Checking futures-executor-preview v0.3.0-alpha.19 [INFO] [stderr] Checking reqwest v0.10.1 [INFO] [stderr] Checking futures-preview v0.3.0-alpha.19 [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:64:9 [INFO] [stderr] | [INFO] [stderr] 63 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 64 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:93:9 [INFO] [stderr] | [INFO] [stderr] 92 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 93 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:121:9 [INFO] [stderr] | [INFO] [stderr] 120 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 121 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:171:9 [INFO] [stderr] | [INFO] [stderr] 170 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 171 | rt.block_on( [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:251:9 [INFO] [stderr] | [INFO] [stderr] 250 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 251 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:290:9 [INFO] [stderr] | [INFO] [stderr] 289 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 290 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:346:9 [INFO] [stderr] | [INFO] [stderr] 345 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 346 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:355:9 [INFO] [stderr] | [INFO] [stderr] 354 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 355 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async_spawn.rs:365:9 [INFO] [stderr] | [INFO] [stderr] 364 | let rt = Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 365 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error: aborting due to 9 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0596`. [INFO] [stderr] error: could not compile `union`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0596]: cannot borrow `rt` as mutable, as it is not declared as mutable [INFO] [stderr] --> tests/union_async.rs:406:9 [INFO] [stderr] | [INFO] [stderr] 404 | let rt = ::tokio::runtime::Runtime::new().unwrap(); [INFO] [stderr] | -- help: consider changing this to be mutable: `mut rt` [INFO] [stderr] 405 | [INFO] [stderr] 406 | rt.block_on(async { [INFO] [stderr] | ^^ cannot borrow as mutable [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0596`. [INFO] [stderr] error: could not compile `union`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "2a094631ce4890bc37d1279f1d659b6a856536e0c449ec86d8c439e5e0c8f2b4"` [INFO] running `"docker" "rm" "-f" "2a094631ce4890bc37d1279f1d659b6a856536e0c449ec86d8c439e5e0c8f2b4"` [INFO] [stdout] 2a094631ce4890bc37d1279f1d659b6a856536e0c449ec86d8c439e5e0c8f2b4