[INFO] fetching crate carapax 0.9.0... [INFO] testing carapax-0.9.0 against 1.49.0 for beta-1.50-1 [INFO] extracting crate carapax 0.9.0 into /workspace/builds/worker-8/source [INFO] validating manifest of crates.io crate carapax 0.9.0 on toolchain 1.49.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate carapax 0.9.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate carapax 0.9.0 [INFO] tweaked toml for crates.io crate carapax 0.9.0 written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate crates.io crate carapax 0.9.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.49.0" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 25721921cd1a7047126d2e2ac24178b9fdbb99d08257397de262e3288341403d [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" "25721921cd1a7047126d2e2ac24178b9fdbb99d08257397de262e3288341403d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "25721921cd1a7047126d2e2ac24178b9fdbb99d08257397de262e3288341403d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "25721921cd1a7047126d2e2ac24178b9fdbb99d08257397de262e3288341403d", kill_on_drop: false }` [INFO] [stdout] 25721921cd1a7047126d2e2ac24178b9fdbb99d08257397de262e3288341403d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29bc1ffe284071cf09b21ace68e714aa95a3b5f7f741eedaca50097690373b00 [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" "29bc1ffe284071cf09b21ace68e714aa95a3b5f7f741eedaca50097690373b00", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.48 [INFO] [stderr] Compiling libc v0.2.80 [INFO] [stderr] Compiling cc v1.0.62 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling tinyvec v1.0.1 [INFO] [stderr] Compiling tracing v0.1.21 [INFO] [stderr] Compiling shellwords v1.1.0 [INFO] [stderr] Compiling unicode-normalization v0.1.14 [INFO] [stderr] Compiling ring v0.16.15 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.35 [INFO] [stderr] Compiling socket2 v0.3.16 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.22 [INFO] [stderr] Compiling idna v0.2.0 [INFO] [stderr] Compiling url v2.2.0 [INFO] [stderr] Compiling webpki v0.21.3 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling rustls v0.18.1 [INFO] [stderr] Compiling webpki-roots v0.19.0 [INFO] [stderr] Compiling pin-project-internal v1.0.1 [INFO] [stderr] Compiling tokio-macros v0.2.6 [INFO] [stderr] Compiling futures-macro v0.3.8 [INFO] [stderr] Compiling pin-project-internal v0.4.27 [INFO] [stderr] Compiling serde_derive v1.0.117 [INFO] [stderr] Compiling thiserror-impl v1.0.22 [INFO] [stderr] Compiling async-stream-impl v0.2.1 [INFO] [stderr] Compiling derive_more v0.99.11 [INFO] [stderr] Compiling async-trait v0.1.41 [INFO] [stderr] Compiling carapax-codegen v0.2.0 [INFO] [stderr] Compiling tokio v0.2.23 [INFO] [stderr] Compiling async-stream v0.2.1 [INFO] [stderr] Compiling thiserror v1.0.22 [INFO] [stderr] Compiling pin-project v0.4.27 [INFO] [stderr] Compiling pin-project v1.0.1 [INFO] [stderr] Compiling tracing-futures v0.2.4 [INFO] [stderr] Compiling futures-util v0.3.8 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling tokio-rustls v0.14.1 [INFO] [stderr] Compiling serde v1.0.117 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling futures-executor v0.3.8 [INFO] [stderr] Compiling futures v0.3.8 [INFO] [stderr] Compiling tokio-socks v0.2.2 [INFO] [stderr] Compiling serde_urlencoded v0.6.1 [INFO] [stderr] Compiling serde_json v1.0.59 [INFO] [stderr] Compiling hyper v0.13.9 [INFO] [stderr] Compiling hyper-rustls v0.21.0 [INFO] [stderr] Compiling reqwest v0.10.8 [INFO] [stderr] Compiling tgbot v0.11.0 [INFO] [stderr] Compiling carapax v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3m 06s [INFO] running `Command { std: "docker" "inspect" "29bc1ffe284071cf09b21ace68e714aa95a3b5f7f741eedaca50097690373b00", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29bc1ffe284071cf09b21ace68e714aa95a3b5f7f741eedaca50097690373b00", kill_on_drop: false }` [INFO] [stdout] 29bc1ffe284071cf09b21ace68e714aa95a3b5f7f741eedaca50097690373b00 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+1.49.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] af1e784ee82f9b60545257d8274bd1ec418c96735cd78818ea96db44fdfeb55e [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" "af1e784ee82f9b60545257d8274bd1ec418c96735cd78818ea96db44fdfeb55e", kill_on_drop: false }` [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling carapax v0.9.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `carapax` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name pingpong --edition=2018 examples/pingpong.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' -C metadata=4075a802ac63e9ee -C extra-filename=-4075a802ac63e9ee --out-dir /opt/rustwide/target/debug/examples -L dependency=/opt/rustwide/target/debug/deps --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-264438498fd8fae1.so --extern carapax=/opt/rustwide/target/debug/deps/libcarapax-c331265796d8c2d6.rlib --extern carapax_codegen=/opt/rustwide/target/debug/deps/libcarapax_codegen-ef18d88ff8751c87.so --extern dotenv=/opt/rustwide/target/debug/deps/libdotenv-e68e5e7f14b6db79.rlib --extern env_logger=/opt/rustwide/target/debug/deps/libenv_logger-14cff46b56fce8ad.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-e85f58044ae91ffe.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-eb215f896f9385f7.rlib --extern tempfile=/opt/rustwide/target/debug/deps/libtempfile-5ace43fb5fa839fd.rlib --extern tgbot=/opt/rustwide/target/debug/deps/libtgbot-e4cead6b0943e48d.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-0022d5aea8468a9d.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-ca706fa011c9a571/out` (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" "af1e784ee82f9b60545257d8274bd1ec418c96735cd78818ea96db44fdfeb55e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "af1e784ee82f9b60545257d8274bd1ec418c96735cd78818ea96db44fdfeb55e", kill_on_drop: false }` [INFO] [stdout] af1e784ee82f9b60545257d8274bd1ec418c96735cd78818ea96db44fdfeb55e