[INFO] cloning repository https://github.com/petar-dambovaliev/example-heroku-darpi [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/petar-dambovaliev/example-heroku-darpi" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetar-dambovaliev%2Fexample-heroku-darpi", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetar-dambovaliev%2Fexample-heroku-darpi'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 88ab5df8b0156f0f87b32d93327ad2b81f8396c5 [INFO] testing petar-dambovaliev/example-heroku-darpi against beta-2021-09-08 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpetar-dambovaliev%2Fexample-heroku-darpi" "/workspace/builds/worker-0/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-0/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/petar-dambovaliev/example-heroku-darpi on toolchain beta-2021-09-08 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/petar-dambovaliev/example-heroku-darpi [INFO] finished tweaking git repo https://github.com/petar-dambovaliev/example-heroku-darpi [INFO] tweaked toml for git repo https://github.com/petar-dambovaliev/example-heroku-darpi written to /workspace/builds/worker-0/source/Cargo.toml [INFO] crate git repo https://github.com/petar-dambovaliev/example-heroku-darpi already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-09-08" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating git repository `https://github.com/darpi-rs/darpi.git` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-stream-impl v0.3.1 [INFO] [stderr] Downloaded async-stream v0.3.1 [INFO] [stderr] Downloaded async-graphql-derive v2.8.4 [INFO] [stderr] Downloaded async-graphql-parser v2.7.1 [INFO] [stderr] Downloaded async-graphql-value v2.6.5 [INFO] [stderr] Downloaded async-graphql v2.8.4 [INFO] [stderr] Downloaded darpi-route v0.1.0 [INFO] [stderr] Downloaded darpi-headers v0.1.0-beta.1 [INFO] [stderr] Downloaded darpi-web v0.1.0-beta.1 [INFO] [stderr] Downloaded darpi v0.1.5 [INFO] [stderr] Downloaded darpi-code-gen v0.1.1-beta.1 [INFO] [stderr] Downloaded shaku_derive v0.5.0 [INFO] [stderr] Downloaded shaku v0.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2021-09-08" "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] 98f94e89f9b983f5ccd8db9c04e64342e1a43ad2bd8982a87ea8967d04e67993 [INFO] running `Command { std: "docker" "start" "-a" "98f94e89f9b983f5ccd8db9c04e64342e1a43ad2bd8982a87ea8967d04e67993", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "98f94e89f9b983f5ccd8db9c04e64342e1a43ad2bd8982a87ea8967d04e67993", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "98f94e89f9b983f5ccd8db9c04e64342e1a43ad2bd8982a87ea8967d04e67993", kill_on_drop: false }` [INFO] [stdout] 98f94e89f9b983f5ccd8db9c04e64342e1a43ad2bd8982a87ea8967d04e67993 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2021-09-08" "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] 4f8033fff615fd2c666855ec8d69e3e8055aa175b79974fa89047849ca36aae5 [INFO] running `Command { std: "docker" "start" "-a" "4f8033fff615fd2c666855ec8d69e3e8055aa175b79974fa89047849ca36aae5", kill_on_drop: false }` [INFO] [stderr] Compiling httpdate v1.0.0 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.1 [INFO] [stderr] Compiling zstd-safe v3.1.0+zstd.1.4.9 [INFO] [stderr] Compiling darpi-route v0.1.0-beta (https://github.com/darpi-rs/darpi.git?branch=master#9805fb3d) [INFO] [stderr] Compiling tokio v0.3.7 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling jobserver v0.1.22 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling twoway v0.2.1 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling logos-derive v0.11.5 [INFO] [stderr] Compiling derive_more v0.99.13 [INFO] [stderr] Compiling crossbeam-epoch v0.9.4 [INFO] [stderr] Compiling shaku_derive v0.5.0 [INFO] [stderr] Compiling darling_core v0.12.4 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling async-stream-impl v0.3.1 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling diesel_derives v1.4.1 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling futures-util v0.3.14 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling pem v0.8.3 [INFO] [stderr] Compiling env_logger v0.8.3 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling alloc-stdlib v0.2.1 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling crossbeam-deque v0.8.0 [INFO] [stderr] Compiling sha-1 v0.9.5 [INFO] [stderr] error: could not compile `derive_more` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name derive_more --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/derive_more-0.99.13/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 --cfg 'feature="add"' --cfg 'feature="add_assign"' --cfg 'feature="as_mut"' --cfg 'feature="as_ref"' --cfg 'feature="constructor"' --cfg 'feature="convert_case"' --cfg 'feature="default"' --cfg 'feature="deref"' --cfg 'feature="deref_mut"' --cfg 'feature="display"' --cfg 'feature="error"' --cfg 'feature="from"' --cfg 'feature="from_str"' --cfg 'feature="index"' --cfg 'feature="index_mut"' --cfg 'feature="into"' --cfg 'feature="into_iterator"' --cfg 'feature="is_variant"' --cfg 'feature="iterator"' --cfg 'feature="mul"' --cfg 'feature="mul_assign"' --cfg 'feature="not"' --cfg 'feature="sum"' --cfg 'feature="try_into"' -C metadata=d1beb5d83361beec -C extra-filename=-d1beb5d83361beec --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern convert_case=/opt/rustwide/target/debug/deps/libconvert_case-2c8387b43605e0d5.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-3cdcf79f0c18984f.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-369dd377b2e50e13.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-78e80fbe11daa540.rlib --extern proc_macro --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" "4f8033fff615fd2c666855ec8d69e3e8055aa175b79974fa89047849ca36aae5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4f8033fff615fd2c666855ec8d69e3e8055aa175b79974fa89047849ca36aae5", kill_on_drop: false }` [INFO] [stdout] 4f8033fff615fd2c666855ec8d69e3e8055aa175b79974fa89047849ca36aae5