[INFO] cloning repository https://github.com/VictorKoenders/orm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/VictorKoenders/orm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorKoenders%2Form", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorKoenders%2Form'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] be5f5e4e2a78b24a20672025cffe6a6a728b4909 [INFO] checking VictorKoenders/orm against master#33fdb797f59421c7bbecaa4588ed5d7a31a9494a for pr-87190-3 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FVictorKoenders%2Form" "/workspace/builds/worker-91/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-91/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/VictorKoenders/orm on toolchain 33fdb797f59421c7bbecaa4588ed5d7a31a9494a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/VictorKoenders/orm [INFO] finished tweaking git repo https://github.com/VictorKoenders/orm [INFO] tweaked toml for git repo https://github.com/VictorKoenders/orm written to /workspace/builds/worker-91/source/Cargo.toml [INFO] crate git repo https://github.com/VictorKoenders/orm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f602a99a6c2cc876713debd18b2ba235438c5aacf477d4c258416fbca16b5b3f [INFO] running `Command { std: "docker" "start" "-a" "f602a99a6c2cc876713debd18b2ba235438c5aacf477d4c258416fbca16b5b3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f602a99a6c2cc876713debd18b2ba235438c5aacf477d4c258416fbca16b5b3f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f602a99a6c2cc876713debd18b2ba235438c5aacf477d4c258416fbca16b5b3f", kill_on_drop: false }` [INFO] [stdout] f602a99a6c2cc876713debd18b2ba235438c5aacf477d4c258416fbca16b5b3f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-91/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" "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:34b6a614d2c27851fe6cbf88fbd1137609cefab8b10d0615aaeb6fd47975d74e" "/opt/rustwide/cargo-home/bin/cargo" "+33fdb797f59421c7bbecaa4588ed5d7a31a9494a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7e2f3f59c81dda001929b6e43a5db3b6dd6994c05aede118f5bd38755c0cbe42 [INFO] running `Command { std: "docker" "start" "-a" "7e2f3f59c81dda001929b6e43a5db3b6dd6994c05aede118f5bd38755c0cbe42", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling libc v0.2.46 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking constant_time_eq v0.1.3 [INFO] [stderr] Compiling version_check v0.1.5 [INFO] [stderr] Checking byte-tools v0.2.0 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Compiling cc v1.0.28 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking fake-simd v0.1.2 [INFO] [stderr] Compiling autocfg v0.1.1 [INFO] [stderr] Checking safemem v0.2.0 [INFO] [stderr] Checking md5 v0.3.8 [INFO] [stderr] Checking fallible-iterator v0.1.6 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Checking rustc-demangle v0.1.13 [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Checking antidote v1.0.0 [INFO] [stderr] Checking uuid v0.7.1 [INFO] [stderr] Checking phf_shared v0.7.24 [INFO] [stderr] Checking log v0.4.6 [INFO] [stderr] Checking hashbrown v0.1.7 [INFO] [stderr] Checking generic-array v0.9.0 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Checking block-buffer v0.3.3 [INFO] [stderr] Compiling proc-macro2 v0.4.24 [INFO] [stderr] Checking scheduled-thread-pool v0.2.0 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking digest v0.7.6 [INFO] [stderr] Checking crypto-mac v0.5.2 [INFO] [stderr] Compiling backtrace v0.3.13 [INFO] [stderr] Compiling memchr v2.1.2 [INFO] [stderr] Checking r2d2 v0.8.3 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Compiling quote v0.6.10 [INFO] [stderr] Compiling syn v0.15.23 [INFO] [stderr] Compiling backtrace-sys v0.1.28 [INFO] [stderr] Checking rand v0.4.3 [INFO] [stderr] Checking iovec v0.1.2 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking socket2 v0.3.8 [INFO] [stderr] Checking time v0.1.41 [INFO] [stderr] Checking bytes v0.4.11 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking regex v1.1.0 [INFO] [stderr] Checking rand v0.3.22 [INFO] [stderr] Checking postgres-protocol v0.3.2 [INFO] [stderr] Checking postgres-shared v0.4.2 [INFO] [stderr] Checking postgres v0.15.2 [INFO] [stderr] Checking r2d2_postgres v0.14.0 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling orm_derive v0.1.0 (/opt/rustwide/workdir/derive) [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking dotenv v0.13.0 [INFO] [stderr] Checking orm v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/table_updater.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | pub conn: &'a mut Connection, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Connection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/table_updater.rs:4:23 [INFO] [stdout] | [INFO] [stdout] 4 | pub conn: &'a mut Connection, [INFO] [stdout] | ^^^^^^^^^^ help: use `dyn`: `dyn Connection` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:5:65 [INFO] [stdout] | [INFO] [stdout] 5 | fn as_query_filter(&self, index: usize) -> Option<(String, &ToSql)>; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:9:66 [INFO] [stdout] | [INFO] [stdout] 9 | fn as_query_filter(&self, _index: usize) -> Option<(String, &ToSql)> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:15:65 [INFO] [stdout] | [INFO] [stdout] 15 | fn as_query_filter(&self, index: usize) -> Option<(String, &ToSql)> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/to_sql.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | fn as_pg_arg(&self) -> &postgres::types::ToSql [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::types::ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:5:65 [INFO] [stdout] | [INFO] [stdout] 5 | fn as_query_filter(&self, index: usize) -> Option<(String, &ToSql)>; [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:9:66 [INFO] [stdout] | [INFO] [stdout] 9 | fn as_query_filter(&self, _index: usize) -> Option<(String, &ToSql)> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/as_query_filter.rs:15:65 [INFO] [stdout] | [INFO] [stdout] 15 | fn as_query_filter(&self, index: usize) -> Option<(String, &ToSql)> { [INFO] [stdout] | ^^^^^ help: use `dyn`: `dyn ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/traits/to_sql.rs:4:29 [INFO] [stdout] | [INFO] [stdout] 4 | fn as_pg_arg(&self) -> &postgres::types::ToSql [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn postgres::types::ToSql` [INFO] [stdout] | [INFO] [stdout] = warning: this is accepted in the current edition (Rust 2018) but is a hard error in Rust 2021! [INFO] [stdout] = note: for more information, see [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.79s [INFO] running `Command { std: "docker" "inspect" "7e2f3f59c81dda001929b6e43a5db3b6dd6994c05aede118f5bd38755c0cbe42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e2f3f59c81dda001929b6e43a5db3b6dd6994c05aede118f5bd38755c0cbe42", kill_on_drop: false }` [INFO] [stdout] 7e2f3f59c81dda001929b6e43a5db3b6dd6994c05aede118f5bd38755c0cbe42