[INFO] cloning repository https://github.com/portier/portier-broker [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/portier/portier-broker" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportier%2Fportier-broker", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportier%2Fportier-broker'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] eb274855b2e71d0084e14278462f5bc3501f59a8 [INFO] testing portier/portier-broker against try#61cd42370816fd135c0f3b9debf2f5dfcf194594 for pr-98839 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportier%2Fportier-broker" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/portier/portier-broker on toolchain 61cd42370816fd135c0f3b9debf2f5dfcf194594 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/portier/portier-broker [INFO] finished tweaking git repo https://github.com/portier/portier-broker [INFO] tweaked toml for git repo https://github.com/portier/portier-broker written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/portier/portier-broker already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 93e05f31dccf08166c7f983648a66eeef721ea9a38c533334a1d83439b451ef7 [INFO] running `Command { std: "docker" "start" "-a" "93e05f31dccf08166c7f983648a66eeef721ea9a38c533334a1d83439b451ef7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "93e05f31dccf08166c7f983648a66eeef721ea9a38c533334a1d83439b451ef7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "93e05f31dccf08166c7f983648a66eeef721ea9a38c533334a1d83439b451ef7", kill_on_drop: false }` [INFO] [stdout] 93e05f31dccf08166c7f983648a66eeef721ea9a38c533334a1d83439b451ef7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "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:5873ed620acfc3295992aedd9294443d62a478a48ba243bc5e6c4f5abaffa05f" "/opt/rustwide/cargo-home/bin/cargo" "+61cd42370816fd135c0f3b9debf2f5dfcf194594" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 51cf24d646cca5614c84474e29b61405f84113e4ca3b4cbe7280ee998582dc17 [INFO] running `Command { std: "docker" "start" "-a" "51cf24d646cca5614c84474e29b61405f84113e4ca3b4cbe7280ee998582dc17", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.1 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling once_cell v1.13.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling serde_derive v1.0.138 [INFO] [stderr] Compiling serde v1.0.138 [INFO] [stderr] Compiling futures-sink v0.3.21 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling itoa v1.0.2 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling slab v0.4.6 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling smallvec v1.9.0 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling openssl v0.10.40 [INFO] [stderr] Compiling hashbrown v0.12.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Compiling prometheus v0.13.1 [INFO] [stderr] Compiling futures-io v0.3.21 [INFO] [stderr] Compiling serde_json v1.0.82 [INFO] [stderr] Compiling data-encoding v2.3.2 [INFO] [stderr] Compiling ipnet v2.5.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling email_address v0.2.1 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling fastrand v1.7.0 [INFO] [stderr] Compiling ryu v1.0.10 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling quoted_printable v0.4.5 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling accept-language v2.0.0 [INFO] [stderr] Compiling sd-notify v0.4.0 [INFO] [stderr] Compiling tracing-core v0.1.28 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling sha1 v0.6.1 [INFO] [stderr] Compiling openssl-sys v0.9.74 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling tracing v0.1.35 [INFO] [stderr] Compiling libsqlite3-sys v0.24.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling unicode-normalization v0.1.21 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling gettext v0.4.0 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling email-encoding v0.1.3 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling socket2 v0.4.4 [INFO] [stderr] Compiling mio v0.8.4 [INFO] [stderr] Compiling num_cpus v1.13.1 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling nix v0.24.1 [INFO] [stderr] Compiling listenfd v1.0.0 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.4 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling sha-1 v0.10.0 [INFO] [stderr] Compiling ctrlc v3.2.2 [INFO] [stderr] Compiling headers v0.3.7 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashlink v0.7.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 thiserror-impl v1.0.31 [INFO] [stderr] Compiling enum-as-inner v0.4.0 [INFO] [stderr] Compiling tokio v1.19.2 [INFO] [stderr] Compiling rusqlite v0.27.0 [INFO] [stderr] Compiling thiserror v1.0.31 [INFO] [stderr] Compiling lettre v0.10.0 [INFO] [stderr] Compiling tokio-util v0.7.3 [INFO] [stderr] Compiling tokio-util v0.6.10 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling docopt v1.1.1 [INFO] [stderr] Compiling toml v0.5.9 [INFO] [stderr] Compiling ipnetwork v0.20.0 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling trust-dns-proto v0.21.2 [INFO] [stderr] Compiling h2 v0.3.13 [INFO] [stderr] Compiling combine v4.6.4 [INFO] [stderr] Compiling trust-dns-resolver v0.21.2 [INFO] [stderr] Compiling hyper v0.14.19 [INFO] [stderr] Compiling hyper-staticfile v0.9.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling redis v0.21.5 [INFO] [stderr] Compiling portier_broker v0.6.1 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `portier_broker` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name portier_broker --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type bin --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="lettre"' --cfg 'feature="lettre_sendmail"' --cfg 'feature="lettre_smtp"' --cfg 'feature="mailgun"' --cfg 'feature="postmark"' --cfg 'feature="redis"' --cfg 'feature="rusqlite"' -C metadata=db2ecc22f35bd2a9 -C extra-filename=-db2ecc22f35bd2a9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern accept_language=/opt/rustwide/target/debug/deps/libaccept_language-f9ca3b875a295ee1.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-4563507a4eb0b4b2.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-5e8424a0f7103369.rlib --extern combine=/opt/rustwide/target/debug/deps/libcombine-544005f7b55c4ff3.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-5e8dbb192da19490.rlib --extern docopt=/opt/rustwide/target/debug/deps/libdocopt-374ad445a53cc565.rlib --extern envy=/opt/rustwide/target/debug/deps/libenvy-10c71441c53106d9.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-1a984d1546a22555.rlib --extern gettext=/opt/rustwide/target/debug/deps/libgettext-8ce86cb871aa4391.rlib --extern headers=/opt/rustwide/target/debug/deps/libheaders-9ddd5ac2e148d967.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-4c1c83b3d3af31c5.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-aba5bcb6604f1ae9.rlib --extern hyper_staticfile=/opt/rustwide/target/debug/deps/libhyper_staticfile-db58d21cdf6dd76d.rlib --extern hyper_tls=/opt/rustwide/target/debug/deps/libhyper_tls-1eef1a31de660e22.rlib --extern idna=/opt/rustwide/target/debug/deps/libidna-c8e8eaa5821b251d.rlib --extern ipnetwork=/opt/rustwide/target/debug/deps/libipnetwork-b65522ebd09514a3.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-b33cd6b8ee13db74.rlib --extern lettre=/opt/rustwide/target/debug/deps/liblettre-52d36ee7fedacf9a.rlib --extern listenfd=/opt/rustwide/target/debug/deps/liblistenfd-3fc634f05aef195e.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-2c617d6183b85e1f.rlib --extern matches=/opt/rustwide/target/debug/deps/libmatches-a104dd362fa85146.rlib --extern mustache=/opt/rustwide/target/debug/deps/libmustache-0870cb77e952642b.rlib --extern native_tls=/opt/rustwide/target/debug/deps/libnative_tls-fd6e47548b2c2ac7.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-b196e1663297fef1.rlib --extern prometheus=/opt/rustwide/target/debug/deps/libprometheus-357b4f09c0a85b95.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-a48505e4e0e018bb.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-79d8fa471b3035a5.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-dec89392acb91dc6.rlib --extern sd_notify=/opt/rustwide/target/debug/deps/libsd_notify-3c31818959c12b48.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-e928f8a69d6e994d.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-30c2f09c2eb4432f.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-b81e72ea2cfc8f7a.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-66f9ceab8d7ca435.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-b9721b0fd738eaf6.rlib --extern trust_dns_resolver=/opt/rustwide/target/debug/deps/libtrust_dns_resolver-8fae95fac526b113.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-4d3d6f05049acd5b.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-cfe4dad9e4e90f9f/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-bf761800ef21afdb/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "51cf24d646cca5614c84474e29b61405f84113e4ca3b4cbe7280ee998582dc17", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "51cf24d646cca5614c84474e29b61405f84113e4ca3b4cbe7280ee998582dc17", kill_on_drop: false }` [INFO] [stdout] 51cf24d646cca5614c84474e29b61405f84113e4ca3b4cbe7280ee998582dc17