[INFO] fetching crate either-future 0.1.0... [INFO] checking either-future-0.1.0 against beta for pr-78714 [INFO] extracting crate either-future 0.1.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate either-future 0.1.0 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate either-future 0.1.0 [INFO] finished tweaking crates.io crate either-future 0.1.0 [INFO] tweaked toml for crates.io crate either-future 0.1.0 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b8fd62a8a0d31ceff4402ec033852362b8648017a1a3c4afad9c73a7a7ff6999 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b8fd62a8a0d31ceff4402ec033852362b8648017a1a3c4afad9c73a7a7ff6999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b8fd62a8a0d31ceff4402ec033852362b8648017a1a3c4afad9c73a7a7ff6999", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8fd62a8a0d31ceff4402ec033852362b8648017a1a3c4afad9c73a7a7ff6999", kill_on_drop: false }` [INFO] [stdout] b8fd62a8a0d31ceff4402ec033852362b8648017a1a3c4afad9c73a7a7ff6999 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 473088bc738e1b0d424815fcf893fb23006ac09b6da2b5b8bd8112c152f68c16 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "473088bc738e1b0d424815fcf893fb23006ac09b6da2b5b8bd8112c152f68c16", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking either-future v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0596]: cannot borrow `runtime` as mutable, as it is not declared as mutable [INFO] [stdout] --> src/lib.rs:199:32 [INFO] [stdout] | [INFO] [stdout] 198 | let runtime = tokio02::runtime::Runtime::new().expect("Failed to create runtime."); [INFO] [stdout] | ------- help: consider changing this to be mutable: `mut runtime` [INFO] [stdout] 199 | assert_eq!(Either::Left(42), runtime.block_on(either_future)); [INFO] [stdout] | ^^^^^^^ cannot borrow as mutable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0596]: cannot borrow `runtime` as mutable, as it is not declared as mutable [INFO] [stdout] --> src/lib.rs:209:33 [INFO] [stdout] | [INFO] [stdout] 208 | let runtime = tokio02::runtime::Runtime::new().expect("Failed to create runtime."); [INFO] [stdout] | ------- help: consider changing this to be mutable: `mut runtime` [INFO] [stdout] 209 | assert_eq!(Either::Right(42), runtime.block_on(either_future)); [INFO] [stdout] | ^^^^^^^ cannot borrow as mutable [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0596`. [INFO] [stdout] [INFO] [stderr] error: could not compile `either-future` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "473088bc738e1b0d424815fcf893fb23006ac09b6da2b5b8bd8112c152f68c16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "473088bc738e1b0d424815fcf893fb23006ac09b6da2b5b8bd8112c152f68c16", kill_on_drop: false }` [INFO] [stdout] 473088bc738e1b0d424815fcf893fb23006ac09b6da2b5b8bd8112c152f68c16