[INFO] cloning repository https://github.com/SubstructureOne/impulse
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/SubstructureOne/impulse" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubstructureOne%2Fimpulse", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubstructureOne%2Fimpulse'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 5cd34ae8f0202cf79b7f7b4ecf1a2f9cc27d3013
[INFO] testing SubstructureOne/impulse against try#db823df02fd0c2cf67b43025ac3fef3f2d743245 for pr-150681
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FSubstructureOne%2Fimpulse" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/SubstructureOne/impulse
[INFO] finished tweaking git repo https://github.com/SubstructureOne/impulse
[INFO] tweaked toml for git repo https://github.com/SubstructureOne/impulse written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/SubstructureOne/impulse on toolchain db823df02fd0c2cf67b43025ac3fef3f2d743245
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/SubstructureOne/impulse 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" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d110337e34016cf7bf2456fc34def996d9fdc4e41c4e2ad9ea82a8375c19eda6
[INFO] running `Command { std: "docker" "start" "-a" "d110337e34016cf7bf2456fc34def996d9fdc4e41c4e2ad9ea82a8375c19eda6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d110337e34016cf7bf2456fc34def996d9fdc4e41c4e2ad9ea82a8375c19eda6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d110337e34016cf7bf2456fc34def996d9fdc4e41c4e2ad9ea82a8375c19eda6", kill_on_drop: false }`
[INFO] [stdout] d110337e34016cf7bf2456fc34def996d9fdc4e41c4e2ad9ea82a8375c19eda6
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 604e4d8ef71ddc2dc149b8f0adb7365eba83513e7a172f9fd94a3ba1c85fa135
[INFO] running `Command { std: "docker" "start" "-a" "604e4d8ef71ddc2dc149b8f0adb7365eba83513e7a172f9fd94a3ba1c85fa135", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.66
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling serde_derive v1.0.183
[INFO] [stderr]    Compiling serde v1.0.183
[INFO] [stderr]    Compiling bitflags v2.3.3
[INFO] [stderr]    Compiling bytes v1.4.0
[INFO] [stderr]    Compiling parking_lot_core v0.9.8
[INFO] [stderr]    Compiling either v1.9.0
[INFO] [stderr]    Compiling pin-project-lite v0.2.11
[INFO] [stderr]    Compiling smallvec v1.11.0
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling lock_api v0.4.10
[INFO] [stderr]    Compiling futures-core v0.3.28
[INFO] [stderr]    Compiling linux-raw-sys v0.4.5
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling slab v0.4.8
[INFO] [stderr]    Compiling futures-sink v0.3.28
[INFO] [stderr]    Compiling futures-channel v0.3.28
[INFO] [stderr]    Compiling futures-task v0.3.28
[INFO] [stderr]    Compiling typenum v1.16.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde_json v1.0.104
[INFO] [stderr]    Compiling futures-util v0.3.28
[INFO] [stderr]    Compiling anyhow v1.0.72
[INFO] [stderr]    Compiling ryu v1.0.15
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling futures-io v0.3.28
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling tokio v1.29.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling log v0.4.19
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling clang-sys v1.6.1
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling num-traits v0.2.16
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling prettyplease v0.2.15
[INFO] [stderr]    Compiling winnow v0.5.4
[INFO] [stderr]    Compiling rustix v0.38.7
[INFO] [stderr]    Compiling quote v1.0.32
[INFO] [stderr]    Compiling getrandom v0.2.10
[INFO] [stderr]    Compiling num_cpus v1.16.0
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling cc v1.0.82
[INFO] [stderr]    Compiling socket2 v0.4.9
[INFO] [stderr]    Compiling which v4.4.0
[INFO] [stderr]    Compiling signal-hook-registry v1.4.1
[INFO] [stderr]    Compiling syn v2.0.32
[INFO] [stderr]    Compiling parking_lot v0.12.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling mio v0.8.8
[INFO] [stderr]    Compiling regex-syntax v0.7.4
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling time v0.1.45
[INFO] [stderr]    Compiling libloading v0.7.4
[INFO] [stderr]    Compiling fixedbitset v0.4.2
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling fastrand v2.0.0
[INFO] [stderr]    Compiling bindgen v0.66.1
[INFO] [stderr]    Compiling thiserror v1.0.44
[INFO] [stderr]    Compiling proc-macro-hack v0.5.20+deprecated
[INFO] [stderr]    Compiling http v0.2.9
[INFO] [stderr]    Compiling aho-corasick v1.0.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling try-lock v0.2.4
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling shlex v1.1.0
[INFO] [stderr]    Compiling cpufeatures v0.2.9
[INFO] [stderr]    Compiling peeking_take_while v0.1.2
[INFO] [stderr]    Compiling multimap v0.8.3
[INFO] [stderr]    Compiling sha2 v0.10.7
[INFO] [stderr]    Compiling want v0.3.1
[INFO] [stderr]    Compiling petgraph v0.6.3
[INFO] [stderr]    Compiling http-body v0.4.5
[INFO] [stderr]    Compiling is-terminal v0.4.9
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling md-5 v0.10.5
[INFO] [stderr]    Compiling stringprep v0.1.3
[INFO] [stderr]    Compiling fallible-iterator v0.2.0
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling base64 v0.21.2
[INFO] [stderr]    Compiling pq-sys v0.4.8
[INFO] [stderr]    Compiling async-trait v0.1.72
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling serde_spanned v0.6.3
[INFO] [stderr]    Compiling toml_datetime v0.6.3
[INFO] [stderr]    Compiling tempfile v3.7.1
[INFO] [stderr]    Compiling toml_edit v0.19.14
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling postgres-protocol v0.6.5
[INFO] [stderr]    Compiling phf_shared v0.11.2
[INFO] [stderr]    Compiling regex-automata v0.3.6
[INFO] [stderr]    Compiling anstyle-parse v0.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling scheduled-thread-pool v0.2.7
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling filetime v0.2.22
[INFO] [stderr]    Compiling xattr v1.0.1
[INFO] [stderr]    Compiling anstyle v1.0.1
[INFO] [stderr]    Compiling termcolor v1.2.0
[INFO] [stderr]    Compiling anstyle-query v1.0.0
[INFO] [stderr]    Compiling anstream v0.3.2
[INFO] [stderr]    Compiling tar v0.4.40
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling r2d2 v0.8.10
[INFO] [stderr]    Compiling phf v0.11.2
[INFO] [stderr]    Compiling uuid v1.4.1
[INFO] [stderr]    Compiling atty v0.2.14
[INFO] [stderr]    Compiling socket2 v0.5.3
[INFO] [stderr]    Compiling clap_lex v0.5.0
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling clap_builder v4.3.21
[INFO] [stderr]    Compiling toml v0.5.11
[INFO] [stderr]    Compiling async_once v0.2.6
[INFO] [stderr]    Compiling darling_core v0.20.3
[INFO] [stderr]    Compiling regex v1.9.3
[INFO] [stderr]    Compiling diesel_table_macro_syntax v0.1.0
[INFO] [stderr]    Compiling toml v0.7.6
[INFO] [stderr]    Compiling prost v0.10.4
[INFO] [stderr]    Compiling migrations_internals v2.1.0
[INFO] [stderr]    Compiling prost-types v0.10.1
[INFO] [stderr]    Compiling futures-macro v0.3.28
[INFO] [stderr]    Compiling tokio-macros v2.1.0
[INFO] [stderr]    Compiling thiserror-impl v1.0.44
[INFO] [stderr]    Compiling pin-project-internal v1.1.3
[INFO] [stderr]    Compiling random-number-macro-impl v0.1.7
[INFO] [stderr]    Compiling postgres-derive v0.4.4
[INFO] [stderr]    Compiling diesel_derives v2.1.0
[INFO] [stderr]    Compiling clap_derive v4.3.12
[INFO] [stderr]    Compiling darling_macro v0.20.3
[INFO] [stderr]    Compiling darling v0.20.3
[INFO] [stderr]    Compiling serde_with_macros v2.3.3
[INFO] [stderr]    Compiling random-number v0.1.8
[INFO] [stderr]    Compiling migrations_macros v2.1.0
[INFO] [stderr]    Compiling random-pick v1.2.16
[INFO] [stderr]    Compiling enum-iterator-derive v1.2.1
[INFO] [stderr]    Compiling postgres-types v0.2.5
[INFO] [stderr]    Compiling passwords v3.1.13
[INFO] [stderr]    Compiling env_logger v0.9.3
[INFO] [stderr]    Compiling env_logger v0.10.0
[INFO] [stderr]    Compiling clap v4.3.21
[INFO] [stderr]    Compiling diesel-derive-enum v2.1.0
[INFO] [stderr]    Compiling enum-iterator v1.4.1
[INFO] [stderr]    Compiling serde_with v2.3.3
[INFO] [stderr]    Compiling pin-project v1.1.3
[INFO] [stderr]    Compiling docker-api-stubs v0.4.0
[INFO] [stderr]    Compiling futures-executor v0.3.28
[INFO] [stderr]    Compiling asynchronous-codec v0.6.2
[INFO] [stderr]    Compiling futures v0.3.28
[INFO] [stderr]    Compiling diesel v2.1.0
[INFO] [stderr]    Compiling pg_query v0.8.2
[INFO] [stderr]    Compiling hyper v0.14.27
[INFO] [stderr]    Compiling tokio-util v0.7.8
[INFO] [stderr]    Compiling tokio-postgres v0.7.8
[INFO] [stderr]    Compiling hyperlocal v0.8.0
[INFO] [stderr]    Compiling containers-api v0.7.0
[INFO] [stderr]    Compiling docker-api v0.12.2
[INFO] [stderr]    Compiling diesel_migrations v2.1.0
[INFO] [stderr]    Compiling prew v0.3.3
[INFO] [stderr]    Compiling impulse v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 48s
[INFO] running `Command { std: "docker" "inspect" "604e4d8ef71ddc2dc149b8f0adb7365eba83513e7a172f9fd94a3ba1c85fa135", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "604e4d8ef71ddc2dc149b8f0adb7365eba83513e7a172f9fd94a3ba1c85fa135", kill_on_drop: false }`
[INFO] [stdout] 604e4d8ef71ddc2dc149b8f0adb7365eba83513e7a172f9fd94a3ba1c85fa135
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/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:845e597a41426bbf2703be69acdb67d10b6de511142d05cba7bbe119c898b2c7" "/opt/rustwide/cargo-home/bin/cargo" "+db823df02fd0c2cf67b43025ac3fef3f2d743245" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 412036d7c8c12b0c755272a61d7108e7f97130ec8e9463ee25a2642c466b028c
[INFO] running `Command { std: "docker" "start" "-a" "412036d7c8c12b0c755272a61d7108e7f97130ec8e9463ee25a2642c466b028c", kill_on_drop: false }`
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling prost-derive v0.10.1
[INFO] [stderr]    Compiling test-log v0.2.12
[INFO] [stderr]    Compiling prost v0.10.4
[INFO] [stderr]    Compiling prost-types v0.10.1
[INFO] [stderr]    Compiling prost-build v0.10.4
[INFO] [stderr]    Compiling pg_query v0.8.2
[INFO] [stderr]    Compiling prew v0.3.3
[INFO] [stderr]    Compiling impulse v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: field `impulse_config` is never read
[INFO] [stdout]   --> tests/common/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TestContext {
[INFO] [stdout]    |            ----------- field in this struct
[INFO] [stdout] 64 |     pub impulse_config: Rc<ManagementConfig>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `impulse_config` and `managed_db_manager` are never read
[INFO] [stdout]   --> tests/common/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TestContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 64 |     pub impulse_config: Rc<ManagementConfig>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 65 |     pub impulse_manager: PostgresManager,
[INFO] [stdout] 66 |     pub managed_db_manager: PostgresManager,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ExpectedEquals` is never used
[INFO] [stdout]    --> tests/common/mod.rs:137:11
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub trait ExpectedEquals {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `impulse_config` and `managed_db_manager` are never read
[INFO] [stdout]   --> tests/common/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TestContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 64 |     pub impulse_config: Rc<ManagementConfig>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 65 |     pub impulse_manager: PostgresManager,
[INFO] [stdout] 66 |     pub managed_db_manager: PostgresManager,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `impulse_config` and `managed_db_manager` are never read
[INFO] [stdout]   --> tests/common/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TestContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 64 |     pub impulse_config: Rc<ManagementConfig>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 65 |     pub impulse_manager: PostgresManager,
[INFO] [stdout] 66 |     pub managed_db_manager: PostgresManager,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: trait `ExpectedEquals` is never used
[INFO] [stdout]    --> tests/common/mod.rs:137:11
[INFO] [stdout]     |
[INFO] [stdout] 137 | pub trait ExpectedEquals {
[INFO] [stdout]     |           ^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused variable: `timecharge1`
[INFO] [stdout]   --> tests/test_charges.rs:79:9
[INFO] [stdout]    |
[INFO] [stdout] 79 |     let timecharge1 = NewTimeCharge::create(
[INFO] [stdout]    |         ^^^^^^^^^^^ help: if this is intentional, prefix it with an underscore: `_timecharge1`
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_variables)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: fields `impulse_config` and `managed_db_manager` are never read
[INFO] [stdout]   --> tests/common/mod.rs:64:9
[INFO] [stdout]    |
[INFO] [stdout] 63 | pub struct TestContext {
[INFO] [stdout]    |            ----------- fields in this struct
[INFO] [stdout] 64 |     pub impulse_config: Rc<ManagementConfig>,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^
[INFO] [stdout] 65 |     pub impulse_manager: PostgresManager,
[INFO] [stdout] 66 |     pub managed_db_manager: PostgresManager,
[INFO] [stdout]    |         ^^^^^^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustc8Dh5Zb/symbols.o" "<6 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libenv_logger-b1c731b60250b60c,libtermcolor-bf907dc46feeefc7,libhumantime-271ba35809dd8c72}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libtest-*,libgetopts-*,librustc_std_workspace_std-*}.rlib" "/opt/rustwide/target/debug/deps/{libdotenvy-c158e10653a35757,libdiesel_migrations-d02801c368b0a536,libmigrations_internals-00a588868aa4fdc6,libtoml-7df76f50f8ab6075,libtoml_edit-dbee5c25ee6c4ff8,libserde_spanned-d08706ccb6dd4d53,libindexmap-4a8e63eaa65b1e6a,libequivalent-fdc46004df91ad08,libhashbrown-3da8d61d638626f5,libwinnow-ce8e3ffb62770ca0,libtoml_datetime-e0c7fb4023e851a5,libimpulse-236fb7149c528e64,libpasswords-cefa13469ad7cfa4,librandom_pick-ddbe8d1db08f3650,librandom_number-d0e48070f0d12db0,libprew-0840b1cfcb1e1abd,libpostgres_types-68ed83d174b57c67,libpostgres_protocol-80cd36e81e5ec5d0,libstringprep-70f992148c58543f,libsha2-31e9594fc237c462,libcpufeatures-77532a8d776daa73,librand-ecadca920a0bb8bc,librand_chacha-0efc4fa08f923678,libppv_lite86-4250c766b4729968,librand_core-150b00bf2ecd7b83,libhmac-d90308174222524e,libbase64-0d7bb3da3cc4ec80,libmd5-f138e4ece3ef91d3,libdigest-3d22bc8a9f9dd4b3,libsubtle-3b4c11045c466f47,libblock_buffer-32ecc17a12c12588,libcrypto_common-a181a40b46808bca,libgeneric_array-ed1569e9b34d0440,libtypenum-23ae17ca6b0e3ffc,libfallible_iterator-eb4086aa59000c1b,libpg_query-f8bb6acbb8befcc1,libprost-9015691a2f203d92,libfutures-59037d6ac391afb2,libfutures_executor-3f86d317a2961c24,libdocker_api-d6f99ca3a72933e8,libbase64-b5296a10b8334a2c,libasynchronous_codec-f16e0dbae63e199f,libdocker_api_stubs-739b08659cebb203,libcontainers_api-d5f70c050c160a9c,libmime-4b44681fdb2c65f7,libtar-42151f7158d92d02,libxattr-08e7c9d63015ab8b,libfiletime-91e60e74ce9ef9ea,libflate2-f120fca8f3c3ab7c,libminiz_oxide-7773085b5c7ed1ba,libadler-f4caa73e14204bdd,libcrc32fast-a72b5faa4f062e07,libthiserror-0aacf04f9732f95c,liburl-c3855a951476e8d4,libidna-b84627da48ab9067,libunicode_normalization-b5a36397fcd9a552,libtinyvec-251d260eb6672a91,libtinyvec_macros-1c14e8980bff1229,libunicode_bidi-3c84924794dbf840,libform_urlencoded-ab392a0a845db14b,libpercent_encoding-cb878851172b4416,libhyperlocal-b34c4580585ffc59,libhex-28742b4ca144387c,libpin_project-edc79a88d9b20cd3,libhyper-39986e6ac7c0b724,libwant-ebb62b904cfd4e90,libtry_lock-aa504cbc7f0db5fb,libhttparse-16ba988888b348a6,libtower_service-aa28c9aa29f1c654,libtracing-d836a3cfacfac2d4,libtracing_core-0ecfba6a9805b247,libhttp_body-a4342f0e80176d68,libtokio-74dbc7c3cf02d26f,libsignal_hook_registry-2a22a8d3d9b9f183,libnum_cpus-f538ab3d33303797,libsocket2-7854e9a73266e103,libmio-01a088643b692d4c,libhttpdate-8d961f91016e3ac1,libhttp-2e2c3826f37f83fc,libbytes-89d7ab79dfdabb18,libfnv-2d77ec4f6f971b24,libfutures_util-59e24518b4b8223a,libfutures_io-b5ddbbf8dc52f95f,libslab-411f71855c2cd507,libfutures_channel-3593a188d423b600,libpin_project_lite-b004b7f19d02c932,libfutures_sink-9be852e5b23a9dfd,libfutures_task-209ffe9fe5c00d32,libpin_utils-9a5791cba021167a,libfutures_core-3473371f80013afd,libclap-88eb8706bce6d225,libonce_cell-778c08b2406fdd3b,libclap_builder-c52ea9740ee9eb65,libstrsim-d620f0ade87b0f1f,libanstream-76b72cdd30def8bc,libanstyle_query-294da531cac097e0,libis_terminal-d898b96d2cf718fb,librustix-0703658c68a2df45,liblinux_raw_sys-18ceed979cc04410,libcolorchoice-bfe75a9d19074058,libanstyle_parse-d9c3e71fed04bc36,libutf8parse-e98db3169219ea11,libclap_lex-8e8dc61e0c3cf4c2,libanstyle-a9d7568b58f54b4e,libregex-8ee18d22fb60916e,libregex_automata-b388be891d60467d,libaho_corasick-0a38fccaa2008a9c,libmemchr-82726350a09d7357,libregex_syntax-446e3b264bebbe4c,liblazy_static-2bb390fee0230a38,libitertools-99fc99ade72b5ed3,libeither-2603831856d26698,libenum_iterator-97c307f1e35446f9,libdiesel-8dace838d6b2178d,libuuid-1943501911d9e43b,libgetrandom-8bdfde2e3ec59396,libbitflags-df08d04c2c7ae7d5,libbyteorder-379f547b04d51d02,libr2d2-3f652f4767e6d3a8,libscheduled_thread_pool-6086f33287d3d6a0,libparking_lot-220a410a4df839af,libparking_lot_core-c4896ca8296bbe6a,libcfg_if-33ef6c02a07f9fec,libsmallvec-0bfe092e24c04786,liblock_api-4caa6aec32da771f,libscopeguard-d52bd00767847e44,libpq_sys-a76762682371ed22,libserde_json-7dbc332bb3f32f09,libryu-e33a6160528a52dc,libitoa-fae1464d0bb8aa60,libchrono-10a14c0afa5c3d8c,libnum_traits-c173e549f0bfba16,libiana_time_zone-e43d893440f63b04,libserde-51d00c1afae8e2aa,libtime-9c91f7442bf3db29,liblibc-8a24a2f78c1740be,libanyhow-6e49a06a9a54bbde,liblog-7586ba8641f928f2}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustc8Dh5Zb/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/pg_query-f4dcbbf1b74a4c24/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/test_reports-473e5a2588b38798" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `impulse` (test "test_reports") due to 1 previous error; 2 warnings emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] error: linking with `cc` failed: exit status: 1
[INFO] [stdout]   |
[INFO] [stdout]   = note:  "cc" "-m64" "/opt/rustwide/target/debug/deps/rustcQQInBe/symbols.o" "<9 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libdotenvy-c158e10653a35757,libenv_logger-b1c731b60250b60c,libtermcolor-bf907dc46feeefc7,libhumantime-271ba35809dd8c72,libtoml-7df76f50f8ab6075,libtoml_edit-dbee5c25ee6c4ff8,libserde_spanned-d08706ccb6dd4d53,libindexmap-4a8e63eaa65b1e6a,libequivalent-fdc46004df91ad08,libhashbrown-3da8d61d638626f5,libwinnow-ce8e3ffb62770ca0,libtoml_datetime-e0c7fb4023e851a5,libimpulse-236fb7149c528e64,libpasswords-cefa13469ad7cfa4,librandom_pick-ddbe8d1db08f3650,librandom_number-d0e48070f0d12db0,libdocker_api-d6f99ca3a72933e8,libbase64-b5296a10b8334a2c,libasynchronous_codec-f16e0dbae63e199f,libdocker_api_stubs-739b08659cebb203,libcontainers_api-d5f70c050c160a9c,libmime-4b44681fdb2c65f7,libtar-42151f7158d92d02,libxattr-08e7c9d63015ab8b,libfiletime-91e60e74ce9ef9ea,libflate2-f120fca8f3c3ab7c,libminiz_oxide-7773085b5c7ed1ba,libadler-f4caa73e14204bdd,libcrc32fast-a72b5faa4f062e07,liburl-c3855a951476e8d4,libidna-b84627da48ab9067,libform_urlencoded-ab392a0a845db14b,libpercent_encoding-cb878851172b4416,libhyperlocal-b34c4580585ffc59,libhex-28742b4ca144387c,libpin_project-edc79a88d9b20cd3,libhyper-39986e6ac7c0b724,libwant-ebb62b904cfd4e90,libtry_lock-aa504cbc7f0db5fb,libhttparse-16ba988888b348a6,libtower_service-aa28c9aa29f1c654,libtracing-d836a3cfacfac2d4,libtracing_core-0ecfba6a9805b247,libhttp_body-a4342f0e80176d68,libhttpdate-8d961f91016e3ac1,libhttp-2e2c3826f37f83fc,libfnv-2d77ec4f6f971b24,libregex-8ee18d22fb60916e,libregex_automata-b388be891d60467d,libaho_corasick-0a38fccaa2008a9c,libregex_syntax-446e3b264bebbe4c,liblazy_static-2bb390fee0230a38,libenum_iterator-97c307f1e35446f9,libdiesel-8dace838d6b2178d,libuuid-1943501911d9e43b,libr2d2-3f652f4767e6d3a8,libscheduled_thread_pool-6086f33287d3d6a0,libpq_sys-a76762682371ed22,libchrono-10a14c0afa5c3d8c,libnum_traits-c173e549f0bfba16,libiana_time_zone-e43d893440f63b04,libtime-9c91f7442bf3db29,libprew-0840b1cfcb1e1abd,libpg_query-f8bb6acbb8befcc1,libprost-9015691a2f203d92,libitertools-99fc99ade72b5ed3,libeither-2603831856d26698,libthiserror-0aacf04f9732f95c,libpostgres_types-68ed83d174b57c67,libserde_json-7dbc332bb3f32f09,libryu-e33a6160528a52dc,libitoa-fae1464d0bb8aa60,libserde-51d00c1afae8e2aa,libpostgres_protocol-80cd36e81e5ec5d0,libstringprep-70f992148c58543f,libunicode_normalization-b5a36397fcd9a552,libtinyvec-251d260eb6672a91,libtinyvec_macros-1c14e8980bff1229,libunicode_bidi-3c84924794dbf840,libsha2-31e9594fc237c462,libcpufeatures-77532a8d776daa73,librand-ecadca920a0bb8bc,librand_chacha-0efc4fa08f923678,libppv_lite86-4250c766b4729968,librand_core-150b00bf2ecd7b83,libgetrandom-8bdfde2e3ec59396,libhmac-d90308174222524e,libbase64-0d7bb3da3cc4ec80,libmd5-f138e4ece3ef91d3,libdigest-3d22bc8a9f9dd4b3,libsubtle-3b4c11045c466f47,libblock_buffer-32ecc17a12c12588,libcrypto_common-a181a40b46808bca,libgeneric_array-ed1569e9b34d0440,libtypenum-23ae17ca6b0e3ffc,libbyteorder-379f547b04d51d02,libfallible_iterator-eb4086aa59000c1b,libtokio-74dbc7c3cf02d26f,libsignal_hook_registry-2a22a8d3d9b9f183,libnum_cpus-f538ab3d33303797,libsocket2-7854e9a73266e103,libbytes-89d7ab79dfdabb18,libmio-01a088643b692d4c,libparking_lot-220a410a4df839af,libparking_lot_core-c4896ca8296bbe6a,liblibc-8a24a2f78c1740be,libcfg_if-33ef6c02a07f9fec,libsmallvec-0bfe092e24c04786,liblock_api-4caa6aec32da771f,libscopeguard-d52bd00767847e44,liblog-7586ba8641f928f2,libfutures-59037d6ac391afb2,libfutures_executor-3f86d317a2961c24,libfutures_util-59e24518b4b8223a,libmemchr-82726350a09d7357,libfutures_io-b5ddbbf8dc52f95f,libslab-411f71855c2cd507,libfutures_channel-3593a188d423b600,libpin_project_lite-b004b7f19d02c932,libfutures_sink-9be852e5b23a9dfd,libfutures_task-209ffe9fe5c00d32,libpin_utils-9a5791cba021167a,libfutures_core-3473371f80013afd,libclap-88eb8706bce6d225,libonce_cell-778c08b2406fdd3b,libclap_builder-c52ea9740ee9eb65,libstrsim-d620f0ade87b0f1f,libanstream-76b72cdd30def8bc,libanstyle_query-294da531cac097e0,libis_terminal-d898b96d2cf718fb,librustix-0703658c68a2df45,libbitflags-df08d04c2c7ae7d5,liblinux_raw_sys-18ceed979cc04410,libcolorchoice-bfe75a9d19074058,libanstyle_parse-d9c3e71fed04bc36,libutf8parse-e98db3169219ea11,libclap_lex-8e8dc61e0c3cf4c2,libanstyle-a9d7568b58f54b4e,libanyhow-6e49a06a9a54bbde}.rlib" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,libcfg_if-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,liblibc-*,librustc_std_workspace_core-*,liballoc-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lpq" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-L" "/opt/rustwide/target/debug/deps/rustcQQInBe/raw-dylibs" "-B<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/target/debug/build/pg_query-f4dcbbf1b74a4c24/out" "-L" "/usr/lib/x86_64-linux-gnu" "-L" "<sysroot>/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/prew-5be8d11cb2050404" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs"
[INFO] [stdout]   = note: some arguments are omitted. use `--verbose` to show all linker arguments
[INFO] [stdout]   = note: collect2: fatal error: ld terminated with signal 9 [Killed]
[INFO] [stdout]           compilation terminated.
[INFO] [stdout]           
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `impulse` (bin "prew") due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "412036d7c8c12b0c755272a61d7108e7f97130ec8e9463ee25a2642c466b028c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "412036d7c8c12b0c755272a61d7108e7f97130ec8e9463ee25a2642c466b028c", kill_on_drop: false }`
[INFO] [stdout] 412036d7c8c12b0c755272a61d7108e7f97130ec8e9463ee25a2642c466b028c
