[INFO] fetching crate gcp_access_token 0.1.3...
[INFO] testing gcp_access_token-0.1.3 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate gcp_access_token 0.1.3 into /workspace/builds/worker-3-tc1/source
[INFO] validating manifest of crates.io crate gcp_access_token 0.1.3 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate gcp_access_token 0.1.3
[INFO] finished tweaking crates.io crate gcp_access_token 0.1.3
[INFO] tweaked toml for crates.io crate gcp_access_token 0.1.3 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] crate crates.io crate gcp_access_token 0.1.3 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e17c46390549c77298629bb1213c48998cb0c14173661b8f471ce24e375b1cb6
[INFO] running `Command { std: "docker" "start" "-a" "e17c46390549c77298629bb1213c48998cb0c14173661b8f471ce24e375b1cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e17c46390549c77298629bb1213c48998cb0c14173661b8f471ce24e375b1cb6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e17c46390549c77298629bb1213c48998cb0c14173661b8f471ce24e375b1cb6", kill_on_drop: false }`
[INFO] [stdout] e17c46390549c77298629bb1213c48998cb0c14173661b8f471ce24e375b1cb6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a44a0fd50f702a670c2743eb4479b7c6685f98843808eebea0f0dafb24dd5503
[INFO] running `Command { std: "docker" "start" "-a" "a44a0fd50f702a670c2743eb4479b7c6685f98843808eebea0f0dafb24dd5503", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling autocfg v1.1.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling cc v1.0.79
[INFO] [stderr]    Compiling vcpkg v0.2.15
[INFO] [stderr]    Compiling pkg-config v0.3.26
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itoa v1.0.6
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling version_check v0.9.4
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling tracing-core v0.1.30
[INFO] [stderr]    Compiling openssl v0.10.57
[INFO] [stderr]    Compiling foreign-types-shared v0.1.1
[INFO] [stderr]    Compiling foreign-types v0.3.2
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling indexmap v1.9.2
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling serde v1.0.188
[INFO] [stderr]    Compiling httparse v1.8.0
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling bitflags v2.4.0
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]    Compiling percent-encoding v2.2.0
[INFO] [stderr]    Compiling quote v1.0.33
[INFO] [stderr]    Compiling form_urlencoded v1.1.0
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling mime_guess v2.0.4
[INFO] [stderr]    Compiling tower-service v0.3.2
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling ryu v1.0.13
[INFO] [stderr]    Compiling serde_json v1.0.105
[INFO] [stderr]    Compiling syn v2.0.29
[INFO] [stderr]    Compiling unicode-bidi v0.3.12
[INFO] [stderr]    Compiling mime v0.3.16
[INFO] [stderr]    Compiling encoding_rs v0.8.32
[INFO] [stderr]    Compiling base64 v0.21.4
[INFO] [stderr]    Compiling openssl-sys v0.9.93
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling ipnet v2.7.1
[INFO] [stderr]    Compiling base64 v0.13.1
[INFO] [stderr]    Compiling json v0.12.4
[INFO] [stderr]    Compiling data-encoding v2.3.3
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling mio v0.8.6
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling urlencoding v2.1.2
[INFO] [stderr]    Compiling idna v0.3.0
[INFO] [stderr]    Compiling url v2.3.1
[INFO] [stderr]    Compiling serde_urlencoded v0.7.1
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling openssl-macros v0.1.0
[INFO] [stderr]    Compiling tokio v1.32.0
[INFO] [stderr]    Compiling tokio-util v0.7.7
[INFO] [stderr]    Compiling tokio-native-tls v0.3.1
[INFO] [stderr]    Compiling h2 v0.3.21
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling reqwest v0.11.20
[INFO] [stderr]    Compiling gcp_access_token v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 15.27s
[INFO] running `Command { std: "docker" "inspect" "a44a0fd50f702a670c2743eb4479b7c6685f98843808eebea0f0dafb24dd5503", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a44a0fd50f702a670c2743eb4479b7c6685f98843808eebea0f0dafb24dd5503", kill_on_drop: false }`
[INFO] [stdout] a44a0fd50f702a670c2743eb4479b7c6685f98843808eebea0f0dafb24dd5503
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 91e1521b15e61feaf44b9acaefdd27a3becf414f6e1e35c774055def3b87208f
[INFO] running `Command { std: "docker" "start" "-a" "91e1521b15e61feaf44b9acaefdd27a3becf414f6e1e35c774055def3b87208f", kill_on_drop: false }`
[INFO] [stderr]    Compiling gcp_access_token v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "91e1521b15e61feaf44b9acaefdd27a3becf414f6e1e35c774055def3b87208f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "91e1521b15e61feaf44b9acaefdd27a3becf414f6e1e35c774055def3b87208f", kill_on_drop: false }`
[INFO] [stdout] 91e1521b15e61feaf44b9acaefdd27a3becf414f6e1e35c774055def3b87208f
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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" "-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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 25152ccf92d30cee51428d4db211b0bf9d6715680acd9a67f1af3486f5a9d00d
[INFO] running `Command { std: "docker" "start" "-a" "25152ccf92d30cee51428d4db211b0bf9d6715680acd9a67f1af3486f5a9d00d", kill_on_drop: false }`
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.07s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gcp_access_token-0cefffc3ec07d0dd)
[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]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gcp_access_token-00a8e8c346413e3b)
[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 gcp_access_token
[INFO] [stdout] 
[INFO] [stdout] running 1 test
[INFO] [stdout] test src/lib.rs - (line 5) ... FAILED
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout] 
[INFO] [stdout] ---- src/lib.rs - (line 5) stdout ----
[INFO] [stdout] error[E0254]: the name `gcp_access_token` is defined multiple times
[INFO] [stdout]  --> src/lib.rs:7:5
[INFO] [stdout]   |
[INFO] [stdout] 3 | extern crate r#gcp_access_token;
[INFO] [stdout]   | -------------------------------- previous import of the extern crate `gcp_access_token` here
[INFO] [stdout] 4 | use gcp_access_token;
[INFO] [stdout]   |     ^^^^^^^^^^^^^^^^ `gcp_access_token` reimported here
[INFO] [stdout]   |
[INFO] [stdout]   = note: `gcp_access_token` must be defined only once in the type namespace of this module
[INFO] [stdout] 
[INFO] [stdout] error[E0061]: this function takes 2 arguments but 1 argument was supplied
[INFO] [stdout]  --> src/lib.rs:12:11
[INFO] [stdout]   |
[INFO] [stdout] 9 |     match gcp_access_token::generator::init("./credentials.json".to_string()).await{
[INFO] [stdout]   |           ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^---------------------------------- an argument of type `std::string::String` is missing
[INFO] [stdout]   |
[INFO] [stdout] note: function defined here
[INFO] [stdout]  --> /opt/rustwide/workdir/src/generator.rs:9:14
[INFO] [stdout]   |
[INFO] [stdout] 9 | pub async fn init(file_path:String,scope:String)->Result<JsonValue,&'static str>{
[INFO] [stdout]   |              ^^^^
[INFO] [stdout] help: provide the argument
[INFO] [stdout]   |
[INFO] [stdout] 9 |     match gcp_access_token::generator::init("./credentials.json".to_string(), /* std::string::String */).await{
[INFO] [stdout]   |                                            ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[INFO] [stdout] 
[INFO] [stdout] error: aborting due to 2 previous errors
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0061, E0254.
[INFO] [stdout] For more information about an error, try `rustc --explain E0061`.
[INFO] [stdout] Couldn't compile the test.
[INFO] [stdout] 
[INFO] [stdout] failures:
[INFO] [stdout]     src/lib.rs - (line 5)
[INFO] [stdout] 
[INFO] [stdout] test result: FAILED. 0 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.05s
[INFO] [stdout] 
[INFO] [stderr] error: doctest failed, to rerun pass `--doc`
[INFO] running `Command { std: "docker" "inspect" "25152ccf92d30cee51428d4db211b0bf9d6715680acd9a67f1af3486f5a9d00d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25152ccf92d30cee51428d4db211b0bf9d6715680acd9a67f1af3486f5a9d00d", kill_on_drop: false }`
[INFO] [stdout] 25152ccf92d30cee51428d4db211b0bf9d6715680acd9a67f1af3486f5a9d00d
