[INFO] fetching crate price-adapter 0.1.8...
[INFO] checking price-adapter-0.1.8 against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] extracting crate price-adapter 0.1.8 into /workspace/builds/worker-3-tc1/source
[INFO] started tweaking crates.io crate price-adapter 0.1.8
[INFO] finished tweaking crates.io crate price-adapter 0.1.8
[INFO] tweaked toml for crates.io crate price-adapter 0.1.8 written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate price-adapter 0.1.8 on toolchain 779e19d8baa3e3625bd4fc5c85cbb2ad47b43155
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate price-adapter 0.1.8 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" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded smallvec v1.12.0
[INFO] [stderr]   Downloaded wasm-bindgen-futures v0.4.40
[INFO] [stderr]   Downloaded unicode-bidi v0.3.14
[INFO] [stderr]   Downloaded serde_json v1.0.111
[INFO] [stderr]   Downloaded openssl v0.10.62
[INFO] [stderr]   Downloaded openssl-sys v0.9.98
[INFO] [stderr]   Downloaded h2 v0.3.23
[INFO] [stderr]   Downloaded reqwest v0.11.23
[INFO] [stderr]   Downloaded price-adapter-raw v0.1.0
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3265911b862f4bd870c6db9f29f40569a6ea7628e723a71b2364c9499ceb9577
[INFO] running `Command { std: "docker" "start" "-a" "3265911b862f4bd870c6db9f29f40569a6ea7628e723a71b2364c9499ceb9577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3265911b862f4bd870c6db9f29f40569a6ea7628e723a71b2364c9499ceb9577", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3265911b862f4bd870c6db9f29f40569a6ea7628e723a71b2364c9499ceb9577", kill_on_drop: false }`
[INFO] [stdout] 3265911b862f4bd870c6db9f29f40569a6ea7628e723a71b2364c9499ceb9577
[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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+779e19d8baa3e3625bd4fc5c85cbb2ad47b43155" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 38f011117286c4118c53b363bbb9626c26c3827785d15225bbca6e3b4531a4bb
[INFO] running `Command { std: "docker" "start" "-a" "38f011117286c4118c53b363bbb9626c26c3827785d15225bbca6e3b4531a4bb", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.152
[INFO] [stderr]    Compiling proc-macro2 v1.0.76
[INFO] [stderr]    Compiling pkg-config v0.3.28
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]     Checking smallvec v1.12.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.9
[INFO] [stderr]     Checking itoa v1.0.10
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]    Compiling openssl v0.10.62
[INFO] [stderr]     Checking http v0.2.11
[INFO] [stderr]     Checking bitflags v2.4.1
[INFO] [stderr]    Compiling serde v1.0.195
[INFO] [stderr]     Checking unicode-bidi v0.3.14
[INFO] [stderr]     Checking hashbrown v0.14.3
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]    Compiling serde_json v1.0.111
[INFO] [stderr]    Compiling quote v1.0.35
[INFO] [stderr]     Checking idna v0.5.0
[INFO] [stderr]     Checking ryu v1.0.16
[INFO] [stderr]    Compiling syn v2.0.48
[INFO] [stderr]     Checking http-body v0.4.6
[INFO] [stderr]     Checking data-encoding v2.5.0
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.7
[INFO] [stderr]     Checking indexmap v2.1.0
[INFO] [stderr]    Compiling async-trait v0.1.77
[INFO] [stderr]     Checking either v1.9.0
[INFO] [stderr]     Checking url v2.5.0
[INFO] [stderr]     Checking chrono v0.4.31
[INFO] [stderr]     Checking itertools v0.11.0
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking signal-hook-registry v1.4.1
[INFO] [stderr]     Checking socket2 v0.5.5
[INFO] [stderr]     Checking num_cpus v1.16.0
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]     Checking mio v0.8.10
[INFO] [stderr]    Compiling cc v1.0.83
[INFO] [stderr]     Checking getrandom v0.2.12
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]    Compiling openssl-sys v0.9.98
[INFO] [stderr]    Compiling native-tls v0.2.11
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling openssl-macros v0.1.1
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling serde_derive v1.0.195
[INFO] [stderr]    Compiling thiserror-impl v1.0.56
[INFO] [stderr]     Checking tokio v1.35.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking thiserror v1.0.56
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking tungstenite v0.20.1
[INFO] [stderr]     Checking tokio-util v0.7.10
[INFO] [stderr]     Checking tokio-native-tls v0.3.1
[INFO] [stderr]     Checking serde_urlencoded v0.7.1
[INFO] [stderr]     Checking tokio-tungstenite v0.20.1
[INFO] [stderr]     Checking h2 v0.3.23
[INFO] [stderr]     Checking hyper v0.14.28
[INFO] [stderr]     Checking hyper-tls v0.5.0
[INFO] [stderr]     Checking reqwest v0.11.23
[INFO] [stderr]     Checking price-adapter-raw v0.1.0
[INFO] [stderr]     Checking price-adapter v0.1.8 (/opt/rustwide/workdir)
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/mappers/band_static_mapper.rs:60:43
[INFO] [stdout]    |
[INFO] [stdout] 60 |     async fn get_mapping(&self) -> Result<&HashMap<String, Value>, Error> {
[INFO] [stdout]    |                          -                ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     async fn get_mapping(&self) -> Result<&'life0 HashMap<String, Value>, Error> {
[INFO] [stdout]    |                                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/types/mapper.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn get_mapping(&self) -> Result<&HashMap<String, Value>, Error>;
[INFO] [stdout]    |                          -                ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn get_mapping(&self) -> Result<&'life0 HashMap<String, Value>, Error>;
[INFO] [stdout]    |                                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/mappers/band_static_mapper.rs:60:43
[INFO] [stdout]    |
[INFO] [stdout] 60 |     async fn get_mapping(&self) -> Result<&HashMap<String, Value>, Error> {
[INFO] [stdout]    |                          -                ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]    = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 60 |     async fn get_mapping(&self) -> Result<&'life0 HashMap<String, Value>, Error> {
[INFO] [stdout]    |                                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: eliding a lifetime that's named elsewhere is confusing
[INFO] [stdout]   --> src/types/mapper.rs:12:43
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn get_mapping(&self) -> Result<&HashMap<String, Value>, Error>;
[INFO] [stdout]    |                          -                ^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is elided here
[INFO] [stdout]    |                          |
[INFO] [stdout]    |                          the lifetime is named here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: consistently use `'life0`
[INFO] [stdout]    |
[INFO] [stdout] 12 |     async fn get_mapping(&self) -> Result<&'life0 HashMap<String, Value>, Error>;
[INFO] [stdout]    |                                            ++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 56.51s
[INFO] running `Command { std: "docker" "inspect" "38f011117286c4118c53b363bbb9626c26c3827785d15225bbca6e3b4531a4bb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "38f011117286c4118c53b363bbb9626c26c3827785d15225bbca6e3b4531a4bb", kill_on_drop: false }`
[INFO] [stdout] 38f011117286c4118c53b363bbb9626c26c3827785d15225bbca6e3b4531a4bb
