[INFO] cloning repository https://github.com/akihokurino/rust-graphql-dynamodb-sample
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/akihokurino/rust-graphql-dynamodb-sample" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakihokurino%2Frust-graphql-dynamodb-sample", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakihokurino%2Frust-graphql-dynamodb-sample'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] b6f094bdc7ebed416cf3e9538ddced37d1a7b122
[INFO] testing akihokurino/rust-graphql-dynamodb-sample against 1.90.0 for beta-1.91-3
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fakihokurino%2Frust-graphql-dynamodb-sample" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/akihokurino/rust-graphql-dynamodb-sample
[INFO] finished tweaking git repo https://github.com/akihokurino/rust-graphql-dynamodb-sample
[INFO] tweaked toml for git repo https://github.com/akihokurino/rust-graphql-dynamodb-sample written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/akihokurino/rust-graphql-dynamodb-sample on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/akihokurino/rust-graphql-dynamodb-sample 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.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/awslabs/aws-sdk-rust`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lambda_runtime v0.4.1
[INFO] [stderr]   Downloaded alloc-stdlib v0.2.1
[INFO] [stderr]   Downloaded jsonwebtokens-cognito v0.1.0-alpha.10
[INFO] [stderr]   Downloaded derive_utils v0.11.2
[INFO] [stderr]   Downloaded futures-enum v0.1.17
[INFO] [stderr]   Downloaded juniper_actix v0.4.0
[INFO] [stderr]   Downloaded simple_asn1 v0.5.4
[INFO] [stderr]   Downloaded jsonwebtokens v1.1.0
[INFO] [stderr]   Downloaded anyhow v1.0.45
[INFO] [stderr]   Downloaded bson v1.2.4
[INFO] [stderr]   Downloaded actix v0.12.0
[INFO] [stderr]   Downloaded juniper_codegen v0.15.7
[INFO] [stderr]   Downloaded tower v0.4.10
[INFO] [stderr]   Downloaded graphql-parser v0.3.0
[INFO] [stderr]   Downloaded brotli-decompressor v2.3.2
[INFO] [stderr]   Downloaded juniper v0.15.7
[INFO] [stderr]   Downloaded smartstring v0.2.9
[INFO] [stderr]   Downloaded lambda-web v0.1.7
[INFO] [stderr]   Downloaded tokio-stream v0.1.8
[INFO] [stderr]   Downloaded actix_derive v0.6.0
[INFO] [stderr]   Downloaded actix-web-actors v4.0.0-beta.7
[INFO] [stderr]   Downloaded alloc-no-stdlib v2.0.3
[INFO] [stderr]   Downloaded libc v0.2.107
[INFO] [stderr]   Downloaded brotli v3.3.2
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 25a74ed0b8b8753f4900d805e4c1f30e218e4112cf4d512850a13643d3fee7cb
[INFO] running `Command { std: "docker" "start" "-a" "25a74ed0b8b8753f4900d805e4c1f30e218e4112cf4d512850a13643d3fee7cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "25a74ed0b8b8753f4900d805e4c1f30e218e4112cf4d512850a13643d3fee7cb", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "25a74ed0b8b8753f4900d805e4c1f30e218e4112cf4d512850a13643d3fee7cb", kill_on_drop: false }`
[INFO] [stdout] 25a74ed0b8b8753f4900d805e4c1f30e218e4112cf4d512850a13643d3fee7cb
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] e2fbb89030f91cfac3d1a8bd487ea25af1ff6ad7d2eeec79c7f79b9cf5e79f94
[INFO] running `Command { std: "docker" "start" "-a" "e2fbb89030f91cfac3d1a8bd487ea25af1ff6ad7d2eeec79c7f79b9cf5e79f94", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.107
[INFO] [stderr]    Compiling proc-macro2 v1.0.32
[INFO] [stderr]    Compiling syn v1.0.81
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling itoa v0.4.8
[INFO] [stderr]    Compiling tokio v1.13.0
[INFO] [stderr]    Compiling serde_derive v1.0.130
[INFO] [stderr]    Compiling serde v1.0.130
[INFO] [stderr]    Compiling futures-channel v0.3.17
[INFO] [stderr]    Compiling futures-util v0.3.17
[INFO] [stderr]    Compiling slab v0.4.5
[INFO] [stderr]    Compiling indexmap v1.7.0
[INFO] [stderr]    Compiling tracing-core v0.1.21
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling httparse v1.5.1
[INFO] [stderr]    Compiling http v0.2.5
[INFO] [stderr]    Compiling want v0.3.0
[INFO] [stderr]    Compiling matches v0.1.9
[INFO] [stderr]    Compiling semver v1.0.4
[INFO] [stderr]    Compiling openssl-probe v0.1.4
[INFO] [stderr]    Compiling form_urlencoded v1.0.1
[INFO] [stderr]    Compiling serde_json v1.0.69
[INFO] [stderr]    Compiling bytes-utils v0.1.1
[INFO] [stderr]    Compiling pkg-config v0.3.22
[INFO] [stderr]    Compiling tinyvec v1.5.0
[INFO] [stderr]    Compiling ppv-lite86 v0.2.15
[INFO] [stderr]    Compiling typenum v1.14.0
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]    Compiling zeroize v1.4.3
[INFO] [stderr]    Compiling unicode-bidi v0.3.7
[INFO] [stderr]    Compiling encoding_rs v0.8.29
[INFO] [stderr]    Compiling tower-layer v0.3.1
[INFO] [stderr]    Compiling openssl v0.10.38
[INFO] [stderr]    Compiling paste v1.0.6
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling aho-corasick v0.7.18
[INFO] [stderr]    Compiling bytestring v1.0.0
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]    Compiling parking_lot_core v0.8.5
[INFO] [stderr]    Compiling num_cpus v1.13.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.0
[INFO] [stderr]    Compiling parking_lot v0.11.2
[INFO] [stderr]    Compiling mio v0.7.14
[INFO] [stderr]    Compiling time v0.1.44
[INFO] [stderr]    Compiling socket2 v0.4.2
[INFO] [stderr]    Compiling cc v1.0.71
[INFO] [stderr]    Compiling http-body v0.4.4
[INFO] [stderr]    Compiling getrandom v0.2.3
[INFO] [stderr]    Compiling rustc_version v0.4.0
[INFO] [stderr]    Compiling unicode-normalization v0.1.19
[INFO] [stderr]    Compiling rand_core v0.6.3
[INFO] [stderr]    Compiling actix-service v2.0.1
[INFO] [stderr]    Compiling convert_case v0.4.0
[INFO] [stderr]    Compiling fastrand v1.5.0
[INFO] [stderr]    Compiling native-tls v0.2.8
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling regex v1.5.4
[INFO] [stderr]    Compiling aws-types v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling firestorm v0.4.6
[INFO] [stderr]    Compiling cpufeatures v0.2.1
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling chrono v0.4.19
[INFO] [stderr]    Compiling flate2 v1.0.22
[INFO] [stderr]    Compiling void v1.0.2
[INFO] [stderr]    Compiling unreachable v1.0.0
[INFO] [stderr]    Compiling idna v0.2.3
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand v0.8.4
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling time v0.3.4
[INFO] [stderr]    Compiling thread_local v1.1.3
[INFO] [stderr]    Compiling generic-array v0.14.4
[INFO] [stderr]    Compiling ascii v0.9.3
[INFO] [stderr]    Compiling async-trait v0.1.51
[INFO] [stderr]    Compiling alloc-no-stdlib v2.0.3
[INFO] [stderr]    Compiling url v2.2.2
[INFO] [stderr]    Compiling xmlparser v0.13.3
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]    Compiling openssl-sys v0.9.70
[INFO] [stderr]    Compiling zstd-sys v1.5.0+zstd.1.4.9
[INFO] [stderr]    Compiling brotli-sys v0.3.2
[INFO] [stderr]    Compiling urlencoding v1.3.3
[INFO] [stderr]    Compiling digest v0.9.0
[INFO] [stderr]    Compiling block-buffer v0.9.0
[INFO] [stderr]    Compiling combine v3.8.1
[INFO] [stderr]    Compiling sha-1 v0.9.8
[INFO] [stderr]    Compiling alloc-stdlib v0.2.1
[INFO] [stderr]    Compiling tracing-subscriber v0.2.25
[INFO] [stderr]    Compiling aws-smithy-types v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling anyhow v1.0.45
[INFO] [stderr]    Compiling smartstring v0.2.9
[INFO] [stderr]    Compiling pem v0.8.3
[INFO] [stderr]    Compiling brotli-decompressor v2.3.2
[INFO] [stderr]    Compiling aws-smithy-json v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-smithy-query v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling brotli v3.3.2
[INFO] [stderr]    Compiling brotli2 v0.3.2
[INFO] [stderr]    Compiling sct v0.6.1
[INFO] [stderr]    Compiling webpki v0.21.4
[INFO] [stderr]    Compiling ct-logs v0.8.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling rustls v0.19.1
[INFO] [stderr]    Compiling derive_utils v0.11.2
[INFO] [stderr]    Compiling tokio-macros v1.5.1
[INFO] [stderr]    Compiling futures-macro v0.3.17
[INFO] [stderr]    Compiling tracing-attributes v0.1.18
[INFO] [stderr]    Compiling pin-project-internal v1.0.8
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling tracing v0.1.29
[INFO] [stderr]    Compiling actix-macros v0.2.3
[INFO] [stderr]    Compiling rustls-native-certs v0.5.0
[INFO] [stderr]    Compiling aws-sigv4 v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling time-macros-impl v0.1.2
[INFO] [stderr]    Compiling derive_more v0.99.16
[INFO] [stderr]    Compiling pin-project v1.0.8
[INFO] [stderr]    Compiling actix_derive v0.6.0
[INFO] [stderr]    Compiling async-stream-impl v0.3.2
[INFO] [stderr]    Compiling tracing-error v0.1.2
[INFO] [stderr]    Compiling futures-enum v0.1.17
[INFO] [stderr]    Compiling time-macros v0.1.1
[INFO] [stderr]    Compiling juniper_codegen v0.15.7
[INFO] [stderr]    Compiling strum_macros v0.21.1
[INFO] [stderr]    Compiling time v0.2.27
[INFO] [stderr]    Compiling async-stream v0.3.2
[INFO] [stderr]    Compiling thiserror v1.0.30
[INFO] [stderr]    Compiling simple_asn1 v0.5.4
[INFO] [stderr]    Compiling aws-smithy-xml v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling graphql-parser v0.3.0
[INFO] [stderr]    Compiling cookie v0.15.1
[INFO] [stderr]    Compiling futures-executor v0.3.17
[INFO] [stderr]    Compiling local-channel v0.1.2
[INFO] [stderr]    Compiling futures v0.3.17
[INFO] [stderr]    Compiling tokio-util v0.6.9
[INFO] [stderr]    Compiling aws-smithy-async v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling tower v0.4.10
[INFO] [stderr]    Compiling tokio-rustls v0.22.0
[INFO] [stderr]    Compiling actix-rt v2.4.0
[INFO] [stderr]    Compiling tokio-native-tls v0.3.0
[INFO] [stderr]    Compiling tokio-stream v0.1.8
[INFO] [stderr]    Compiling actix-server v2.0.0-beta.6
[INFO] [stderr]    Compiling actix-codec v0.4.1
[INFO] [stderr]    Compiling actix v0.12.0
[INFO] [stderr]    Compiling actix-tls v3.0.0-beta.7
[INFO] [stderr]    Compiling serde_urlencoded v0.7.0
[INFO] [stderr]    Compiling actix-router v0.5.0-beta.2
[INFO] [stderr]    Compiling uuid v0.8.2
[INFO] [stderr]    Compiling h2 v0.3.7
[INFO] [stderr]    Compiling actix-web-codegen v0.5.0-beta.5
[INFO] [stderr]    Compiling jsonwebtokens v1.1.0
[INFO] [stderr]    Compiling bson v1.2.4
[INFO] [stderr]    Compiling juniper v0.15.7
[INFO] [stderr]    Compiling hyper v0.14.14
[INFO] [stderr]    Compiling aws-smithy-http v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling hyper-rustls v0.22.1
[INFO] [stderr]    Compiling hyper-tls v0.5.0
[INFO] [stderr]    Compiling lambda_runtime v0.4.1
[INFO] [stderr]    Compiling reqwest v0.11.6
[INFO] [stderr]    Compiling aws-smithy-http-tower v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-sig-auth v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-endpoint v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-http v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-smithy-client v0.27.0-alpha.2 (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-hyper v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling jsonwebtokens-cognito v0.1.0-alpha.10
[INFO] [stderr]    Compiling aws-sdk-sts v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-sdk-ssm v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling aws-sdk-dynamodb v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling zstd-safe v3.1.0+zstd.1.4.9
[INFO] [stderr]    Compiling zstd v0.7.0+zstd.1.4.9
[INFO] [stderr]    Compiling actix-http v3.0.0-beta.11
[INFO] [stderr]    Compiling aws-config v0.0.24-alpha (https://github.com/awslabs/aws-sdk-rust?tag=v0.0.24-alpha#75e7cf4e)
[INFO] [stderr]    Compiling actix-web v4.0.0-beta.10
[INFO] [stderr]    Compiling actix-web-actors v4.0.0-beta.7
[INFO] [stderr]    Compiling lambda-web v0.1.7
[INFO] [stderr]    Compiling juniper_actix v0.4.0
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> app/src/ddb/stock.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let e: Entity = item.clone().into();
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Stock` does not implement `Clone`, so calling `clone` on `&Stock` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 105 -         let e: Entity = item.clone().into();
[INFO] [stdout] 105 +         let e: Entity = item.into();
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `Stock`, implement `Clone` for it
[INFO] [stdout]    --> app/src/domain/stock.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #[derive(Clone)]
[INFO] [stdout]   4 | pub struct Stock {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir/api)
[INFO] [stdout] warning: use of deprecated method `actix_web::App::<T, B>::data`: Use `.app_data(Data::new(val))` instead.
[INFO] [stdout]   --> api/src/main.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |             .data(schema)
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `authenticated_user_id` is never read
[INFO] [stdout]   --> api/src/graph.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Context {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 15 |     pub authenticated_user_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 50s
[INFO] running `Command { std: "docker" "inspect" "e2fbb89030f91cfac3d1a8bd487ea25af1ff6ad7d2eeec79c7f79b9cf5e79f94", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e2fbb89030f91cfac3d1a8bd487ea25af1ff6ad7d2eeec79c7f79b9cf5e79f94", kill_on_drop: false }`
[INFO] [stdout] e2fbb89030f91cfac3d1a8bd487ea25af1ff6ad7d2eeec79c7f79b9cf5e79f94
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 026a3e33354f0e89ae89f84e3db6164b77ee3eeb8e50fdc8266a9f73a5e24d34
[INFO] running `Command { std: "docker" "start" "-a" "026a3e33354f0e89ae89f84e3db6164b77ee3eeb8e50fdc8266a9f73a5e24d34", kill_on_drop: false }`
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> app/src/ddb/stock.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let e: Entity = item.clone().into();
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Stock` does not implement `Clone`, so calling `clone` on `&Stock` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 105 -         let e: Entity = item.clone().into();
[INFO] [stdout] 105 +         let e: Entity = item.into();
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `Stock`, implement `Clone` for it
[INFO] [stdout]    --> app/src/domain/stock.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #[derive(Clone)]
[INFO] [stdout]   4 | pub struct Stock {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling api v0.1.0 (/opt/rustwide/workdir/api)
[INFO] [stderr]    Compiling app v0.1.0 (/opt/rustwide/workdir/app)
[INFO] [stdout] warning: use of deprecated method `actix_web::App::<T, B>::data`: Use `.app_data(Data::new(val))` instead.
[INFO] [stdout]   --> api/src/main.rs:24:14
[INFO] [stdout]    |
[INFO] [stdout] 24 |             .data(schema)
[INFO] [stdout]    |              ^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(deprecated)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stdout]    --> app/src/ddb/stock.rs:105:29
[INFO] [stdout]     |
[INFO] [stdout] 105 |         let e: Entity = item.clone().into();
[INFO] [stdout]     |                             ^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout]     = note: the type `Stock` does not implement `Clone`, so calling `clone` on `&Stock` copies the reference, which does not do anything and can be removed
[INFO] [stdout]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stdout] help: remove this redundant call
[INFO] [stdout]     |
[INFO] [stdout] 105 -         let e: Entity = item.clone().into();
[INFO] [stdout] 105 +         let e: Entity = item.into();
[INFO] [stdout]     |
[INFO] [stdout] help: if you meant to clone `Stock`, implement `Clone` for it
[INFO] [stdout]    --> app/src/domain/stock.rs:3:1
[INFO] [stdout]     |
[INFO] [stdout]   3 + #[derive(Clone)]
[INFO] [stdout]   4 | pub struct Stock {
[INFO] [stdout]     |
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: field `authenticated_user_id` is never read
[INFO] [stdout]   --> api/src/graph.rs:15:9
[INFO] [stdout]    |
[INFO] [stdout] 14 | pub struct Context {
[INFO] [stdout]    |            ------- field in this struct
[INFO] [stdout] 15 |     pub authenticated_user_id: Option<String>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 1.89s
[INFO] running `Command { std: "docker" "inspect" "026a3e33354f0e89ae89f84e3db6164b77ee3eeb8e50fdc8266a9f73a5e24d34", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "026a3e33354f0e89ae89f84e3db6164b77ee3eeb8e50fdc8266a9f73a5e24d34", kill_on_drop: false }`
[INFO] [stdout] 026a3e33354f0e89ae89f84e3db6164b77ee3eeb8e50fdc8266a9f73a5e24d34
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "+1.90.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 7c48b3a705a64ddad580e300bf660889105f76ed3de1dadc3c6d16019c13fe07
[INFO] running `Command { std: "docker" "start" "-a" "7c48b3a705a64ddad580e300bf660889105f76ed3de1dadc3c6d16019c13fe07", kill_on_drop: false }`
[INFO] [stderr] warning: call to `.clone()` on a reference in this situation does nothing
[INFO] [stderr]    --> app/src/ddb/stock.rs:105:29
[INFO] [stderr]     |
[INFO] [stderr] 105 |         let e: Entity = item.clone().into();
[INFO] [stderr]     |                             ^^^^^^^^
[INFO] [stderr]     |
[INFO] [stderr]     = note: the type `Stock` does not implement `Clone`, so calling `clone` on `&Stock` copies the reference, which does not do anything and can be removed
[INFO] [stderr]     = note: `#[warn(noop_method_call)]` on by default
[INFO] [stderr] help: remove this redundant call
[INFO] [stderr]     |
[INFO] [stderr] 105 -         let e: Entity = item.clone().into();
[INFO] [stderr] 105 +         let e: Entity = item.into();
[INFO] [stderr]     |
[INFO] [stderr] help: if you meant to clone `Stock`, implement `Clone` for it
[INFO] [stderr]    --> app/src/domain/stock.rs:3:1
[INFO] [stderr]     |
[INFO] [stderr]   3 + #[derive(Clone)]
[INFO] [stderr]   4 | pub struct Stock {
[INFO] [stderr]     |
[INFO] [stderr] 
[INFO] [stderr] warning: `app` (lib) generated 1 warning (run `cargo fix --lib -p app` to apply 1 suggestion)
[INFO] [stderr] warning: `app` (lib test) generated 1 warning (1 duplicate)
[INFO] [stderr] warning: use of deprecated method `actix_web::App::<T, B>::data`: Use `.app_data(Data::new(val))` instead.
[INFO] [stderr]   --> api/src/main.rs:24:14
[INFO] [stderr]    |
[INFO] [stderr] 24 |             .data(schema)
[INFO] [stderr]    |              ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: field `authenticated_user_id` is never read
[INFO] [stderr]   --> api/src/graph.rs:15:9
[INFO] [stderr]    |
[INFO] [stderr] 14 | pub struct Context {
[INFO] [stderr]    |            ------- field in this struct
[INFO] [stderr] 15 |     pub authenticated_user_id: Option<String>,
[INFO] [stderr]    |         ^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(dead_code)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: `api` (bin "bootstrap" test) generated 2 warnings
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.48s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bootstrap-ddcc702e1da33ea7)
[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/lib.rs (/opt/rustwide/target/debug/deps/app-df9c47e6f592cab6)
[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 app
[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" "7c48b3a705a64ddad580e300bf660889105f76ed3de1dadc3c6d16019c13fe07", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "7c48b3a705a64ddad580e300bf660889105f76ed3de1dadc3c6d16019c13fe07", kill_on_drop: false }`
[INFO] [stdout] 7c48b3a705a64ddad580e300bf660889105f76ed3de1dadc3c6d16019c13fe07
