[INFO] cloning repository https://github.com/manifest/google-cloud-example-web-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/manifest/google-cloud-example-web-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanifest%2Fgoogle-cloud-example-web-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanifest%2Fgoogle-cloud-example-web-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] e007aa755bf5bb50ad53214159ad48b2636d1383
[INFO] testing manifest/google-cloud-example-web-rs against 1.99.0-beta.1+cargoflags=--release for beta-release-1.99-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanifest%2Fgoogle-cloud-example-web-rs" "/workspace/builds/worker-0-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/manifest/google-cloud-example-web-rs
[INFO] finished tweaking git repo https://github.com/manifest/google-cloud-example-web-rs
[INFO] tweaked toml for git repo https://github.com/manifest/google-cloud-example-web-rs written to /workspace/builds/worker-0-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/manifest/google-cloud-example-web-rs on toolchain 1.99.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/manifest/google-cloud-example-web-rs 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" "+1.99.0-beta.1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `google-cloud-example-web` (manifest) generated 1 warning
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9
[INFO] running `Command { std: "docker" "start" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "build" "--frozen" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `google-cloud-example-web` (manifest) generated 1 warning
[INFO] [stderr]    Compiling libc v0.2.33
[INFO] [stderr]    Compiling futures v0.1.17
[INFO] [stderr]    Compiling byteorder v1.1.0
[INFO] [stderr]    Compiling semver v0.1.20
[INFO] [stderr]    Compiling cfg-if v0.1.2
[INFO] [stderr]    Compiling log v0.3.8
[INFO] [stderr]    Compiling slab v0.3.0
[INFO] [stderr]    Compiling lazycell v0.5.1
[INFO] [stderr]    Compiling slab v0.4.0
[INFO] [stderr]    Compiling scoped-tls v0.1.0
[INFO] [stderr]    Compiling safemem v0.2.0
[INFO] [stderr]    Compiling take v0.1.0
[INFO] [stderr]    Compiling smallvec v0.2.1
[INFO] [stderr]    Compiling base64 v0.6.0
[INFO] [stderr]    Compiling percent-encoding v1.0.0
[INFO] [stderr]    Compiling rustc_version v0.1.7
[INFO] [stderr]    Compiling language-tags v0.2.2
[INFO] [stderr]    Compiling iovec v0.1.1
[INFO] [stderr]    Compiling net2 v0.2.31
[INFO] [stderr]    Compiling num_cpus v1.7.0
[INFO] [stderr]    Compiling bytes v0.4.5
[INFO] [stderr]    Compiling rand v0.3.17
[INFO] [stderr]    Compiling unicase v2.0.0
[INFO] [stderr]    Compiling mio v0.6.11
[INFO] [stderr]    Compiling time v0.1.38
[INFO] [stderr]    Compiling mime v0.3.5
[INFO] [stderr]    Compiling httparse v1.2.3
[INFO] [stderr]    Compiling tokio-io v0.1.3
[INFO] [stderr]    Compiling tokio-service v0.1.0
[INFO] [stderr]    Compiling relay v0.1.0
[INFO] [stderr]    Compiling futures-cpupool v0.1.7
[INFO] [stderr]    Compiling tokio-core v0.1.10
[INFO] [stderr]    Compiling tokio-proto v0.1.1
[INFO] [stderr]    Compiling hyper v0.11.6
[INFO] [stderr]    Compiling google-cloud-example-web v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/main.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     type Future = Box<Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     type Future = Box<dyn Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 24.32s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: hyper v0.11.6, tokio-proto v0.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `google-cloud-example-web` (manifest) generated 1 warning
[INFO] [stderr]    Compiling google-cloud-example-web v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stdout]   --> src/main.rs:41:23
[INFO] [stdout]    |
[INFO] [stdout] 41 |     type Future = Box<Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stdout]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stdout]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stdout]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stdout] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stdout]    |
[INFO] [stdout] 41 |     type Future = Box<dyn Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stdout]    |                       +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.26s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: hyper v0.11.6, tokio-proto v0.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] running `Command { std: "docker" "inspect" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9" "/opt/rustwide/cargo-home/bin/cargo" "+1.99.0-beta.1" "test" "--frozen" "--release", kill_on_drop: false }`
[INFO] [stderr] warning: Cargo.toml: `package.edition` is unspecified, defaulting to `2015` while the latest is `2024`
[INFO] [stderr] warning: `google-cloud-example-web` (manifest) generated 1 warning
[INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated
[INFO] [stderr]   --> src/main.rs:41:23
[INFO] [stderr]    |
[INFO] [stderr] 41 |     type Future = Box<Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stderr]    |                       ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this is accepted in the current edition (Rust 2015) but is a hard error in Rust 2021!
[INFO] [stderr]    = note: for more information, see <https://doc.rust-lang.org/edition-guide/rust-2021/warnings-promoted-to-error.html>
[INFO] [stderr]    = note: `#[warn(bare_trait_objects)]` (part of `#[warn(rust_2021_compatibility)]`) on by default
[INFO] [stderr] help: if this is a dyn-compatible trait, use `dyn`
[INFO] [stderr]    |
[INFO] [stderr] 41 |     type Future = Box<dyn Future<Item=Self::Response, Error=Self::Error>>;
[INFO] [stderr]    |                       +++
[INFO] [stderr] 
[INFO] [stderr] warning: `google-cloud-example-web` (bin "google-cloud-example-web" test) generated 1 warning (run `cargo fix --bin "google-cloud-example-web" -p google-cloud-example-web --tests` to apply 1 suggestion)
[INFO] [stderr]     Finished `release` profile [optimized] target(s) in 0.04s
[INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: hyper v0.11.6, tokio-proto v0.1.1
[INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1`
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/release/deps/google_cloud_example_web-0e4567478f2cb5e0)
[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] running `Command { std: "docker" "inspect" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9", kill_on_drop: false }`
[INFO] [stdout] 593ed86d9aebde2ea50bdbc0f4f495f22f0b74b7a75276b7d3e53c527b1617d9
