[INFO] cloning repository https://github.com/VanOvermeire/dynamodb-helper
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VanOvermeire/dynamodb-helper" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVanOvermeire%2Fdynamodb-helper", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVanOvermeire%2Fdynamodb-helper'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] dec9fe80c9d371bc9b7d2fe97a8381857433370a
[INFO] checking VanOvermeire/dynamodb-helper against master#779e19d8baa3e3625bd4fc5c85cbb2ad47b43155 for pr-147589-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVanOvermeire%2Fdynamodb-helper" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/VanOvermeire/dynamodb-helper
[INFO] finished tweaking git repo https://github.com/VanOvermeire/dynamodb-helper
[INFO] tweaked toml for git repo https://github.com/VanOvermeire/dynamodb-helper written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/VanOvermeire/dynamodb-helper 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 git repo https://github.com/VanOvermeire/dynamodb-helper 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]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded toml v0.9.3
[INFO] [stderr]   Downloaded bytes-utils v0.1.3
[INFO] [stderr]   Downloaded aws-config v1.8.1
[INFO] [stderr]   Downloaded trybuild v1.0.106
[INFO] [stderr]   Downloaded aws-sdk-sso v1.74.0
[INFO] [stderr]   Downloaded aws-sdk-ssooidc v1.75.0
[INFO] [stderr]   Downloaded cc v1.2.28
[INFO] [stderr]   Downloaded aws-sdk-sts v1.76.0
[INFO] [stderr]   Downloaded aws-sdk-dynamodb v1.82.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] b7560272f78fe880aa6c3c2d7685d0158dcc0fa217200a055009643713848689
[INFO] running `Command { std: "docker" "start" "-a" "b7560272f78fe880aa6c3c2d7685d0158dcc0fa217200a055009643713848689", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "b7560272f78fe880aa6c3c2d7685d0158dcc0fa217200a055009643713848689", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b7560272f78fe880aa6c3c2d7685d0158dcc0fa217200a055009643713848689", kill_on_drop: false }`
[INFO] [stdout] b7560272f78fe880aa6c3c2d7685d0158dcc0fa217200a055009643713848689
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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] 6aaec6c9d09210835451ef0b06b5d5168aad2b8b435d39c32403b1e569a2f473
[INFO] running `Command { std: "docker" "start" "-a" "6aaec6c9d09210835451ef0b06b5d5168aad2b8b435d39c32403b1e569a2f473", kill_on_drop: false }`
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking parking_lot_core v0.9.3
[INFO] [stderr]     Checking signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling cc v1.2.28
[INFO] [stderr]    Compiling itoa v1.0.3
[INFO] [stderr]    Compiling tokio v1.46.1
[INFO] [stderr]     Checking http v1.3.1
[INFO] [stderr]     Checking http v0.2.12
[INFO] [stderr]    Compiling futures-sink v0.3.24
[INFO] [stderr]    Compiling rustls v0.23.28
[INFO] [stderr]    Compiling rustls v0.21.12
[INFO] [stderr]    Compiling futures-util v0.3.31
[INFO] [stderr]     Checking outref v0.5.2
[INFO] [stderr]     Checking num_threads v0.1.6
[INFO] [stderr]     Checking vsimd v0.8.0
[INFO] [stderr]     Checking time v0.3.14
[INFO] [stderr]     Checking bytes-utils v0.1.3
[INFO] [stderr]     Checking parking_lot v0.12.1
[INFO] [stderr]    Compiling semver v1.0.14
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling either v1.8.0
[INFO] [stderr]     Checking futures-channel v0.3.24
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking base64-simd v0.8.0
[INFO] [stderr]    Compiling syn v2.0.104
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling ryu v1.0.11
[INFO] [stderr]     Checking http-body v0.4.5
[INFO] [stderr]     Checking http-body v1.0.1
[INFO] [stderr]    Compiling try-lock v0.2.3
[INFO] [stderr]    Compiling cmake v0.1.54
[INFO] [stderr]     Checking http-body-util v0.1.3
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling rustls-pki-types v1.12.0
[INFO] [stderr]    Compiling aws-types v1.3.7
[INFO] [stderr]    Compiling indexmap v2.10.0
[INFO] [stderr]     Checking rustls-native-certs v0.8.1
[INFO] [stderr]    Compiling atomic-waker v1.1.2
[INFO] [stderr]    Compiling openssl-probe v0.1.5
[INFO] [stderr]     Checking tower v0.5.2
[INFO] [stderr]     Checking sha2 v0.10.9
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling httpdate v1.0.2
[INFO] [stderr]    Compiling tower-layer v0.3.3
[INFO] [stderr]     Checking uuid v1.16.0
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling rustls-native-certs v0.6.3
[INFO] [stderr]     Checking urlencoding v2.1.2
[INFO] [stderr]     Checking xmlparser v0.13.6
[INFO] [stderr]    Compiling target-triple v0.1.4
[INFO] [stderr]    Compiling serde_json v1.0.141
[INFO] [stderr]     Checking toml_parser v1.0.1
[INFO] [stderr]     Checking glob v0.3.2
[INFO] [stderr]    Compiling aws-lc-sys v0.29.0
[INFO] [stderr]    Compiling ring v0.17.14
[INFO] [stderr]     Checking aws-smithy-xml v0.60.10
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling tracing-attributes v0.1.30
[INFO] [stderr]    Compiling tokio-macros v2.5.0
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]    Compiling yoke-derive v0.8.0
[INFO] [stderr]    Compiling zerovec-derive v0.11.1
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]     Checking serde_spanned v1.0.0
[INFO] [stderr]     Checking toml_datetime v0.7.0
[INFO] [stderr]     Checking toml v0.9.3
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]    Compiling tokio-util v0.7.4
[INFO] [stderr]     Checking yoke v0.8.0
[INFO] [stderr]    Compiling aws-smithy-async v1.2.5
[INFO] [stderr]     Checking zerovec v0.11.2
[INFO] [stderr]     Checking zerotrie v0.2.2
[INFO] [stderr]    Compiling aws-smithy-types v1.3.2
[INFO] [stderr]    Compiling h2 v0.4.11
[INFO] [stderr]    Compiling h2 v0.3.26
[INFO] [stderr]     Checking tinystr v0.8.1
[INFO] [stderr]     Checking potential_utf v0.1.2
[INFO] [stderr]     Checking icu_locale_core v2.0.0
[INFO] [stderr]     Checking icu_collections v2.0.0
[INFO] [stderr]    Compiling aws-smithy-runtime-api v1.8.1
[INFO] [stderr]    Compiling aws-smithy-json v0.61.4
[INFO] [stderr]     Checking icu_provider v2.0.0
[INFO] [stderr]     Checking trybuild v1.0.106
[INFO] [stderr]     Checking icu_properties v2.0.1
[INFO] [stderr]     Checking icu_normalizer v2.0.0
[INFO] [stderr]    Compiling aws-smithy-http v0.62.1
[INFO] [stderr]    Compiling aws-credential-types v1.2.3
[INFO] [stderr]    Compiling aws-smithy-observability v0.1.3
[INFO] [stderr]    Compiling tokio-rustls v0.24.1
[INFO] [stderr]    Compiling aws-sigv4 v1.3.3
[INFO] [stderr]     Checking idna_adapter v1.2.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]    Compiling hyper v1.6.0
[INFO] [stderr]    Compiling aws-lc-rs v1.13.1
[INFO] [stderr]    Compiling hyper v0.14.32
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]     Checking aws-smithy-query v0.60.7
[INFO] [stderr]    Compiling hyper-util v0.1.14
[INFO] [stderr]     Checking rustls-webpki v0.103.3
[INFO] [stderr]    Compiling hyper-rustls v0.24.2
[INFO] [stderr]     Checking tokio-rustls v0.26.2
[INFO] [stderr]     Checking hyper-rustls v0.27.7
[INFO] [stderr]     Checking aws-smithy-http-client v1.0.6
[INFO] [stderr]     Checking aws-smithy-runtime v1.8.3
[INFO] [stderr]     Checking aws-runtime v1.5.8
[INFO] [stderr]     Checking aws-sdk-ssooidc v1.75.0
[INFO] [stderr]     Checking aws-sdk-sts v1.76.0
[INFO] [stderr]     Checking aws-sdk-sso v1.74.0
[INFO] [stderr]     Checking aws-sdk-dynamodb v1.82.0
[INFO] [stderr]     Checking aws-config v1.8.1
[INFO] [stderr]    Compiling dynamodb-helper v0.3.0 (/opt/rustwide/workdir/dynamodb-helper)
[INFO] [stderr]     Checking dynamodb-helper-main v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: use of deprecated function `aws_config::from_env`: Use the `aws_config::defaults` function. If you don't care about future default behavior changes, you can continue to use this function by enabling the `behavior-version-latest` feature. Doing so will make this deprecation notice go away.
[INFO] [stdout]   --> tests/util.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let config = aws_config::from_env()
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `aws_config::from_env`: Use the `aws_config::defaults` function. If you don't care about future default behavior changes, you can continue to use this function by enabling the `behavior-version-latest` feature. Doing so will make this deprecation notice go away.
[INFO] [stdout]   --> tests/util.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let config = aws_config::from_env()
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `aws_config::from_env`: Use the `aws_config::defaults` function. If you don't care about future default behavior changes, you can continue to use this function by enabling the `behavior-version-latest` feature. Doing so will make this deprecation notice go away.
[INFO] [stdout]   --> tests/util.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let config = aws_config::from_env()
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: use of deprecated function `aws_config::from_env`: Use the `aws_config::defaults` function. If you don't care about future default behavior changes, you can continue to use this function by enabling the `behavior-version-latest` feature. Doing so will make this deprecation notice go away.
[INFO] [stdout]   --> tests/util.rs:54:30
[INFO] [stdout]    |
[INFO] [stdout] 54 |     let config = aws_config::from_env()
[INFO] [stdout]    |                              ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `partition_key` and `value` are never read
[INFO] [stdout]   --> src/main.rs:53:9
[INFO] [stdout]    |
[INFO] [stdout] 51 |     pub struct PrettyUselessTestStruct {
[INFO] [stdout]    |                ----------------------- fields in this struct
[INFO] [stdout] 52 |         #[partition]
[INFO] [stdout] 53 |         partition_key: String,
[INFO] [stdout]    |         ^^^^^^^^^^^^^
[INFO] [stdout] 54 |         value: String,
[INFO] [stdout]    |         ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 57s
[INFO] running `Command { std: "docker" "inspect" "6aaec6c9d09210835451ef0b06b5d5168aad2b8b435d39c32403b1e569a2f473", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6aaec6c9d09210835451ef0b06b5d5168aad2b8b435d39c32403b1e569a2f473", kill_on_drop: false }`
[INFO] [stdout] 6aaec6c9d09210835451ef0b06b5d5168aad2b8b435d39c32403b1e569a2f473
