[INFO] fetching crate reqwest-middleware 0.4.2...
[INFO] testing reqwest-middleware-0.4.2 against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] extracting crate reqwest-middleware 0.4.2 into /workspace/builds/worker-6-tc1/source
[INFO] started tweaking crates.io crate reqwest-middleware 0.4.2
[INFO] finished tweaking crates.io crate reqwest-middleware 0.4.2
[INFO] tweaked toml for crates.io crate reqwest-middleware 0.4.2 written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate reqwest-middleware 0.4.2 on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate reqwest-middleware 0.4.2 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded quinn-udp v0.5.10
[INFO] [stderr]   Downloaded rustls-webpki v0.103.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0a99108f602ae59e62f547041cb6a2873742c6ced37de0d562828a7d8bc88185
[INFO] running `Command { std: "docker" "start" "-a" "0a99108f602ae59e62f547041cb6a2873742c6ced37de0d562828a7d8bc88185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0a99108f602ae59e62f547041cb6a2873742c6ced37de0d562828a7d8bc88185", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0a99108f602ae59e62f547041cb6a2873742c6ced37de0d562828a7d8bc88185", kill_on_drop: false }`
[INFO] [stdout] 0a99108f602ae59e62f547041cb6a2873742c6ced37de0d562828a7d8bc88185
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 7f6daa5ae519c7c7cf16081bb6021f5c5ba23e157ac3ab2677bdd5fc2a5ae269
[INFO] running `Command { std: "docker" "start" "-a" "7f6daa5ae519c7c7cf16081bb6021f5c5ba23e157ac3ab2677bdd5fc2a5ae269", kill_on_drop: false }`
[INFO] [stderr]    Compiling cc v1.2.17
[INFO] [stderr]    Compiling once_cell v1.21.1
[INFO] [stderr]    Compiling socket2 v0.5.8
[INFO] [stderr]    Compiling mio v1.0.3
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling smallvec v1.14.0
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling rustls-pki-types v1.11.0
[INFO] [stderr]    Compiling getrandom v0.2.15
[INFO] [stderr]    Compiling openssl v0.10.71
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling rustls v0.23.25
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling anyhow v1.0.97
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling icu_normalizer v1.5.0
[INFO] [stderr]    Compiling tracing-core v0.1.33
[INFO] [stderr]    Compiling webpki-roots v0.26.8
[INFO] [stderr]    Compiling rustls-pemfile v2.2.0
[INFO] [stderr]    Compiling tracing v0.1.41
[INFO] [stderr]    Compiling idna_adapter v1.2.0
[INFO] [stderr]    Compiling idna v1.0.3
[INFO] [stderr]    Compiling url v2.5.4
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio v1.44.1
[INFO] [stderr]    Compiling openssl-sys v0.9.106
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]    Compiling native-tls v0.2.14
[INFO] [stderr]    Compiling tokio-util v0.7.14
[INFO] [stderr]    Compiling tower v0.5.2
[INFO] [stderr]    Compiling rustls-webpki v0.103.0
[INFO] [stderr]    Compiling h2 v0.4.8
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling tokio-rustls v0.26.2
[INFO] [stderr]    Compiling hyper-util v0.1.10
[INFO] [stderr]    Compiling hyper-tls v0.6.0
[INFO] [stderr]    Compiling hyper-rustls v0.27.5
[INFO] [stderr]    Compiling reqwest v0.12.15
[INFO] [stderr]    Compiling reqwest-middleware v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 56s
[INFO] running `Command { std: "docker" "inspect" "7f6daa5ae519c7c7cf16081bb6021f5c5ba23e157ac3ab2677bdd5fc2a5ae269", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7f6daa5ae519c7c7cf16081bb6021f5c5ba23e157ac3ab2677bdd5fc2a5ae269", kill_on_drop: false }`
[INFO] [stdout] 7f6daa5ae519c7c7cf16081bb6021f5c5ba23e157ac3ab2677bdd5fc2a5ae269
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 201844ad0df9311970025367d25262096e48ade6fedfa0dba5a4fe8fc39f4e3f
[INFO] running `Command { std: "docker" "start" "-a" "201844ad0df9311970025367d25262096e48ade6fedfa0dba5a4fe8fc39f4e3f", kill_on_drop: false }`
[INFO] [stderr]    Compiling futures-executor v0.3.31
[INFO] [stderr]    Compiling serde_json v1.0.140
[INFO] [stderr]    Compiling deadpool-runtime v0.1.4
[INFO] [stderr]    Compiling regex v1.11.1
[INFO] [stderr]    Compiling deadpool v0.10.0
[INFO] [stderr]    Compiling futures v0.3.31
[INFO] [stderr]    Compiling assert-json-diff v2.0.2
[INFO] [stderr]    Compiling wiremock v0.6.3
[INFO] [stderr]    Compiling reqwest-middleware v0.4.2 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 17.06s
[INFO] running `Command { std: "docker" "inspect" "201844ad0df9311970025367d25262096e48ade6fedfa0dba5a4fe8fc39f4e3f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "201844ad0df9311970025367d25262096e48ade6fedfa0dba5a4fe8fc39f4e3f", kill_on_drop: false }`
[INFO] [stdout] 201844ad0df9311970025367d25262096e48ade6fedfa0dba5a4fe8fc39f4e3f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/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 -Copt-level=3" "-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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] d0ffc422917980f6391d220a97ca19bb67715411868deeeea163ea62111272e4
[INFO] running `Command { std: "docker" "start" "-a" "d0ffc422917980f6391d220a97ca19bb67715411868deeeea163ea62111272e4", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/reqwest_middleware-423c912be35161a5)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] [stderr]    Doc-tests reqwest_middleware
[INFO] [stderr] error: couldn't read `src/../../README.md`: No such file or directory (os error 2)
[INFO] [stderr]   --> src/lib.rs:48:9
[INFO] [stderr]    |
[INFO] [stderr] 48 | #[doc = include_str!("../../README.md")]
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr] help: there is a file with the same name in a different directory
[INFO] [stderr]    |
[INFO] [stderr] 48 - #[doc = include_str!("../../README.md")]
[INFO] [stderr] 48 + #[doc = include_str!("../README.md")]
[INFO] [stderr]    |
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 1 previous error
[INFO] [stderr] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d98a5da813da67eb189387b8ccfb73cf481275d8/bin/rustdoc --edition=2018 --crate-type lib --color auto --crate-name reqwest_middleware --test src/lib.rs --test-run-directory /opt/rustwide/workdir -L dependency=/opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps -L native=/opt/rustwide/target/debug/build/ring-b3f604fe7e78d21d/out --extern anyhow=/opt/rustwide/target/debug/deps/libanyhow-e970d28fad66149f.rlib --extern async_trait=/opt/rustwide/target/debug/deps/libasync_trait-a1d28dd44a0a63f1.so --extern http=/opt/rustwide/target/debug/deps/libhttp-b803a5fba47161c0.rlib --extern reqwest=/opt/rustwide/target/debug/deps/libreqwest-1e4e319addba897c.rlib --extern reqwest_middleware=/opt/rustwide/target/debug/deps/libreqwest_middleware-55ca90bde0b80cfe.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-b402e78acef2eb0c.rlib --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-40a26096b2d977f5.rlib --extern tokio=/opt/rustwide/target/debug/deps/libtokio-d69115d06cec0545.rlib --extern tower_service=/opt/rustwide/target/debug/deps/libtower_service-c2c80786030df979.rlib --extern wiremock=/opt/rustwide/target/debug/deps/libwiremock-4c85de1eda229b38.rlib -C embed-bitcode=no --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("charset", "http2", "json", "multipart", "rustls-tls"))' --cap-lints=forbid --error-format human` (exit status: 1)
[INFO] [stderr] note: test exited abnormally; to see the full output pass --nocapture to the harness.
[INFO] running `Command { std: "docker" "inspect" "d0ffc422917980f6391d220a97ca19bb67715411868deeeea163ea62111272e4", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d0ffc422917980f6391d220a97ca19bb67715411868deeeea163ea62111272e4", kill_on_drop: false }`
[INFO] [stdout] d0ffc422917980f6391d220a97ca19bb67715411868deeeea163ea62111272e4
