[INFO] cloning repository https://github.com/ezracelli/google-api-rust-client [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ezracelli/google-api-rust-client" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fezracelli%2Fgoogle-api-rust-client", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fezracelli%2Fgoogle-api-rust-client'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bff60079159c915951d90c3abe7db63e52299966 [INFO] testing ezracelli/google-api-rust-client against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fezracelli%2Fgoogle-api-rust-client" "/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/ezracelli/google-api-rust-client on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ezracelli/google-api-rust-client [INFO] finished tweaking git repo https://github.com/ezracelli/google-api-rust-client [INFO] tweaked toml for git repo https://github.com/ezracelli/google-api-rust-client written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/ezracelli/google-api-rust-client already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9b6f5be64db18ed6323edadd058377199acabe21ccca83ae38fb3ae8e231cd6a [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" "9b6f5be64db18ed6323edadd058377199acabe21ccca83ae38fb3ae8e231cd6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9b6f5be64db18ed6323edadd058377199acabe21ccca83ae38fb3ae8e231cd6a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9b6f5be64db18ed6323edadd058377199acabe21ccca83ae38fb3ae8e231cd6a", kill_on_drop: false }` [INFO] [stdout] 9b6f5be64db18ed6323edadd058377199acabe21ccca83ae38fb3ae8e231cd6a [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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 094f1a268c37061d3dfa7039efe13dd7fceec1e6dab954ff9d6478f8a0ba938f [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" "094f1a268c37061d3dfa7039efe13dd7fceec1e6dab954ff9d6478f8a0ba938f", kill_on_drop: false }` [INFO] [stderr] Compiling futures-task v0.3.12 [INFO] [stderr] Compiling zeroize v0.9.3 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling futures-channel v0.3.12 [INFO] [stderr] Compiling tracing v0.1.24 [INFO] [stderr] Compiling mio v0.7.8 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling darling_core v0.10.2 [INFO] [stderr] Compiling darling_core v0.12.1 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling fancy-regex v0.3.5 [INFO] [stderr] Compiling serde_json v1.0.62 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling futures-util v0.3.12 [INFO] [stderr] Compiling console v0.13.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling pretty_env_logger v0.4.0 [INFO] [stderr] Compiling change-case v0.2.0 [INFO] [stderr] Compiling dialoguer v0.7.1 [INFO] [stderr] Compiling darling_macro v0.10.2 [INFO] [stderr] Compiling darling_macro v0.12.1 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling darling v0.10.2 [INFO] [stderr] Compiling darling v0.12.1 [INFO] [stderr] Compiling derive_builder_core v0.9.0 [INFO] [stderr] Compiling serde_with_macros v1.4.1 [INFO] [stderr] Compiling derive_builder v0.9.0 [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling h2 v0.3.0 [INFO] [stderr] Compiling serde_with v1.6.4 [INFO] [stderr] Compiling google_api_rust_client_blogger_v2 v0.2.2+20210220 (/opt/rustwide/workdir/crates/blogger/v2) [INFO] [stderr] Compiling google_api_rust_client_tagmanager_v1 v0.2.2+20210222 (/opt/rustwide/workdir/crates/tagmanager/v1) [INFO] [stderr] Compiling google_api_rust_client_serviceusage_v1 v0.2.2+20210223 (/opt/rustwide/workdir/crates/serviceusage/v1) [INFO] [stderr] Compiling google_api_rust_client_policytroubleshooter_v1 v0.2.2+20210220 (/opt/rustwide/workdir/crates/policytroubleshooter/v1) [INFO] [stderr] Compiling google_api_rust_client_dialogflow_v3beta1 v0.2.2+20210219 (/opt/rustwide/workdir/crates/dialogflow/v3beta1) [INFO] [stderr] Compiling google_api_rust_client_datamigration_v1beta1 v0.2.2+20210211 (/opt/rustwide/workdir/crates/datamigration/v1beta1) [INFO] [stderr] Compiling google_api_rust_client_abusiveexperiencereport_v1 v0.2.2+20210213 (/opt/rustwide/workdir/crates/abusiveexperiencereport/v1) [INFO] [stderr] Compiling google_api_rust_client_gameservices_v1 v0.2.2+20210126 (/opt/rustwide/workdir/crates/gameservices/v1) [INFO] [stderr] Compiling google_api_rust_client_doubleclickbidmanager_v1 v0.2.2+20210216 (/opt/rustwide/workdir/crates/doubleclickbidmanager/v1) [INFO] [stderr] Compiling google_api_rust_client_sts_v1beta v0.2.2+20210206 (/opt/rustwide/workdir/crates/sts/v1beta) [INFO] [stderr] Compiling google_api_rust_client_domains_v1beta1 v0.2.2+20210216 (/opt/rustwide/workdir/crates/domains/v1beta1) [INFO] [stderr] Compiling google_api_rust_client_securitycenter_v1 v0.2.2+20210219 (/opt/rustwide/workdir/crates/securitycenter/v1) [INFO] [stderr] Compiling google_api_rust_client_cloudasset_v1 v0.2.2+20210212 (/opt/rustwide/workdir/crates/cloudasset/v1) [INFO] [stderr] Compiling google_api_rust_client_sqladmin_v1beta4 v0.2.2+20210130 (/opt/rustwide/workdir/crates/sqladmin/v1beta4) [INFO] [stderr] Compiling google_api_rust_client_cloudresourcemanager_v3 v0.2.2+20210222 (/opt/rustwide/workdir/crates/cloudresourcemanager/v3) [INFO] [stderr] Compiling google_api_rust_client_area120tables_v1alpha1 v0.2.2+20210223 (/opt/rustwide/workdir/crates/area120tables/v1alpha1) [INFO] [stderr] error: could not compile `h2` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name h2 --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/h2-0.3.0/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 -C metadata=f2b30509b2c036c8 -C extra-filename=-f2b30509b2c036c8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-e6eec5aeecffa8a4.rmeta --extern fnv=/opt/rustwide/target/debug/deps/libfnv-d1dc8bedb5ffcb44.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-a78d3aa6ddd66de2.rmeta --extern futures_sink=/opt/rustwide/target/debug/deps/libfutures_sink-3cf0209491518182.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-8b3fb8e1dcde9025.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-63929694be68f5cc.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-199d65096667b4a8.rmeta --extern slab=/opt/rustwide/target/debug/deps/libslab-31c88580e3b60f0d.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6b8e19b0931bc0bf.rmeta --extern tokio_util=/opt/rustwide/target/debug/deps/libtokio_util-99cbd2a334228cab.rmeta --extern tracing=/opt/rustwide/target/debug/deps/libtracing-579571d0b712a5f1.rmeta --extern tracing_futures=/opt/rustwide/target/debug/deps/libtracing_futures-1166840159e3f4f6.rmeta --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" "094f1a268c37061d3dfa7039efe13dd7fceec1e6dab954ff9d6478f8a0ba938f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "094f1a268c37061d3dfa7039efe13dd7fceec1e6dab954ff9d6478f8a0ba938f", kill_on_drop: false }` [INFO] [stdout] 094f1a268c37061d3dfa7039efe13dd7fceec1e6dab954ff9d6478f8a0ba938f