[INFO] cloning repository https://github.com/nallar/revolut-personal.rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/nallar/revolut-personal.rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnallar%2Frevolut-personal.rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnallar%2Frevolut-personal.rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 631efe8c3e4292e48e21fafc07abc7e28575665f
[INFO] building nallar/revolut-personal.rs against try#4987e9d4227139400384ab59296ffee3b0fb1183 for pr-146237-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fnallar%2Frevolut-personal.rs" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/nallar/revolut-personal.rs
[INFO] finished tweaking git repo https://github.com/nallar/revolut-personal.rs
[INFO] tweaked toml for git repo https://github.com/nallar/revolut-personal.rs written to /workspace/builds/worker-1-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/nallar/revolut-personal.rs on toolchain 4987e9d4227139400384ab59296ffee3b0fb1183
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/nallar/revolut-personal.rs already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6f812deb581895136c282bde7dad0859e3da1916395fc38c7a1285bbbb66d59d
[INFO] running `Command { std: "docker" "start" "-a" "6f812deb581895136c282bde7dad0859e3da1916395fc38c7a1285bbbb66d59d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6f812deb581895136c282bde7dad0859e3da1916395fc38c7a1285bbbb66d59d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6f812deb581895136c282bde7dad0859e3da1916395fc38c7a1285bbbb66d59d", kill_on_drop: false }`
[INFO] [stdout] 6f812deb581895136c282bde7dad0859e3da1916395fc38c7a1285bbbb66d59d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+4987e9d4227139400384ab59296ffee3b0fb1183" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 609c1efffc4329a75ac162f94d681b340a97fc11171a083957c9e33ab8909224
[INFO] running `Command { std: "docker" "start" "-a" "609c1efffc4329a75ac162f94d681b340a97fc11171a083957c9e33ab8909224", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.126
[INFO] [stderr]    Compiling proc-macro2 v1.0.39
[INFO] [stderr]    Compiling unicode-ident v1.0.0
[INFO] [stderr]    Compiling syn v1.0.96
[INFO] [stderr]    Compiling once_cell v1.12.0
[INFO] [stderr]    Compiling pkg-config v0.3.25
[INFO] [stderr]    Compiling futures-core v0.3.21
[INFO] [stderr]    Compiling serde_derive v1.0.146
[INFO] [stderr]    Compiling generic-array v0.14.5
[INFO] [stderr]    Compiling itoa v1.0.2
[INFO] [stderr]    Compiling serde v1.0.146
[INFO] [stderr]    Compiling futures-task v0.3.21
[INFO] [stderr]    Compiling futures-channel v0.3.21
[INFO] [stderr]    Compiling futures-sink v0.3.21
[INFO] [stderr]    Compiling futures-util v0.3.21
[INFO] [stderr]    Compiling slab v0.4.6
[INFO] [stderr]    Compiling futures-io v0.3.21
[INFO] [stderr]    Compiling indexmap v1.8.2
[INFO] [stderr]    Compiling tracing-core v0.1.27
[INFO] [stderr]    Compiling untrusted v0.7.1
[INFO] [stderr]    Compiling http v0.2.8
[INFO] [stderr]    Compiling openssl v0.10.40
[INFO] [stderr]    Compiling hashbrown v0.11.2
[INFO] [stderr]    Compiling subtle v2.4.1
[INFO] [stderr]    Compiling tinyvec_macros v0.1.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling native-tls v0.2.10
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling ryu v1.0.10
[INFO] [stderr]    Compiling tower-service v0.3.1
[INFO] [stderr]    Compiling cpufeatures v0.2.2
[INFO] [stderr]    Compiling rustls v0.20.6
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.8
[INFO] [stderr]    Compiling zstd-safe v5.0.2+zstd.1.5.2
[INFO] [stderr]    Compiling tracing v0.1.34
[INFO] [stderr]    Compiling crc32fast v1.3.2
[INFO] [stderr]    Compiling serde_json v1.0.81
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling base64ct v1.0.1
[INFO] [stderr]    Compiling unicode-segmentation v1.9.0
[INFO] [stderr]    Compiling regex-syntax v0.6.26
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling textwrap v0.11.0
[INFO] [stderr]    Compiling humantime v1.3.0
[INFO] [stderr]    Compiling quote v1.0.18
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling heck v0.3.3
[INFO] [stderr]    Compiling miniz_oxide v0.5.3
[INFO] [stderr]    Compiling rustls-pemfile v0.3.0
[INFO] [stderr]    Compiling termcolor v1.1.3
[INFO] [stderr]    Compiling anyhow v1.0.57
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling num_cpus v1.13.1
[INFO] [stderr]    Compiling socket2 v0.4.4
[INFO] [stderr]    Compiling mio v0.8.3
[INFO] [stderr]    Compiling getrandom v0.2.6
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling crypto-common v0.1.3
[INFO] [stderr]    Compiling block-buffer v0.10.2
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling digest v0.10.3
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling password-hash v0.4.2
[INFO] [stderr]    Compiling cipher v0.3.0
[INFO] [stderr]    Compiling sha2 v0.10.2
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling time v0.1.43
[INFO] [stderr]    Compiling ipnet v2.5.0
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling aes v0.7.5
[INFO] [stderr]    Compiling clap v2.34.0
[INFO] [stderr]    Compiling time v0.3.9
[INFO] [stderr]    Compiling sha1 v0.10.1
[INFO] [stderr]    Compiling pbkdf2 v0.11.0
[INFO] [stderr]    Compiling flate2 v1.0.24
[INFO] [stderr]    Compiling csv-core v0.1.10
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling constant_time_eq v0.1.5
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.74
[INFO] [stderr]    Compiling zstd-sys v2.0.1+zstd.1.5.2
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling regex v1.5.6
[INFO] [stderr]    Compiling env_logger v0.7.1
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling bzip2 v0.4.3
[INFO] [stderr]    Compiling pretty_env_logger v0.4.0
[INFO] [stderr]    Compiling tokio-macros v1.8.0
[INFO] [stderr]    Compiling futures-macro v0.3.21
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling webpki v0.22.0
[INFO] [stderr]    Compiling tokio v1.19.2
[INFO] [stderr]    Compiling sct v0.7.0
[INFO] [stderr]    Compiling webpki-roots v0.22.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.31
[INFO] [stderr]    Compiling structopt-derive v0.4.18
[INFO] [stderr]    Compiling thiserror v1.0.31
[INFO] [stderr]    Compiling structopt v0.3.26
[INFO] [stderr] error: could not compile `openssl` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name openssl --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/openssl-0.10.40/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 --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "v101", "v102", "v110", "v111", "vendored"))' -C metadata=11f0a00bc0b70153 -C extra-filename=-7a6110e767d91bea --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-e2b4db6c651223da.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-33ef6c02a07f9fec.rmeta --extern foreign_types=/opt/rustwide/target/debug/deps/libforeign_types-0d5385f641bbbadd.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-c6a380ed7d7d4f2f.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-6b817f4ee9d5f37a.rmeta --extern openssl_macros=/opt/rustwide/target/debug/deps/libopenssl_macros-a2f1ab4592173790.so --extern ffi=/opt/rustwide/target/debug/deps/libopenssl_sys-920f049a2f376255.rmeta --cap-lints allow --cap-lints=forbid --cfg 'osslconf="OPENSSL_NO_SSL3_METHOD"' --cfg ossl101 --cfg ossl102 --cfg ossl110 --cfg ossl110g --cfg ossl110h --cfg ossl111 --cfg ossl300` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `rustls` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/4987e9d4227139400384ab59296ffee3b0fb1183/bin/rustc --crate-name rustls --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rustls-0.20.6/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="dangerous_configuration"' --cfg 'feature="default"' --cfg 'feature="log"' --cfg 'feature="logging"' --cfg 'feature="tls12"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("dangerous_configuration", "default", "log", "logging", "quic", "read_buf", "rustversion", "tls12"))' -C metadata=8f26c24ae46cf68d -C extra-filename=-a62b84e58ca4573a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern log=/opt/rustwide/target/debug/deps/liblog-cc2ec46462e0768a.rmeta --extern ring=/opt/rustwide/target/debug/deps/libring-d504fd1beae38bb7.rmeta --extern sct=/opt/rustwide/target/debug/deps/libsct-b5a1692ef03745a6.rmeta --extern webpki=/opt/rustwide/target/debug/deps/libwebpki-db7381f1ead6d905.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-1609f8ff2e50c305/out` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "609c1efffc4329a75ac162f94d681b340a97fc11171a083957c9e33ab8909224", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "609c1efffc4329a75ac162f94d681b340a97fc11171a083957c9e33ab8909224", kill_on_drop: false }`
[INFO] [stdout] 609c1efffc4329a75ac162f94d681b340a97fc11171a083957c9e33ab8909224
