[INFO] fetching crate frankenstein 0.13.0... [INFO] testing frankenstein-0.13.0 against master#61469b682c2b0bf9cebc4622f1859e2bb3b7ebca for pr-91743 [INFO] extracting crate frankenstein 0.13.0 into /workspace/builds/worker-49/source [INFO] validating manifest of crates.io crate frankenstein 0.13.0 on toolchain 61469b682c2b0bf9cebc4622f1859e2bb3b7ebca [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate frankenstein 0.13.0 [INFO] removed 0 missing examples [INFO] finished tweaking crates.io crate frankenstein 0.13.0 [INFO] tweaked toml for crates.io crate frankenstein 0.13.0 written to /workspace/builds/worker-49/source/Cargo.toml [INFO] crate crates.io crate frankenstein 0.13.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded ureq v2.1.0 [INFO] [stderr] Downloaded sluice v0.5.4 [INFO] [stderr] Downloaded curl v0.4.37 [INFO] [stderr] Downloaded isahc v1.4.0 [INFO] [stderr] Downloaded curl-sys v0.4.43+curl-7.76.0 [INFO] [stderr] Downloaded libnghttp2-sys v0.1.6+1.43.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] ef5678d7b207c5a31d18c16b56d854a03145cf5a3cf0dce1f870c956d5d90eb0 [INFO] running `Command { std: "docker" "start" "-a" "ef5678d7b207c5a31d18c16b56d854a03145cf5a3cf0dce1f870c956d5d90eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "ef5678d7b207c5a31d18c16b56d854a03145cf5a3cf0dce1f870c956d5d90eb0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ef5678d7b207c5a31d18c16b56d854a03145cf5a3cf0dce1f870c956d5d90eb0", kill_on_drop: false }` [INFO] [stdout] ef5678d7b207c5a31d18c16b56d854a03145cf5a3cf0dce1f870c956d5d90eb0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a3ea76cbd9e998453ec8d7b541447b241b624915d5fee8a182b99740f55823e9 [INFO] running `Command { std: "docker" "start" "-a" "a3ea76cbd9e998453ec8d7b541447b241b624915d5fee8a182b99740f55823e9", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.117 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.80 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling once_cell v1.7.2 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling mime_guess v2.0.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling idna v0.2.2 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.1 [INFO] [stderr] Compiling rustls v0.19.1 [INFO] [stderr] Compiling webpki-roots v0.21.1 [INFO] [stderr] Compiling ureq v2.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.30 [INFO] [stderr] Compiling typed-builder v0.10.0 [INFO] [stderr] Compiling thiserror v1.0.30 [INFO] [stderr] Compiling frankenstein v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 03s [INFO] running `Command { std: "docker" "inspect" "a3ea76cbd9e998453ec8d7b541447b241b624915d5fee8a182b99740f55823e9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a3ea76cbd9e998453ec8d7b541447b241b624915d5fee8a182b99740f55823e9", kill_on_drop: false }` [INFO] [stdout] a3ea76cbd9e998453ec8d7b541447b241b624915d5fee8a182b99740f55823e9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-49/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:d190cb871061d98bc6d0581d85cb2ecb09a0f8a142ba5463de30be9999fc3251" "/opt/rustwide/cargo-home/bin/cargo" "+61469b682c2b0bf9cebc4622f1859e2bb3b7ebca" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b8af70368824af3a1e4b8f8f02281373e63d09a3a88aef7aa2939888060a1a74 [INFO] running `Command { std: "docker" "start" "-a" "b8af70368824af3a1e4b8f8f02281373e63d09a3a88aef7aa2939888060a1a74", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling pin-project-lite v0.2.6 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling futures-io v0.3.15 [INFO] [stderr] Compiling curl v0.4.37 [INFO] [stderr] Compiling cache-padded v1.1.1 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling httparse v1.3.5 [INFO] [stderr] Compiling smallvec v1.8.0 [INFO] [stderr] Compiling openssl-probe v0.1.4 [INFO] [stderr] Compiling event-listener v2.5.1 [INFO] [stderr] Compiling parking v2.0.0 [INFO] [stderr] Compiling fastrand v1.4.1 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling waker-fn v1.1.0 [INFO] [stderr] Compiling isahc v1.4.0 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling similar v2.1.0 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling libnghttp2-sys v0.1.6+1.43.0 [INFO] [stderr] Compiling tracing-core v0.1.18 [INFO] [stderr] Compiling instant v0.1.9 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling mio v0.7.14 [INFO] [stderr] Compiling polling v2.0.3 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling tokio-macros v1.7.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling assert-json-diff v2.0.1 [INFO] [stderr] Compiling concurrent-queue v1.2.2 [INFO] [stderr] Compiling lock_api v0.4.6 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling crossbeam-utils v0.8.4 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling libz-sys v1.1.3 [INFO] [stderr] Compiling openssl-sys v0.9.63 [INFO] [stderr] Compiling curl-sys v0.4.43+curl-7.76.0 [INFO] [stderr] Compiling async-channel v1.6.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling futures-lite v1.11.3 [INFO] [stderr] Compiling sluice v0.5.4 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling tokio v1.16.1 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling mockito v0.31.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling frankenstein v0.13.0 (/opt/rustwide/workdir) [INFO] [stderr] error: could not compile `frankenstein` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name frankenstein --edition=2018 src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --cfg 'feature="default"' --cfg 'feature="http-client"' --cfg 'feature="mime_guess"' --cfg 'feature="multipart"' --cfg 'feature="serde_json"' --cfg 'feature="telegram-trait"' --cfg 'feature="ureq"' -C metadata=9f478f68cbb41f1a -C extra-filename=-9f478f68cbb41f1a --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern isahc=/opt/rustwide/target/debug/deps/libisahc-b08c21de539081fe.rlib --extern mime_guess=/opt/rustwide/target/debug/deps/libmime_guess-2c67907837ec8387.rlib --extern mockito=/opt/rustwide/target/debug/deps/libmockito-160015c6c89065f1.rlib --extern multipart=/opt/rustwide/target/debug/deps/libmultipart-7d5149529e77ea55.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-bc0744580ca417d9.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-b97ab4ea8e2a4477.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-1d56d3d9f14f8fbf.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-6c15098a69298eba.rlib --extern typed_builder=/opt/rustwide/target/debug/deps/libtyped_builder-6584a49d3eed2f60.so --extern ureq=/opt/rustwide/target/debug/deps/libureq-ed9f154a60bc4f99.rlib --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/curl-sys-fe9a4015deaad5d8/out/build -L native=/opt/rustwide/target/debug/build/libnghttp2-sys-da70a649567ee52e/out/i/lib -L native=/opt/rustwide/target/debug/build/ring-0d446b79578b2e5d/out` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "b8af70368824af3a1e4b8f8f02281373e63d09a3a88aef7aa2939888060a1a74", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b8af70368824af3a1e4b8f8f02281373e63d09a3a88aef7aa2939888060a1a74", kill_on_drop: false }` [INFO] [stdout] b8af70368824af3a1e4b8f8f02281373e63d09a3a88aef7aa2939888060a1a74