[INFO] cloning repository https://github.com/ctrlzdtoofar/hive [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ctrlzdtoofar/hive" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctrlzdtoofar%2Fhive", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctrlzdtoofar%2Fhive'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] e4d12116d5c4171adb009111d628be1a85d55391 [INFO] building ctrlzdtoofar/hive against master#44f415c1d617ebc7b931a243b7b321ef8a6ca47c for pr-142134-abi-ast-error [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fctrlzdtoofar%2Fhive" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ctrlzdtoofar/hive on toolchain 44f415c1d617ebc7b931a243b7b321ef8a6ca47c [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ctrlzdtoofar/hive [INFO] finished tweaking git repo https://github.com/ctrlzdtoofar/hive [INFO] tweaked toml for git repo https://github.com/ctrlzdtoofar/hive written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ctrlzdtoofar/hive 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" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] c7196aa516c3953a7af10107f42a363b5463b2ec51d08e26ea16d2e26d7875ac [INFO] running `Command { std: "docker" "start" "-a" "c7196aa516c3953a7af10107f42a363b5463b2ec51d08e26ea16d2e26d7875ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7196aa516c3953a7af10107f42a363b5463b2ec51d08e26ea16d2e26d7875ac", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7196aa516c3953a7af10107f42a363b5463b2ec51d08e26ea16d2e26d7875ac", kill_on_drop: false }` [INFO] [stdout] c7196aa516c3953a7af10107f42a363b5463b2ec51d08e26ea16d2e26d7875ac [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c5cfe0dba95150f252b42cbd5854328b529eeffb54d446fb30664f0a497a7fee [INFO] running `Command { std: "docker" "start" "-a" "c5cfe0dba95150f252b42cbd5854328b529eeffb54d446fb30664f0a497a7fee", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.82 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling thiserror v1.0.60 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling syn v2.0.61 [INFO] [stderr] Compiling diesel_table_macro_syntax v0.1.0 [INFO] [stderr] Compiling thiserror-impl v1.0.60 [INFO] [stderr] Compiling diesel_derives v2.1.4 [INFO] [stderr] Compiling diesel v2.1.6 [INFO] [stderr] Compiling hive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `Journey` is never used [INFO] [stdout] --> src/bee/journey.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) trait Journey { [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 18.38s [INFO] running `Command { std: "docker" "inspect" "c5cfe0dba95150f252b42cbd5854328b529eeffb54d446fb30664f0a497a7fee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5cfe0dba95150f252b42cbd5854328b529eeffb54d446fb30664f0a497a7fee", kill_on_drop: false }` [INFO] [stdout] c5cfe0dba95150f252b42cbd5854328b529eeffb54d446fb30664f0a497a7fee [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:eea15d5475069c3ef791f10c2c6b5af2ee421ef2da1e680ecce1cba46243983b" "/opt/rustwide/cargo-home/bin/cargo" "+44f415c1d617ebc7b931a243b7b321ef8a6ca47c" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ddc91e692cc4a579f29f7cb780edf61d6e9dfa0e685aa5e2c10c0ffd4eb1876b [INFO] running `Command { std: "docker" "start" "-a" "ddc91e692cc4a579f29f7cb780edf61d6e9dfa0e685aa5e2c10c0ffd4eb1876b", kill_on_drop: false }` [INFO] [stderr] Compiling hive v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait `Journey` is never used [INFO] [stdout] --> src/bee/journey.rs:4:18 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) trait Journey { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hm_app_state` [INFO] [stdout] --> src/context.rs:65:13 [INFO] [stdout] | [INFO] [stdout] 65 | let hm_app_state = mem.get::().expect("Failed to get app state as expected"); [INFO] [stdout] | ^^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_hm_app_state` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `hm_db_pool` [INFO] [stdout] --> src/context.rs:66:13 [INFO] [stdout] | [INFO] [stdout] 66 | let hm_db_pool = mem.get::().expect("Failed to get db pool as expected"); [INFO] [stdout] | ^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_hm_db_pool` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `id` and `amount` are never read [INFO] [stdout] --> src/bee/worker.rs:45:7 [INFO] [stdout] | [INFO] [stdout] 44 | struct ProcessPayment { [INFO] [stdout] | -------------- fields in this struct [INFO] [stdout] 45 | id: String, [INFO] [stdout] | ^^ [INFO] [stdout] 46 | amount: i32, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `transactional` and `rollback_sequence` are never used [INFO] [stdout] --> src/bee/journey.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 4 | pub(crate) trait Journey { [INFO] [stdout] | ------- methods in this trait [INFO] [stdout] ... [INFO] [stdout] 8 | fn transactional(&mut self); [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] 9 | fn rollback_sequence(&mut self) -> Vec; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field `address` is never read [INFO] [stdout] --> src/bee/journey.rs:60:13 [INFO] [stdout] | [INFO] [stdout] 58 | pub struct UpdatePatientDemo { [INFO] [stdout] | ----------------- field in this struct [INFO] [stdout] 59 | pub name: String, [INFO] [stdout] 60 | pub address: String, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `UpdatePatientDemo` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `encoding_key`, `decoding_key`, and `api_secret` are never read [INFO] [stdout] --> src/context.rs:34:13 [INFO] [stdout] | [INFO] [stdout] 33 | pub struct AppState { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 34 | pub encoding_key: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 35 | pub decoding_key: String, [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] 36 | pub api_key: String, [INFO] [stdout] 37 | pub api_secret: String, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `AppState` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.20s [INFO] running `Command { std: "docker" "inspect" "ddc91e692cc4a579f29f7cb780edf61d6e9dfa0e685aa5e2c10c0ffd4eb1876b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ddc91e692cc4a579f29f7cb780edf61d6e9dfa0e685aa5e2c10c0ffd4eb1876b", kill_on_drop: false }` [INFO] [stdout] ddc91e692cc4a579f29f7cb780edf61d6e9dfa0e685aa5e2c10c0ffd4eb1876b