[INFO] crate osprey 0.4.4 is already in cache [INFO] testing osprey-0.4.4 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate osprey 0.4.4 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate osprey 0.4.4 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate osprey 0.4.4 [INFO] finished tweaking crates.io crate osprey 0.4.4 [INFO] tweaked toml for crates.io crate osprey 0.4.4 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 691457e2bb37d33d8aaee93e9a79fb50e34c2085812c92e48940cafe7b1594f0 [INFO] running `"docker" "start" "-a" "691457e2bb37d33d8aaee93e9a79fb50e34c2085812c92e48940cafe7b1594f0"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling termcolor v0.3.6 [INFO] [stderr] Compiling collect-mac v0.1.0 [INFO] [stderr] Compiling lalrpop-util v0.16.3 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling rpds v0.5.0 [INFO] [stderr] Compiling gluon_vm v0.9.4 [INFO] [stderr] Compiling union-find v0.3.2 [INFO] [stderr] Compiling frunk_core v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling pretty v0.5.2 [INFO] [stderr] Compiling ena v0.11.0 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling gluon_codegen v0.9.4 [INFO] [stderr] Compiling scroll_derive v0.10.2 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling codespan v0.1.3 [INFO] [stderr] Compiling codespan-reporting v0.1.4 [INFO] [stderr] Compiling gluon_base v0.9.4 [INFO] [stderr] Compiling scroll v0.10.1 [INFO] [stderr] Compiling goblin v0.2.3 [INFO] [stderr] Compiling gluon_check v0.9.4 [INFO] [stderr] Compiling gluon v0.9.4 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling falcon_capstone v0.4.0 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gluon_vm-0.9.4/src/stack.rs:502:9 [INFO] [stderr] | [INFO] [stderr] 493 | impl<'a: 'b, 'b, S> StackFrame<'b, S> [INFO] [stderr] | -- lifetime `'b` defined here [INFO] [stderr] ... [INFO] [stderr] 502 | self.stack [INFO] [stderr] | ^^^^^^^^^^ returning this value requires that `*self.stack` is borrowed for `'b` [INFO] [stderr] 503 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.stack`, because the type `stack::StackFrame<'_, S>` implements the `Drop` trait [INFO] [stderr] [INFO] [stderr] error[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gluon_vm-0.9.4/src/stack.rs:584:28 [INFO] [stderr] | [INFO] [stderr] 493 | impl<'a: 'b, 'b, S> StackFrame<'b, S> [INFO] [stderr] | -- lifetime `'b` defined here [INFO] [stderr] ... [INFO] [stderr] 584 | return Err(self.stack); [INFO] [stderr] | ----^^^^^^^^^^- returning this value requires that `*self.stack` is borrowed for `'b` [INFO] [stderr] ... [INFO] [stderr] 608 | } [INFO] [stderr] | - here, drop of `self` needs exclusive access to `*self.stack`, because the type `stack::StackFrame<'_, S>` implements the `Drop` trait [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `*self.thread` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gluon_vm-0.9.4/src/thread.rs:1398:19 [INFO] [stderr] | [INFO] [stderr] 1397 | } = **self; [INFO] [stderr] | ----- mutable borrow occurs here [INFO] [stderr] 1398 | alloc(gc, self.thread, &stack, data) [INFO] [stderr] | ^^^^^^^^^^^ ------ mutable borrow later used here [INFO] [stderr] | | [INFO] [stderr] | immutable borrow occurs here [INFO] [stderr] [INFO] [stderr] error[E0502]: cannot borrow `*self.thread` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/gluon_vm-0.9.4/src/thread.rs:1717:21 [INFO] [stderr] | [INFO] [stderr] 1714 | fn borrow_mut(&mut self) -> ExecuteContext { [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] 1715 | let context = &mut **self; [INFO] [stderr] | ----- mutable borrow occurs here [INFO] [stderr] 1716 | / ExecuteContext { [INFO] [stderr] 1717 | | thread: self.thread, [INFO] [stderr] | | ^^^^^^^^^^^ immutable borrow occurs here [INFO] [stderr] 1718 | | gc: &mut context.gc, [INFO] [stderr] 1719 | | stack: StackFrame::current(&mut context.stack), [INFO] [stderr] 1720 | | hook: &mut context.hook, [INFO] [stderr] 1721 | | } [INFO] [stderr] | |_________- returning this value requires that `*self` is borrowed for `'1` [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0502, E0713. [INFO] [stderr] For more information about an error, try `rustc --explain E0502`. [INFO] [stderr] error: could not compile `gluon_vm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "691457e2bb37d33d8aaee93e9a79fb50e34c2085812c92e48940cafe7b1594f0"` [INFO] running `"docker" "rm" "-f" "691457e2bb37d33d8aaee93e9a79fb50e34c2085812c92e48940cafe7b1594f0"` [INFO] [stdout] 691457e2bb37d33d8aaee93e9a79fb50e34c2085812c92e48940cafe7b1594f0