[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] d9a1f543f1d8ee980806fc23efcfe920f0f4c8f5 [INFO] testing portier/portier-broker against try#6c5b2f071bf9fe3a4b05942f31d42d076171aa61 for pr-115315 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fportier%2Fportier-broker" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/portier/portier-broker on toolchain 6c5b2f071bf9fe3a4b05942f31d42d076171aa61 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "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-5-tc2/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: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9638df2e66e3b97171f58282842b00440b4f236404b0221d64f9efef11c732f7 [INFO] running `Command { std: "docker" "start" "-a" "9638df2e66e3b97171f58282842b00440b4f236404b0221d64f9efef11c732f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9638df2e66e3b97171f58282842b00440b4f236404b0221d64f9efef11c732f7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9638df2e66e3b97171f58282842b00440b4f236404b0221d64f9efef11c732f7", kill_on_drop: false }` [INFO] [stdout] 9638df2e66e3b97171f58282842b00440b4f236404b0221d64f9efef11c732f7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:f5e78b491441a5b9644e276a59809eedfadf4ee1de96655588122b3a64cb522c" "/opt/rustwide/cargo-home/bin/cargo" "+6c5b2f071bf9fe3a4b05942f31d42d076171aa61" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 72dd0e40ab47f942a618548171429954c5d6ff0e383d7120bcc67ff01b0c2055 [INFO] running `Command { std: "docker" "start" "-a" "72dd0e40ab47f942a618548171429954c5d6ff0e383d7120bcc67ff01b0c2055", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.147 [INFO] [stderr] Compiling proc-macro2 v1.0.66 [INFO] [stderr] Compiling unicode-ident v1.0.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.18.0 [INFO] [stderr] Compiling serde v1.0.188 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling pin-project-lite v0.2.13 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling tracing-core v0.1.31 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling slab v0.4.9 [INFO] [stderr] Compiling itoa v1.0.9 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling quote v1.0.33 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling const-oid v0.9.5 [INFO] [stderr] Compiling syn v2.0.29 [INFO] [stderr] Compiling cc v1.0.83 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling socket2 v0.5.3 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.8 [INFO] [stderr] Compiling getrandom v0.2.10 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling smallvec v1.11.0 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling libm v0.2.7 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling encoding_index_tests v0.1.4 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling num-traits v0.2.16 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling unicase v2.7.0 [INFO] [stderr] Compiling percent-encoding v2.3.0 [INFO] [stderr] Compiling log v0.4.20 [INFO] [stderr] Compiling zeroize v1.6.0 [INFO] [stderr] Compiling allocator-api2 v0.2.16 [INFO] [stderr] Compiling form_urlencoded v1.2.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling hashbrown v0.14.0 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling idna v0.4.0 [INFO] [stderr] Compiling lock_api v0.4.10 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling parking_lot_core v0.9.8 [INFO] [stderr] Compiling base64 v0.21.3 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling thiserror v1.0.47 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling async-trait v0.1.73 [INFO] [stderr] Compiling rustls v0.21.6 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling digest v0.10.7 [INFO] [stderr] Compiling der v0.7.8 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling num-iter v0.1.43 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling pkg-config v0.3.27 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling scopeguard v1.2.0 [INFO] [stderr] Compiling want v0.3.1 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling rustls-pemfile v1.0.3 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling libsqlite3-sys v0.26.0 [INFO] [stderr] Compiling spki v0.7.2 [INFO] [stderr] Compiling num-bigint-dig v0.8.4 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling bitflags v2.4.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling rustls-webpki v0.101.4 [INFO] [stderr] Compiling regex-syntax v0.7.5 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling equivalent v1.0.1 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling rustls-native-certs v0.6.3 [INFO] [stderr] Compiling indexmap v2.0.0 [INFO] [stderr] Compiling rustls-webpki v0.100.2 [INFO] [stderr] Compiling pkcs8 v0.10.2 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.188 [INFO] [stderr] Compiling tokio-macros v2.1.0 [INFO] [stderr] Compiling tracing-attributes v0.1.26 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling thiserror-impl v1.0.47 [INFO] [stderr] Compiling tokio v1.32.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling regex-automata v0.3.7 [INFO] [stderr] Compiling enum-as-inner v0.6.0 [INFO] [stderr] Compiling encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Compiling encoding-index-japanese v1.20141219.5 [INFO] [stderr] Compiling encoding-index-korean v1.20141219.5 [INFO] [stderr] Compiling data-encoding v2.4.0 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling ipnet v2.8.0 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling ryu v1.0.15 [INFO] [stderr] Compiling serde_json v1.0.105 [INFO] [stderr] Compiling winnow v0.5.15 [INFO] [stderr] Compiling prometheus v0.13.3 [INFO] [stderr] Compiling cpufeatures v0.2.9 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling encoding v0.2.33 [INFO] [stderr] Compiling nom v7.1.3 [INFO] [stderr] Compiling regex v1.9.4 [INFO] [stderr] Compiling tokio-util v0.7.8 [INFO] [stderr] Compiling tokio-rustls v0.24.1 [INFO] [stderr] Compiling pkcs1 v0.7.5 [INFO] [stderr] Compiling h2 v0.3.21 [INFO] [stderr] Compiling combine v4.6.6 [INFO] [stderr] Compiling webpki-roots v0.23.1 [INFO] [stderr] Compiling nix v0.26.3 [INFO] [stderr] Compiling signature v2.1.0 [INFO] [stderr] Compiling email-encoding v0.2.0 [INFO] [stderr] Compiling hashlink v0.8.3 [INFO] [stderr] Compiling url v2.4.0 [INFO] [stderr] Compiling toml_datetime v0.6.3 [INFO] [stderr] Compiling serde_spanned v0.6.3 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling toml_edit v0.19.14 [INFO] [stderr] Compiling headers-core v0.2.0 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling trust-dns-proto v0.23.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling subtle v2.5.0 [INFO] [stderr] Compiling hyper v0.14.27 [INFO] [stderr] Compiling quoted_printable v0.4.8 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling sha1_smol v1.0.0 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling http-range v0.1.5 [INFO] [stderr] Compiling email_address v0.2.4 [INFO] [stderr] Compiling lettre v0.10.4 [INFO] [stderr] Compiling docopt v1.1.1 [INFO] [stderr] Compiling trust-dns-resolver v0.23.0 [INFO] [stderr] Compiling redis v0.23.2 [INFO] [stderr] Compiling hyper-rustls v0.24.1 [INFO] [stderr] Compiling hyper-staticfile v0.9.5 [INFO] [stderr] Compiling headers v0.3.8 [INFO] [stderr] Compiling rusqlite v0.29.0 [INFO] [stderr] Compiling toml v0.7.6 [INFO] [stderr] Compiling rsa v0.9.2 [INFO] [stderr] Compiling ctrlc v3.4.0 [INFO] [stderr] Compiling mustache v0.9.0 [INFO] [stderr] Compiling ipnetwork v0.20.0 [INFO] [stderr] Compiling envy v0.4.2 [INFO] [stderr] Compiling gettext v0.4.0 [INFO] [stderr] Compiling listenfd v1.0.1 [INFO] [stderr] Compiling matches v0.1.10 [INFO] [stderr] Compiling sd-notify v0.4.1 [INFO] [stderr] Compiling accept-language v3.1.0 [INFO] [stderr] Compiling portier_broker v0.8.4 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `portier_broker` (bin "portier-broker") [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/6c5b2f071bf9fe3a4b05942f31d42d076171aa61/bin/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="hyper-rustls"' --cfg 'feature="lettre"' --cfg 'feature="lettre_sendmail"' --cfg 'feature="lettre_smtp"' --cfg 'feature="mailgun"' --cfg 'feature="postmark"' --cfg 'feature="rand_core"' --cfg 'feature="redis"' --cfg 'feature="rsa"' --cfg 'feature="rusqlite"' --cfg 'feature="rustls"' -C metadata=16d9eff19796ffe7 -C extra-filename=-16d9eff19796ffe7 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern accept_language=/opt/rustwide/target/debug/deps/libaccept_language-fd3879d77dfeec41.rlib --extern base64=/opt/rustwide/target/debug/deps/libbase64-ca53d1c28d31d769.rlib --extern bytes=/opt/rustwide/target/debug/deps/libbytes-24c72a0629944d6f.rlib --extern combine=/opt/rustwide/target/debug/deps/libcombine-ce7a08aa811d58d4.rlib --extern ctrlc=/opt/rustwide/target/debug/deps/libctrlc-d62a5deb7fec5e57.rlib --extern docopt=/opt/rustwide/target/debug/deps/libdocopt-f67b6654cee78cc8.rlib --extern email_address=/opt/rustwide/target/debug/deps/libemail_address-eabc05d708f6e323.rlib --extern envy=/opt/rustwide/target/debug/deps/libenvy-8f0cf00d23beddb1.rlib --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-4ae808d015016203.rlib --extern gettext=/opt/rustwide/target/debug/deps/libgettext-a7077e7c36d66563.rlib --extern headers=/opt/rustwide/target/debug/deps/libheaders-fafb33503cdc49eb.rlib --extern http=/opt/rustwide/target/debug/deps/libhttp-558812873865ea04.rlib --extern hyper=/opt/rustwide/target/debug/deps/libhyper-fb917e54a24bd34b.rlib --extern hyper_rustls=/opt/rustwide/target/debug/deps/libhyper_rustls-278619903e1897c4.rlib --extern hyper_staticfile=/opt/rustwide/target/debug/deps/libhyper_staticfile-c63b309f8de08fda.rlib --extern idna=/opt/rustwide/target/debug/deps/libidna-2005948c9f9edda0.rlib --extern ipnetwork=/opt/rustwide/target/debug/deps/libipnetwork-4a925e78b56d2ddc.rlib --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-27b08cee5e7197bc.rlib --extern lettre=/opt/rustwide/target/debug/deps/liblettre-d6bc685378ceb62c.rlib --extern listenfd=/opt/rustwide/target/debug/deps/liblistenfd-45e72c8f661218cc.rlib --extern log=/opt/rustwide/target/debug/deps/liblog-2b63884fbb19ab03.rlib --extern matches=/opt/rustwide/target/debug/deps/libmatches-967007df0939e2ce.rlib --extern mustache=/opt/rustwide/target/debug/deps/libmustache-b0095ffe06a46fa7.rlib --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-f9c59101f803f7a8.rlib --extern prometheus=/opt/rustwide/target/debug/deps/libprometheus-dfab6fe9960a89b2.rlib --extern rand_core=/opt/rustwide/target/debug/deps/librand_core-d92a364c24f6b0ba.rlib --extern redis=/opt/rustwide/target/debug/deps/libredis-91ff07deb4fee01a.rlib --extern ring=/opt/rustwide/target/debug/deps/libring-e4a47e68c95ae20d.rlib --extern rsa=/opt/rustwide/target/debug/deps/librsa-2c4cf63ac7a091a6.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-37617b7bac7f433f.rlib --extern sd_notify=/opt/rustwide/target/debug/deps/libsd_notify-9cc7a5f0fd608b3a.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-914f875f48657d51.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-3bd84b88f56a6ba3.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-77bd44ef92e4f0a4.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-2c82c2504705badb.rlib --extern toml=/opt/rustwide/target/debug/deps/libtoml-1eee8a41ead0b538.rlib --extern trust_dns_resolver=/opt/rustwide/target/debug/deps/libtrust_dns_resolver-623cfe8a8d50b626.rlib --extern url=/opt/rustwide/target/debug/deps/liburl-546bd025b54774d5.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/ring-563dee041e7b8f61/out -L native=/opt/rustwide/target/debug/build/libsqlite3-sys-5e6de2b78b51705a/out` (signal: 9, SIGKILL: kill) [INFO] running `Command { std: "docker" "inspect" "72dd0e40ab47f942a618548171429954c5d6ff0e383d7120bcc67ff01b0c2055", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "72dd0e40ab47f942a618548171429954c5d6ff0e383d7120bcc67ff01b0c2055", kill_on_drop: false }` [INFO] [stdout] 72dd0e40ab47f942a618548171429954c5d6ff0e383d7120bcc67ff01b0c2055