[INFO] fetching crate osprey 0.4.4... [INFO] checking osprey-0.4.4 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate osprey 0.4.4 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate osprey 0.4.4 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-1/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 1c71b915da746929e3c2e4708fbbc394c4759d15341c3cac22695585788f6a7e [INFO] running `"docker" "start" "-a" "1c71b915da746929e3c2e4708fbbc394c4759d15341c3cac22695585788f6a7e"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Checking termcolor v0.3.6 [INFO] [stderr] Checking anymap v0.12.1 [INFO] [stderr] Checking collect-mac v0.1.0 [INFO] [stderr] Compiling typed-arena v1.6.1 [INFO] [stderr] Compiling smallvec v0.6.10 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Checking union-find v0.3.2 [INFO] [stderr] Compiling gluon_vm v0.9.4 [INFO] [stderr] Checking rpds v0.5.0 [INFO] [stderr] Checking plain v0.2.3 [INFO] [stderr] Checking frunk_core v0.2.4 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Checking pretty v0.5.2 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling ena v0.11.0 [INFO] [stderr] Compiling scroll v0.9.2 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Compiling scroll_derive v0.9.5 [INFO] [stderr] Compiling gluon_codegen v0.9.4 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Compiling bindgen v0.51.1 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Checking codespan v0.1.3 [INFO] [stderr] Checking codespan-reporting v0.1.4 [INFO] [stderr] Checking gluon_base v0.9.4 [INFO] [stderr] Checking goblin v0.0.23 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Checking gluon_check v0.9.4 [INFO] [stderr] Checking serde_json v1.0.41 [INFO] [stderr] Compiling gluon v0.9.4 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling falcon_capstone v0.3.0 [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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1c71b915da746929e3c2e4708fbbc394c4759d15341c3cac22695585788f6a7e"` [INFO] running `"docker" "rm" "-f" "1c71b915da746929e3c2e4708fbbc394c4759d15341c3cac22695585788f6a7e"` [INFO] [stdout] 1c71b915da746929e3c2e4708fbbc394c4759d15341c3cac22695585788f6a7e