[INFO] cloning repository https://github.com/cvent/hogan [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cvent/hogan" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcvent%2Fhogan", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcvent%2Fhogan'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e0f948f6c87a230b2e7977ee5cc58933e03bdbdb [INFO] testing cvent/hogan against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcvent%2Fhogan" "/workspace/builds/worker-3/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cvent/hogan on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-3/source/.cargo/config [INFO] started tweaking git repo https://github.com/cvent/hogan [INFO] finished tweaking git repo https://github.com/cvent/hogan [INFO] tweaked toml for git repo https://github.com/cvent/hogan written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/cvent/hogan already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 4b141a4197a7d64a1f29ece440bc7dc375eab1528fd38f27e0fa96b6cf9f80b3 [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" "4b141a4197a7d64a1f29ece440bc7dc375eab1528fd38f27e0fa96b6cf9f80b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "4b141a4197a7d64a1f29ece440bc7dc375eab1528fd38f27e0fa96b6cf9f80b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4b141a4197a7d64a1f29ece440bc7dc375eab1528fd38f27e0fa96b6cf9f80b3", kill_on_drop: false }` [INFO] [stdout] 4b141a4197a7d64a1f29ece440bc7dc375eab1528fd38f27e0fa96b6cf9f80b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0b042530017daa40262a7f9ae208a7c0e1c1dfdf0beb8ae409dab2810901688d [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" "0b042530017daa40262a7f9ae208a7c0e1c1dfdf0beb8ae409dab2810901688d", kill_on_drop: false }` [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling anyhow v1.0.55 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling quick-error v2.0.1 [INFO] [stderr] Compiling lru_time_cache v0.11.11 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling itertools v0.10.3 [INFO] [stderr] Compiling pest_meta v2.1.3 [INFO] [stderr] Compiling getrandom v0.2.5 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling dirs-sys-next v0.1.2 [INFO] [stderr] Compiling which v4.2.4 [INFO] [stderr] Compiling mio v0.8.0 [INFO] [stderr] Compiling slog-scope v4.4.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling compression v0.1.5 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Compiling futures-macro v0.3.21 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling openssl-src v111.17.0+1.1.1m [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling libssh2-sys v0.2.23 [INFO] [stderr] Compiling bzip2-sys v0.1.11+1.0.8 [INFO] [stderr] Compiling libgit2-sys v0.13.1+1.4.2 [INFO] [stderr] Compiling libsqlite3-sys v0.24.0 [INFO] [stderr] Compiling dirs-next v2.0.0 [INFO] [stderr] Compiling actix-router v0.5.0 [INFO] [stderr] Compiling serde v1.0.136 [INFO] [stderr] Compiling slog-stdlog v4.1.0 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling pest_generator v2.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.72 [INFO] [stderr] Compiling shellexpand v2.1.0 [INFO] [stderr] Compiling const-random v0.1.13 [INFO] [stderr] Compiling structopt-derive v0.4.18 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tokio v1.17.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling indexmap v1.8.0 [INFO] [stderr] Compiling hashlink v0.7.0 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling ahash v0.3.8 [INFO] [stderr] Compiling dogstatsd v0.6.2 [INFO] [stderr] Compiling stderrlog v0.5.1 [INFO] [stderr] Compiling actix-web-codegen v4.0.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling dashmap v3.11.10 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling bzip2 v0.4.3 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling zip v0.5.13 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] error: could not compile `serde` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name serde /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde-1.0.136/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="rc"' --cfg 'feature="serde_derive"' --cfg 'feature="std"' -C metadata=66e0f2a4a19eb193 -C extra-filename=-66e0f2a4a19eb193 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern serde_derive=/opt/rustwide/target/debug/deps/libserde_derive-e5858bb0decee647.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.15.44/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=9fcab755ce9118f6 -C extra-filename=-9fcab755ce9118f6 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-a6f61508a3296ace.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-2efd40e621c93118.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-09e70e8bcc039b17.rmeta --cap-lints allow --cap-lints=warn --cfg syn_can_match_trailing_dollar --cfg syn_can_use_thread_id --cfg syn_can_use_associated_constants --cfg syn_can_call_macro_by_path --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill) [INFO] [stderr] error: could not compile `tokio` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name tokio --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/tokio-1.17.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="bytes"' --cfg 'feature="default"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="memchr"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="once_cell"' --cfg 'feature="parking_lot"' --cfg 'feature="rt"' --cfg 'feature="signal"' --cfg 'feature="signal-hook-registry"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' -C metadata=4d22fc6f980d9f01 -C extra-filename=-4d22fc6f980d9f01 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-44851e2768c88cca.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-7a5dab6311f3c1a3.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-2dcc6205f23bafab.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-d4373bf3f99279cf.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-5d5fb79f44447b4b.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-bf1640b4a9f134a7.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-02e5e2d23f061f41.rmeta --extern signal_hook_registry=/opt/rustwide/target/debug/deps/libsignal_hook_registry-12efe388c0e811c5.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-f8ca72e547b1adac.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "0b042530017daa40262a7f9ae208a7c0e1c1dfdf0beb8ae409dab2810901688d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0b042530017daa40262a7f9ae208a7c0e1c1dfdf0beb8ae409dab2810901688d", kill_on_drop: false }` [INFO] [stdout] 0b042530017daa40262a7f9ae208a7c0e1c1dfdf0beb8ae409dab2810901688d