[INFO] cloning repository https://github.com/eHealthExperts/k2-creek [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/eHealthExperts/k2-creek" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeHealthExperts%2Fk2-creek", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeHealthExperts%2Fk2-creek'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] fd299cfe2dc1018618617c061df8a3825423c6c9 [INFO] checking eHealthExperts/k2-creek against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FeHealthExperts%2Fk2-creek" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/eHealthExperts/k2-creek on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-11/source/.cargo/config [INFO] started tweaking git repo https://github.com/eHealthExperts/k2-creek [INFO] finished tweaking git repo https://github.com/eHealthExperts/k2-creek [INFO] tweaked toml for git repo https://github.com/eHealthExperts/k2-creek written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/eHealthExperts/k2-creek already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5eab43c20237e424431f23f80ff853a297dc6817f2cc43f1a008e3cc68db8806 [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" "5eab43c20237e424431f23f80ff853a297dc6817f2cc43f1a008e3cc68db8806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5eab43c20237e424431f23f80ff853a297dc6817f2cc43f1a008e3cc68db8806", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5eab43c20237e424431f23f80ff853a297dc6817f2cc43f1a008e3cc68db8806", kill_on_drop: false }` [INFO] [stdout] 5eab43c20237e424431f23f80ff853a297dc6817f2cc43f1a008e3cc68db8806 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 874976424c5563047e880413fbdfe0bbc89a20f3e8421fa1ab77ece88eaceceb [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" "874976424c5563047e880413fbdfe0bbc89a20f3e8421fa1ab77ece88eaceceb", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.78 [INFO] [stderr] Compiling gimli v0.22.0 [INFO] [stderr] Compiling object v0.20.0 [INFO] [stderr] Compiling arrayvec v0.5.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling bytecount v0.6.0 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Compiling k2-creek v1.0.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking futures-timer v3.0.2 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Checking lock_api v0.4.1 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Checking lock_api v0.3.4 [INFO] [stderr] Compiling miniz_oxide v0.4.2 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling enum-iterator-derive v0.6.0 [INFO] [stderr] Compiling actix-web-codegen v0.3.0 [INFO] [stderr] Compiling serial_test_derive v0.5.0 [INFO] [stderr] Compiling mockall_derive v0.8.1 [INFO] [stderr] Checking rusticata-macros v2.1.0 [INFO] [stderr] Checking serde v1.0.116 [INFO] [stderr] Compiling lexical-core v0.7.4 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking enum-iterator v0.6.0 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling addr2line v0.13.0 [INFO] [stderr] error: could not compile `mockall_derive` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name mockall_derive --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/mockall_derive-0.8.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C embed-bitcode=no -C debuginfo=2 -C metadata=b5f88606fbea2cf9 -C extra-filename=-b5f88606fbea2cf9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-727e218cbe4629d5.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-db256853d8ab4a1e.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-ade5fbeeb7bccbe4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-cb783541898cd64a.rlib --extern proc_macro --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" "874976424c5563047e880413fbdfe0bbc89a20f3e8421fa1ab77ece88eaceceb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "874976424c5563047e880413fbdfe0bbc89a20f3e8421fa1ab77ece88eaceceb", kill_on_drop: false }` [INFO] [stdout] 874976424c5563047e880413fbdfe0bbc89a20f3e8421fa1ab77ece88eaceceb