[INFO] cloning repository https://github.com/dansteren/files-sudograph [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dansteren/files-sudograph" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdansteren%2Ffiles-sudograph", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdansteren%2Ffiles-sudograph'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1618bd4b2f5c5696bc0607566d75e7c023fe0178 [INFO] testing dansteren/files-sudograph against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdansteren%2Ffiles-sudograph" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dansteren/files-sudograph on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dansteren/files-sudograph [INFO] finished tweaking git repo https://github.com/dansteren/files-sudograph [INFO] tweaked toml for git repo https://github.com/dansteren/files-sudograph written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dansteren/files-sudograph already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-04-10" "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] 88171b3a307ebb11161115a2f10522b9c46c7c5c6f340e068fcd76e133cf5fc5 [INFO] running `Command { std: "docker" "start" "-a" "88171b3a307ebb11161115a2f10522b9c46c7c5c6f340e068fcd76e133cf5fc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "88171b3a307ebb11161115a2f10522b9c46c7c5c6f340e068fcd76e133cf5fc5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "88171b3a307ebb11161115a2f10522b9c46c7c5c6f340e068fcd76e133cf5fc5", kill_on_drop: false }` [INFO] [stdout] 88171b3a307ebb11161115a2f10522b9c46c7c5c6f340e068fcd76e133cf5fc5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "+beta-2022-04-10" "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] 5c038af350c9721b4a7e4b97f0c7b2ed6a0c0dcc21ff15e27c32bb642263abb6 [INFO] running `Command { std: "docker" "start" "-a" "5c038af350c9721b4a7e4b97f0c7b2ed6a0c0dcc21ff15e27c32bb642263abb6", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.72 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling siphasher v0.3.5 [INFO] [stderr] Compiling tiny-keccak v2.0.2 [INFO] [stderr] Compiling bit-vec v0.6.3 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling pico-args v0.4.1 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling diff v0.1.12 [INFO] [stderr] Compiling ucd-trie v0.1.3 [INFO] [stderr] Compiling futures-sink v0.3.15 [INFO] [stderr] Compiling beef v0.5.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling cpufeatures v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.4 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling typed-arena v2.0.1 [INFO] [stderr] Compiling base32 v0.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling paste v1.0.5 [INFO] [stderr] Compiling leb128 v0.2.4 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling unchecked-index v0.2.2 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling indexmap v1.6.2 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling itertools v0.10.0 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling num-bigint v0.3.2 [INFO] [stderr] Compiling bit-set v0.5.2 [INFO] [stderr] Compiling pest v2.1.3 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling codespan-reporting v0.9.5 [INFO] [stderr] Compiling pretty v0.10.0 [INFO] [stderr] Compiling combine v3.8.1 [INFO] [stderr] Compiling twoway v0.2.2 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling string_cache v0.8.1 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling lalrpop-util v0.19.5 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling lalrpop v0.19.5 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling thiserror-impl v1.0.25 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling logos-derive v0.12.0 [INFO] [stderr] Compiling candid_derive v0.4.4 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling derive_more v0.99.14 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling darling_macro v0.12.4 [INFO] [stderr] error: could not compile `lalrpop` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name lalrpop /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/lalrpop-0.19.5/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' -C metadata=325e0673c91ea5c5 -C extra-filename=-325e0673c91ea5c5 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-1659861841147921.rmeta --extern atty=/opt/rustwide/target/debug/deps/libatty-4b0ca82d78414019.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-04cc5391576c3558.rmeta --extern diff=/opt/rustwide/target/debug/deps/libdiff-addc4ff7d1d9a698.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-8603616e6f15c299.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-dafdb611998bd7db.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-e5a2d051db3909c8.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-51c50dcf343728e6.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-57df57f3d50e7148.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-835a820946206844.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-fd0c3ba7c22fa1f4.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-4087363ed53fc140.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-1b48360d084e298a.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-214036e12d88a9e7.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-11d097b41f2e60a4.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "5c038af350c9721b4a7e4b97f0c7b2ed6a0c0dcc21ff15e27c32bb642263abb6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c038af350c9721b4a7e4b97f0c7b2ed6a0c0dcc21ff15e27c32bb642263abb6", kill_on_drop: false }` [INFO] [stdout] 5c038af350c9721b4a7e4b97f0c7b2ed6a0c0dcc21ff15e27c32bb642263abb6