[INFO] cloning repository https://github.com/shakyShane/bs3 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/shakyShane/bs3" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fbs3", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fbs3'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 68aef13423133b044f772fe9e8b476be546316fd [INFO] testing shakyShane/bs3 against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FshakyShane%2Fbs3" "/workspace/builds/worker-13/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/shakyShane/bs3 on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/shakyShane/bs3 [INFO] finished tweaking git repo https://github.com/shakyShane/bs3 [INFO] tweaked toml for git repo https://github.com/shakyShane/bs3 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/shakyShane/bs3 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] ce4a5a42989d747463d921d277e42234c236155d66acd1e83245bfbd69336e3d [INFO] running `Command { std: "docker" "start" "-a" "ce4a5a42989d747463d921d277e42234c236155d66acd1e83245bfbd69336e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ce4a5a42989d747463d921d277e42234c236155d66acd1e83245bfbd69336e3d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ce4a5a42989d747463d921d277e42234c236155d66acd1e83245bfbd69336e3d", kill_on_drop: false }` [INFO] [stdout] ce4a5a42989d747463d921d277e42234c236155d66acd1e83245bfbd69336e3d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "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] f75e5ad35060433bc66a6274d9cefcdc14f184c156c07bc940f0d1761ed082ee [INFO] running `Command { std: "docker" "start" "-a" "f75e5ad35060433bc66a6274d9cefcdc14f184c156c07bc940f0d1761ed082ee", kill_on_drop: false }` [INFO] [stderr] Compiling futures-io v0.3.7 [INFO] [stderr] Compiling object v0.21.1 [INFO] [stderr] Compiling v_escape v0.13.2 [INFO] [stderr] Compiling v_htmlescape v0.10.4 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.68 [INFO] [stderr] Compiling anyhow v1.0.33 [INFO] [stderr] Compiling wasm-bindgen v0.2.68 [INFO] [stderr] Compiling cookie v0.14.2 [INFO] [stderr] Compiling buf-min v0.1.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.0 [INFO] [stderr] Compiling ring v0.16.16 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling async-channel v1.5.1 [INFO] [stderr] Compiling signal-hook-registry v1.2.1 [INFO] [stderr] Compiling nb-connect v1.0.2 [INFO] [stderr] Compiling inotify-sys v0.1.3 [INFO] [stderr] Compiling filetime v0.2.12 [INFO] [stderr] Compiling polling v2.0.2 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling parking_lot v0.11.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling resolv-conf v0.6.3 [INFO] [stderr] Compiling futures-lite v1.11.2 [INFO] [stderr] Compiling inotify v0.7.1 [INFO] [stderr] Compiling regex v1.4.1 [INFO] [stderr] Compiling block-cipher v0.7.1 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling signal-hook v0.1.16 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.7 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling thiserror-impl v1.0.21 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] error: could not compile `regex` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-1.4.1/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="aho-corasick"' --cfg 'feature="default"' --cfg 'feature="memchr"' --cfg 'feature="perf"' --cfg 'feature="perf-cache"' --cfg 'feature="perf-dfa"' --cfg 'feature="perf-inline"' --cfg 'feature="perf-literal"' --cfg 'feature="std"' --cfg 'feature="thread_local"' --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=60d8c352c8b6730f -C extra-filename=-60d8c352c8b6730f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern aho_corasick=/opt/rustwide/target/debug/deps/libaho_corasick-081ed184a4ffb22b.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-15ff39dbd52f8080.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-73c4e738f2a90440.rmeta --extern thread_local=/opt/rustwide/target/debug/deps/libthread_local-fca49ebfe19b2a13.rmeta --cap-lints allow --cap-lints=warn` (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" "f75e5ad35060433bc66a6274d9cefcdc14f184c156c07bc940f0d1761ed082ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f75e5ad35060433bc66a6274d9cefcdc14f184c156c07bc940f0d1761ed082ee", kill_on_drop: false }` [INFO] [stdout] f75e5ad35060433bc66a6274d9cefcdc14f184c156c07bc940f0d1761ed082ee