[INFO] cloning repository https://github.com/jimblandy/fxsnapshot [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/jimblandy/fxsnapshot" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Ffxsnapshot", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Ffxsnapshot'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8c7eceaa6943fecf213e0ac89e9c5c329038792a [INFO] checking jimblandy/fxsnapshot against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjimblandy%2Ffxsnapshot" "/workspace/builds/worker-1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jimblandy/fxsnapshot on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/jimblandy/fxsnapshot [INFO] finished tweaking git repo https://github.com/jimblandy/fxsnapshot [INFO] tweaked toml for git repo https://github.com/jimblandy/fxsnapshot written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate git repo https://github.com/jimblandy/fxsnapshot already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "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] running `Command { std: "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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] bc404d799972124cb180f724d6c59320a90ee7eb6fced77c37815ba7d561960d [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" "bc404d799972124cb180f724d6c59320a90ee7eb6fced77c37815ba7d561960d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "bc404d799972124cb180f724d6c59320a90ee7eb6fced77c37815ba7d561960d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "bc404d799972124cb180f724d6c59320a90ee7eb6fced77c37815ba7d561960d", kill_on_drop: false }` [INFO] [stdout] bc404d799972124cb180f724d6c59320a90ee7eb6fced77c37815ba7d561960d [INFO] running `Command { std: "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" "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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 55208a0eb24e8f739326daeacbcee9252fbd3b78dbd9c3af42c4bebfa2a98dfc [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" "55208a0eb24e8f739326daeacbcee9252fbd3b78dbd9c3af42c4bebfa2a98dfc", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.43 [INFO] [stderr] Compiling utf8-ranges v1.0.1 [INFO] [stderr] Compiling serde v1.0.78 [INFO] [stderr] Compiling string_cache_shared v0.3.0 [INFO] [stderr] Compiling void v1.0.2 [INFO] [stderr] Compiling failure_derive v0.1.2 [INFO] [stderr] Compiling bit-vec v0.5.0 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling lalrpop-util v0.16.0 [INFO] [stderr] Compiling regex-syntax v0.4.2 [INFO] [stderr] Compiling rustc-demangle v0.1.9 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling quick-error v1.2.2 [INFO] [stderr] Compiling strsim v0.7.0 [INFO] [stderr] Compiling strsim v0.6.0 [INFO] [stderr] Compiling bitflags v1.0.4 [INFO] [stderr] Compiling termcolor v1.0.3 [INFO] [stderr] Compiling vec_map v0.8.1 [INFO] [stderr] Checking fallible-iterator v0.2.0 (https://github.com/sfackler/rust-fallible-iterator.git?rev=11ea3bf0e6ad2bc4f4fe220d6c3332942e5dfa35#11ea3bf0) [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling proc-macro2 v0.3.8 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling log v0.4.5 [INFO] [stderr] Checking memmap v0.6.2 [INFO] [stderr] Compiling itertools v0.7.8 [INFO] [stderr] Compiling unreachable v1.0.0 [INFO] [stderr] Compiling humantime v1.1.1 [INFO] [stderr] Compiling textwrap v0.10.0 [INFO] [stderr] Compiling proc-macro2 v0.4.19 [INFO] [stderr] Compiling bit-set v0.5.0 [INFO] [stderr] Compiling ascii-canvas v1.0.0 [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling rand v0.5.5 [INFO] [stderr] Compiling atty v0.2.11 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling typenum v1.10.0 [INFO] [stderr] Compiling lazy_static v1.1.0 [INFO] [stderr] Compiling new_debug_unreachable v1.0.1 [INFO] [stderr] Compiling ena v0.9.3 [INFO] [stderr] Compiling quote v0.5.2 [INFO] [stderr] Compiling clap v2.32.0 [INFO] [stderr] Compiling aho-corasick v0.6.8 [INFO] [stderr] Compiling quote v0.6.8 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking regex v1.0.5 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling syn v0.15.4 [INFO] [stderr] Compiling regex v0.2.11 [INFO] [stderr] Compiling generic-array v0.9.0 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling digest v0.7.5 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling string_cache_codegen v0.4.1 [INFO] [stderr] Compiling sha2 v0.7.1 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling serde_derive v1.0.78 [INFO] [stderr] Compiling synstructure v0.9.0 [INFO] [stderr] Compiling lalrpop-snap v0.16.0 [INFO] [stderr] Compiling failure v0.1.2 [INFO] [stderr] Compiling pb-rs v0.5.0 [INFO] [stderr] Checking quick-protobuf v0.6.3 [INFO] [stderr] Compiling docopt v0.8.3 [INFO] [stderr] Compiling lalrpop v0.16.0 [INFO] [stderr] error: failed to run custom build command for `lalrpop v0.16.0` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/target/debug/build/lalrpop-0cefe267040208bf/build-script-build` (exit status: 101) [INFO] [stderr] --- stdout [INFO] [stderr] processing file `/opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.16.0/src/parser/lrgrammar.lalrpop` [INFO] [stderr] [INFO] [stderr] --- stderr [INFO] [stderr] thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 30, kind: ReadOnlyFilesystem, message: "Read-only file system" }', /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.16.0/build.rs:4:34 [INFO] [stderr] stack backtrace: [INFO] [stderr] 0: 0x56198fa4cb6c - std::backtrace_rs::backtrace::libunwind::trace::ha21b6ba3016b6364 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/../../backtrace/src/backtrace/libunwind.rs:90:5 [INFO] [stderr] 1: 0x56198fa4cb6c - std::backtrace_rs::backtrace::trace_unsynchronized::hf515241a118c4e5a [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/../../backtrace/src/backtrace/mod.rs:66:5 [INFO] [stderr] 2: 0x56198fa4cb6c - std::sys_common::backtrace::_print_fmt::h339cd474d88b8467 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:67:5 [INFO] [stderr] 3: 0x56198fa4cb6c - ::fmt::h06b8f714a0700be1 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:46:22 [INFO] [stderr] 4: 0x56198fa6bb1c - core::fmt::write::h9a6d9c74526a6c1b [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/fmt/mod.rs:1117:17 [INFO] [stderr] 5: 0x56198fa4a1a5 - std::io::Write::write_fmt::hb1c61d571fcd8cbf [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/io/mod.rs:1667:15 [INFO] [stderr] 6: 0x56198fa4e4d0 - std::sys_common::backtrace::_print::hcd1fe1237ea0c752 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:49:5 [INFO] [stderr] 7: 0x56198fa4e4d0 - std::sys_common::backtrace::print::hae7d6625a78cd32e [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:36:9 [INFO] [stderr] 8: 0x56198fa4e4d0 - std::panicking::default_hook::{{closure}}::h9a7fffa4e6b396ed [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:210:50 [INFO] [stderr] 9: 0x56198fa4e08b - std::panicking::default_hook::h5dc58e323cddd123 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:227:9 [INFO] [stderr] 10: 0x56198fa4eb84 - std::panicking::rust_panic_with_hook::hbef17e4338d7de57 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:624:17 [INFO] [stderr] 11: 0x56198fa4e660 - std::panicking::begin_panic_handler::{{closure}}::hd8a92a4b1c3baae0 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:521:13 [INFO] [stderr] 12: 0x56198fa4d034 - std::sys_common::backtrace::__rust_end_short_backtrace::ha5ac263a7609ace8 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:141:18 [INFO] [stderr] 13: 0x56198fa4e5c9 - rust_begin_unwind [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:517:5 [INFO] [stderr] 14: 0x56198f19b5e1 - core::panicking::panic_fmt::hcf5f6d96e1dd7099 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/panicking.rs:93:14 [INFO] [stderr] 15: 0x56198f19b6d3 - core::result::unwrap_failed::he898b02f57993c42 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/result.rs:1617:5 [INFO] [stderr] 16: 0x56198f19c038 - core::result::Result::unwrap::h64d26a4b1301e703 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/result.rs:1299:23 [INFO] [stderr] 17: 0x56198f19beda - build_script_build::main::hd88b1636fc684e46 [INFO] [stderr] at /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.16.0/build.rs:4:5 [INFO] [stderr] 18: 0x56198f19c36b - core::ops::function::FnOnce::call_once::h60f78a3604f5f64e [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/ops/function.rs:227:5 [INFO] [stderr] 19: 0x56198f19c50e - std::sys_common::backtrace::__rust_begin_short_backtrace::hbcf3a9d0fca4a8a1 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/sys_common/backtrace.rs:125:18 [INFO] [stderr] 20: 0x56198f19c101 - std::rt::lang_start::{{closure}}::h74c06d4d8be075d8 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/rt.rs:63:18 [INFO] [stderr] 21: 0x56198fa4f08a - core::ops::function::impls:: for &F>::call_once::hc9bc8961e4809a14 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/core/src/ops/function.rs:259:13 [INFO] [stderr] 22: 0x56198fa4f08a - std::panicking::try::do_call::h6f00e12df2af6579 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:403:40 [INFO] [stderr] 23: 0x56198fa4f08a - std::panicking::try::h588c31a0a9a8ad2c [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:367:19 [INFO] [stderr] 24: 0x56198fa4f08a - std::panic::catch_unwind::h8ebc4fcb0e51bec0 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panic.rs:129:14 [INFO] [stderr] 25: 0x56198fa4f08a - std::rt::lang_start_internal::{{closure}}::had93e50fbfd893a1 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/rt.rs:45:48 [INFO] [stderr] 26: 0x56198fa4f08a - std::panicking::try::do_call::hf70c5056d8b410b7 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:403:40 [INFO] [stderr] 27: 0x56198fa4f08a - std::panicking::try::h0c680320de5deb84 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panicking.rs:367:19 [INFO] [stderr] 28: 0x56198fa4f08a - std::panic::catch_unwind::h7b94a99f13366c53 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/panic.rs:129:14 [INFO] [stderr] 29: 0x56198fa4f08a - std::rt::lang_start_internal::hca14fb2549072049 [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/rt.rs:45:20 [INFO] [stderr] 30: 0x56198f19c0d0 - std::rt::lang_start::haf38cd900b35cb5a [INFO] [stderr] at /rustc/33fdb797f59421c7bbecaa4588ed5d7a31a9494a/library/std/src/rt.rs:62:5 [INFO] [stderr] 31: 0x56198f19befc - main [INFO] [stderr] 32: 0x7f22730d40b3 - __libc_start_main [INFO] [stderr] 33: 0x56198f19bdde - _start [INFO] [stderr] 34: 0x0 - [INFO] running `Command { std: "docker" "inspect" "55208a0eb24e8f739326daeacbcee9252fbd3b78dbd9c3af42c4bebfa2a98dfc", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "55208a0eb24e8f739326daeacbcee9252fbd3b78dbd9c3af42c4bebfa2a98dfc", kill_on_drop: false }` [INFO] [stdout] 55208a0eb24e8f739326daeacbcee9252fbd3b78dbd9c3af42c4bebfa2a98dfc