[INFO] cloning repository https://github.com/ianblenke/rustynail [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ianblenke/rustynail" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fianblenke%2Frustynail", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fianblenke%2Frustynail'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9f7251775348fc4b09d747aafea59c105fb533d9 [INFO] checking ianblenke/rustynail against beta for pr-78714 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fianblenke%2Frustynail" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ianblenke/rustynail on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ianblenke/rustynail [INFO] finished tweaking git repo https://github.com/ianblenke/rustynail [INFO] tweaked toml for git repo https://github.com/ianblenke/rustynail written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/ianblenke/rustynail 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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] a00262a7cadbd1c413449441948244e54bf43f1495aaea09b76b5625c17448f1 [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" "a00262a7cadbd1c413449441948244e54bf43f1495aaea09b76b5625c17448f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a00262a7cadbd1c413449441948244e54bf43f1495aaea09b76b5625c17448f1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a00262a7cadbd1c413449441948244e54bf43f1495aaea09b76b5625c17448f1", kill_on_drop: false }` [INFO] [stdout] a00262a7cadbd1c413449441948244e54bf43f1495aaea09b76b5625c17448f1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] acc7a3bd29fd66285d3a4a78aaee1eccada834c3f1e0b6203be9824e698f3450 [INFO] running `Command { std: "docker" "start" "-a" "acc7a3bd29fd66285d3a4a78aaee1eccada834c3f1e0b6203be9824e698f3450", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.35 [INFO] [stderr] Compiling instant v0.1.6 [INFO] [stderr] Compiling smallvec v1.4.1 [INFO] [stderr] Compiling fixedbitset v0.2.0 [INFO] [stderr] Compiling either v1.5.3 [INFO] [stderr] Compiling lalrpop-util v0.19.0 [INFO] [stderr] Checking crc8 v0.1.1 [INFO] [stderr] Compiling indexmap v1.5.0 [INFO] [stderr] Compiling paste-impl v0.1.18 [INFO] [stderr] Checking tokio-sync v0.1.8 [INFO] [stderr] Checking actix-service v0.4.2 [INFO] [stderr] Compiling lock_api v0.4.1 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Checking pretty v0.10.0 [INFO] [stderr] Checking signal-hook-registry v1.2.0 [INFO] [stderr] Checking parking_lot_core v0.8.0 [INFO] [stderr] Checking backtrace v0.3.50 [INFO] [stderr] Checking hostname v0.3.1 [INFO] [stderr] Checking rand_os v0.1.3 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Compiling ena v0.14.0 [INFO] [stderr] Compiling hashbrown v0.8.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking resolv-conf v0.6.3 [INFO] [stderr] Checking tokio-executor v0.1.10 [INFO] [stderr] Checking tokio-io v0.1.13 [INFO] [stderr] Checking string v0.2.1 [INFO] [stderr] Checking mio-uds v0.6.8 [INFO] [stderr] Checking rand v0.6.5 [INFO] [stderr] Checking chrono v0.4.13 [INFO] [stderr] Checking num-bigint v0.2.6 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling enum-as-inner v0.2.1 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Checking parking_lot v0.11.0 [INFO] [stderr] Checking pretty_env_logger v0.4.0 [INFO] [stderr] Checking tokio-timer v0.2.13 [INFO] [stderr] Checking tokio-current-thread v0.1.7 [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Checking tokio v0.2.22 [INFO] [stderr] Checking tokio-reactor v0.1.12 [INFO] [stderr] Checking tokio-codec v0.1.2 [INFO] [stderr] Checking scheduled-thread-pool v0.2.5 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking paste v0.1.18 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Compiling const-random-macro v0.1.8 [INFO] [stderr] Checking flate2 v1.0.16 [INFO] [stderr] Checking r2d2 v0.8.9 [INFO] [stderr] Checking actix-codec v0.1.2 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking parking_lot_core v0.5.0 [INFO] [stderr] Checking tokio-tcp v0.1.4 [INFO] [stderr] Checking tokio-udp v0.1.6 [INFO] [stderr] Checking tokio-signal v0.2.9 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Checking actix-utils v0.4.7 [INFO] [stderr] Checking actix-server-config v0.1.2 [INFO] [stderr] Checking parking_lot v0.8.0 [INFO] [stderr] Checking const-random v0.1.8 [INFO] [stderr] Checking ahash v0.2.18 [INFO] [stderr] Checking hashbrown v0.6.3 [INFO] [stderr] Checking tokio-util v0.2.0 [INFO] [stderr] Checking tokio-util v0.3.1 [INFO] [stderr] Checking actix-codec v0.2.0 [INFO] [stderr] Checking brotli2 v0.3.2 [INFO] [stderr] Checking actix-threadpool v0.1.2 [INFO] [stderr] Checking actix-rt v0.2.6 [INFO] [stderr] Checking actix-server v0.6.1 [INFO] [stderr] Checking actix-testing v0.1.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling serde_derive v1.0.114 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling derive_more v0.99.9 [INFO] [stderr] Compiling actix-macros v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.36 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling actix-web-codegen v0.2.2 [INFO] [stderr] Compiling derivative v2.1.1 [INFO] [stderr] Compiling candid_derive v0.3.0 (https://github.com/dfinity/candid#98720d93) [INFO] [stderr] Compiling actix-web-codegen v0.1.3 [INFO] [stderr] Checking failure v0.1.8 [INFO] [stderr] Checking trust-dns-proto v0.7.4 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking trust-dns-resolver v0.11.1 [INFO] [stderr] Checking actix-connect v0.2.5 [INFO] [stderr] Checking actix-threadpool v0.3.3 [INFO] [stderr] Checking serde v1.0.114 [INFO] [stderr] Compiling diesel v1.4.5 [INFO] [stderr] Checking futures-executor v0.3.5 [INFO] [stderr] Checking actix-service v1.0.5 [INFO] [stderr] Checking actix-rt v1.1.1 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Checking trust-dns-proto v0.18.0-alpha.2 [INFO] [stderr] Checking actix-utils v1.0.6 [INFO] [stderr] Checking actix-server v1.0.3 [INFO] [stderr] Checking actix-tls v1.0.0 [INFO] [stderr] Checking actix-testing v1.0.1 [INFO] [stderr] Checking trust-dns-resolver v0.18.0-alpha.2 [INFO] [stderr] Checking serde_json v1.0.56 [INFO] [stderr] Checking serde_urlencoded v0.6.1 [INFO] [stderr] Checking actix-router v0.2.4 [INFO] [stderr] Checking actix-router v0.1.5 [INFO] [stderr] Checking h2 v0.2.6 [INFO] [stderr] Checking h2 v0.1.26 [INFO] [stderr] Checking actix-connect v1.0.2 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling string_cache v0.8.0 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling petgraph v0.5.1 [INFO] [stderr] Compiling proc-macro-crate v0.1.5 [INFO] [stderr] Checking actix-http v0.2.11 [INFO] [stderr] Compiling num_enum_derive v0.4.3 [INFO] [stderr] Compiling lalrpop v0.19.0 [INFO] [stderr] Checking num_enum v0.4.3 [INFO] [stderr] Checking actix-http v1.0.1 [INFO] [stderr] Checking awc v0.2.8 [INFO] [stderr] Checking actix v0.8.3 [INFO] [stderr] Checking actix-web v1.0.9 [INFO] [stderr] Checking awc v1.0.1 [INFO] [stderr] Checking actix-web v2.0.0 [INFO] [stderr] Checking actix-swagger v0.2.1 [INFO] [stderr] error: could not compile `diesel` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name diesel /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel-1.4.5/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="32-column-tables"' --cfg 'feature="bitflags"' --cfg 'feature="default"' --cfg 'feature="postgres"' --cfg 'feature="pq-sys"' --cfg 'feature="r2d2"' --cfg 'feature="with-deprecated"' -C metadata=1ecc8d1aaf53e733 -C extra-filename=-1ecc8d1aaf53e733 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-ef3b499484556621.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-f7f925fcf7e16859.rmeta --extern diesel_derives=/opt/rustwide/target/debug/deps/libdiesel_derives-4ee379655906ef3b.so --extern pq_sys=/opt/rustwide/target/debug/deps/libpq_sys-650d5ea8de8454ca.rmeta --extern r2d2=/opt/rustwide/target/debug/deps/libr2d2-8e41fc83e4dd5ac9.rmeta --cap-lints allow --cap-lints=forbid -L native=/usr/lib/x86_64-linux-gnu` (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" "acc7a3bd29fd66285d3a4a78aaee1eccada834c3f1e0b6203be9824e698f3450", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "acc7a3bd29fd66285d3a4a78aaee1eccada834c3f1e0b6203be9824e698f3450", kill_on_drop: false }` [INFO] [stdout] acc7a3bd29fd66285d3a4a78aaee1eccada834c3f1e0b6203be9824e698f3450