[INFO] cloning repository https://github.com/borkdude/plsci [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/borkdude/plsci" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborkdude%2Fplsci", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborkdude%2Fplsci'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ac7d249b7182c65ec462da4541b6287819a726ff [INFO] checking borkdude/plsci against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fborkdude%2Fplsci" "/workspace/builds/worker-6/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/borkdude/plsci on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-6/source/.cargo/config [INFO] started tweaking git repo https://github.com/borkdude/plsci [INFO] finished tweaking git repo https://github.com/borkdude/plsci [INFO] tweaked toml for git repo https://github.com/borkdude/plsci written to /workspace/builds/worker-6/source/Cargo.toml [INFO] crate git repo https://github.com/borkdude/plsci already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 74a6ada0119c0f9543abbaa930889c0e30d63aa809890229d6afe8be1fa8b2b9 [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" "74a6ada0119c0f9543abbaa930889c0e30d63aa809890229d6afe8be1fa8b2b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "74a6ada0119c0f9543abbaa930889c0e30d63aa809890229d6afe8be1fa8b2b9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "74a6ada0119c0f9543abbaa930889c0e30d63aa809890229d6afe8be1fa8b2b9", kill_on_drop: false }` [INFO] [stdout] 74a6ada0119c0f9543abbaa930889c0e30d63aa809890229d6afe8be1fa8b2b9 [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 984a52cb6a63631cb5a3d9f9ccd0c41df5bacbe552fb4ffd3fdb5bd8c7fa5fe6 [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" "984a52cb6a63631cb5a3d9f9ccd0c41df5bacbe552fb4ffd3fdb5bd8c7fa5fe6", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.82 [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde_derive v1.0.118 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde v1.0.118 [INFO] [stderr] Compiling const_fn v0.4.5 [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Checking cfg-if v0.1.10 [INFO] [stderr] Compiling getrandom v0.2.1 [INFO] [stderr] Compiling rayon-core v1.9.0 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling humantime v2.0.1 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling bindgen v0.56.0 [INFO] [stderr] Checking futures-core v0.3.9 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Checking byteorder v1.4.2 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Checking futures-sink v0.3.9 [INFO] [stderr] Compiling unescape v0.1.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Checking futures-io v0.3.9 [INFO] [stderr] Checking slab v0.4.2 [INFO] [stderr] Checking siphasher v0.3.3 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Checking seahash v4.0.1 [INFO] [stderr] Checking shutdown_hooks v0.1.0 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling memoffset v0.6.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.1 [INFO] [stderr] Compiling clang-sys v1.0.3 [INFO] [stderr] Compiling standback v0.2.14 [INFO] [stderr] Compiling rayon v1.5.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling tokio v1.0.1 [INFO] [stderr] Compiling build-deps v0.1.4 [INFO] [stderr] Compiling time v0.2.24 [INFO] [stderr] Compiling tinyvec v1.1.0 [INFO] [stderr] Checking futures-task v0.3.9 [INFO] [stderr] Compiling form_urlencoded v1.0.0 [INFO] [stderr] Compiling libloading v0.6.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v1.1.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking futures-channel v0.3.9 [INFO] [stderr] Checking proc-macro2 v1.0.24 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Checking log v0.4.11 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Checking hash32 v0.1.1 [INFO] [stderr] Checking phf_shared v0.8.0 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Checking generic-array v0.13.2 [INFO] [stderr] Compiling rustc_version v0.2.3 [INFO] [stderr] Checking phf v0.8.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking idna v0.2.0 [INFO] [stderr] Compiling unicode-normalization v0.1.16 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Checking crypto-mac v0.10.0 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking as-slice v0.1.4 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling atomic-traits v0.2.0 [INFO] [stderr] Checking mio v0.7.7 [INFO] [stderr] Checking parking_lot_core v0.8.2 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Compiling crossbeam-epoch v0.9.1 [INFO] [stderr] Compiling crossbeam-channel v0.5.0 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Checking sha2 v0.9.2 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Checking url v2.2.0 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Checking heapless v0.5.6 [INFO] [stderr] Checking rand_core v0.6.1 [INFO] [stderr] error: could not compile `regex-syntax` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.22/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="unicode"' --cfg 'feature="unicode-age"' --cfg 'feature="unicode-bool"' --cfg 'feature="unicode-case"' --cfg 'feature="unicode-gencat"' --cfg 'feature="unicode-perl"' --cfg 'feature="unicode-script"' --cfg 'feature="unicode-segment"' -C metadata=0e1637be2d60a974 -C extra-filename=-0e1637be2d60a974 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "984a52cb6a63631cb5a3d9f9ccd0c41df5bacbe552fb4ffd3fdb5bd8c7fa5fe6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "984a52cb6a63631cb5a3d9f9ccd0c41df5bacbe552fb4ffd3fdb5bd8c7fa5fe6", kill_on_drop: false }` [INFO] [stdout] 984a52cb6a63631cb5a3d9f9ccd0c41df5bacbe552fb4ffd3fdb5bd8c7fa5fe6