[INFO] crate gluon_vm 0.13.1 is already in cache [INFO] checking gluon_vm-0.13.1 against try#e6563ac70cbfd3196492061900e9e9793e065e4d for pr-69410 [INFO] extracting crate gluon_vm 0.13.1 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate gluon_vm 0.13.1 on toolchain e6563ac70cbfd3196492061900e9e9793e065e4d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate gluon_vm 0.13.1 [INFO] finished tweaking crates.io crate gluon_vm 0.13.1 [INFO] tweaked toml for crates.io crate gluon_vm 0.13.1 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+e6563ac70cbfd3196492061900e9e9793e065e4d" "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] 7048ec682d7f5eee32d2a34d90c1a47afcdc22fb88cc4530cd763527b686e3b2 [INFO] running `"docker" "start" "-a" "7048ec682d7f5eee32d2a34d90c1a47afcdc22fb88cc4530cd763527b686e3b2"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking collect-mac v0.1.0 [INFO] [stderr] Compiling regex-syntax v0.6.14 [INFO] [stderr] Compiling typed-arena v1.7.0 [INFO] [stderr] Checking frunk_core v0.3.1 [INFO] [stderr] Compiling gluon_vm v0.13.1 [INFO] [stderr] Checking rustc-hash v1.1.0 [INFO] [stderr] Compiling gluon_vm v0.13.1 (/opt/rustwide/workdir) [INFO] [stderr] Compiling itertools v0.8.2 [INFO] [stderr] Checking pretty v0.5.2 [INFO] [stderr] Checking archery v0.3.0 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Checking ena v0.13.1 [INFO] [stderr] Checking rpds v0.7.0 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling gluon_codegen v0.13.1 [INFO] [stderr] Compiling derive-new v0.5.8 [INFO] [stderr] Compiling salsa-macros v0.13.2 [INFO] [stderr] Checking env_logger v0.7.1 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Compiling sha2 v0.8.1 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling ordered-float v1.0.2 [INFO] [stderr] Compiling failure v0.1.6 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking codespan v0.3.0 [INFO] [stderr] Compiling regex v1.3.4 [INFO] [stderr] Compiling ahash v0.2.18 [INFO] [stderr] Checking crossbeam v0.7.3 [INFO] [stderr] Checking codespan-reporting v0.3.0 [INFO] [stderr] Compiling string_cache v0.7.5 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Checking gluon_base v0.13.1 [INFO] [stderr] Checking salsa v0.13.2 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Checking gluon_check v0.13.1 [INFO] [stderr] Checking gluon_format v0.13.1 [INFO] [stderr] Compiling gluon v0.13.1 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/macros.rs:89:16 [INFO] [stderr] | [INFO] [stderr] 89 | self.0.description() [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] Compiling gluon_parser v0.13.1 [INFO] [stderr] error: couldn't read /opt/rustwide/target/debug/build/gluon_vm-60081ad0d41f658f/out/core/grammar.rs: No such file or directory (os error 2) [INFO] [stderr] --> src/core/mod.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | / lalrpop_util::lalrpop_mod!( [INFO] [stderr] 22 | | #[cfg_attr(rustfmt, rustfmt_skip)] [INFO] [stderr] 23 | | pub grammar, [INFO] [stderr] 24 | | "/core/grammar.rs" [INFO] [stderr] 25 | | ); [INFO] [stderr] | |__^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `gluon_vm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "7048ec682d7f5eee32d2a34d90c1a47afcdc22fb88cc4530cd763527b686e3b2"` [INFO] running `"docker" "rm" "-f" "7048ec682d7f5eee32d2a34d90c1a47afcdc22fb88cc4530cd763527b686e3b2"` [INFO] [stdout] 7048ec682d7f5eee32d2a34d90c1a47afcdc22fb88cc4530cd763527b686e3b2