[INFO] fetching crate jazz 0.2.2... [INFO] testing jazz-0.2.2 against 1.60.0 for beta-1.61-1 [INFO] extracting crate jazz 0.2.2 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate jazz 0.2.2 on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate jazz 0.2.2 [INFO] finished tweaking crates.io crate jazz 0.2.2 [INFO] tweaked toml for crates.io crate jazz 0.2.2 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", 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] Downloading crates ... [INFO] [stderr] Downloaded wasi v0.10.0+wasi-snapshot-preview1 [INFO] [stderr] Downloaded libc v0.2.123 [INFO] [stderr] Downloaded time v0.1.44 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 68ae6972d9759cefa9ffc7b311ed3ff31be8eaf0488f7bdaf1081bfc4be3ff92 [INFO] running `Command { std: "docker" "start" "-a" "68ae6972d9759cefa9ffc7b311ed3ff31be8eaf0488f7bdaf1081bfc4be3ff92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "68ae6972d9759cefa9ffc7b311ed3ff31be8eaf0488f7bdaf1081bfc4be3ff92", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "68ae6972d9759cefa9ffc7b311ed3ff31be8eaf0488f7bdaf1081bfc4be3ff92", kill_on_drop: false }` [INFO] [stdout] 68ae6972d9759cefa9ffc7b311ed3ff31be8eaf0488f7bdaf1081bfc4be3ff92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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=warn" "-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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4edca867fd387b47a0a23844f7ab8a9b6db84495f1ac21cc22f542095918322f [INFO] running `Command { std: "docker" "start" "-a" "4edca867fd387b47a0a23844f7ab8a9b6db84495f1ac21cc22f542095918322f", kill_on_drop: false }` [INFO] [stderr] Compiling jazz v0.2.2 (/opt/rustwide/workdir) [INFO] [stdout] warning: unnecessary trailing semicolon [INFO] [stdout] --> src/machine.rs:461:73 [INFO] [stdout] | [INFO] [stdout] 461 | obj.store_at(self, vec![target, key, value], 0);; [INFO] [stdout] | ^ help: remove this semicolon [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(redundant_semicolons)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:404:25 [INFO] [stdout] | [INFO] [stdout] 403 | let value = self.globals.get(index).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 404 | self.set(*reg, *value); [INFO] [stdout] | ^^^^^^^^^^^^^^^------^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:354:33 [INFO] [stdout] | [INFO] [stdout] 353 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 354 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:333:33 [INFO] [stdout] | [INFO] [stdout] 332 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 333 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:312:25 [INFO] [stdout] | [INFO] [stdout] 311 | let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 312 | self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:364:33 [INFO] [stdout] | [INFO] [stdout] 363 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 364 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:377:33 [INFO] [stdout] | [INFO] [stdout] 376 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 377 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:344:33 [INFO] [stdout] | [INFO] [stdout] 343 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 344 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/machine.rs:323:33 [INFO] [stdout] | [INFO] [stdout] 322 | ... let idx = self.labels.get(lbl_id).unwrap(); [INFO] [stdout] | ----------------------- immutable borrow occurs here [INFO] [stdout] 323 | ... self.branch(*idx); [INFO] [stdout] | ^^^^^^^^^^^^----^ [INFO] [stdout] | | | [INFO] [stdout] | | immutable borrow later used here [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the stable release channel [INFO] [stdout] --> src/lib.rs:20:12 [INFO] [stdout] | [INFO] [stdout] 20 | #![feature(test)] [INFO] [stdout] | ^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error; 9 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `jazz` due to 2 previous errors; 9 warnings emitted [INFO] running `Command { std: "docker" "inspect" "4edca867fd387b47a0a23844f7ab8a9b6db84495f1ac21cc22f542095918322f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4edca867fd387b47a0a23844f7ab8a9b6db84495f1ac21cc22f542095918322f", kill_on_drop: false }` [INFO] [stdout] 4edca867fd387b47a0a23844f7ab8a9b6db84495f1ac21cc22f542095918322f