[INFO] cloning repository https://github.com/zlepper/elefant-tools
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zlepper/elefant-tools" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzlepper%2Felefant-tools", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzlepper%2Felefant-tools'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 7bac36572605b16dcbde99557d536a31685ea9e7
[INFO] checking zlepper/elefant-tools against try#f70ee28831acc074c109afab32d287057c3eca46 for pr-149389
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzlepper%2Felefant-tools" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc2/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/zlepper/elefant-tools
[INFO] finished tweaking git repo https://github.com/zlepper/elefant-tools
[INFO] tweaked toml for git repo https://github.com/zlepper/elefant-tools written to /workspace/builds/worker-5-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/zlepper/elefant-tools on toolchain f70ee28831acc074c109afab32d287057c3eca46
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/zlepper/elefant-tools 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" "+f70ee28831acc074c109afab32d287057c3eca46" "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 unicode-properties v0.1.2
[INFO] [stderr]   Downloaded redox_syscall v0.5.4
[INFO] [stderr]   Downloaded ordered-float v4.2.2
[INFO] [stderr]   Downloaded postgres-protocol v0.6.7
[INFO] [stderr]   Downloaded postgres-types v0.2.8
[INFO] [stderr]   Downloaded tokio-postgres v0.7.12
[INFO] [stderr]   Downloaded similar-asserts v1.6.0
[INFO] [stderr]   Downloaded tar v0.4.41
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 4776fb0a17c681f20b43c6f2ef7a5db29fed1a9b7e416f2b879619c43204b469
[INFO] running `Command { std: "docker" "start" "-a" "4776fb0a17c681f20b43c6f2ef7a5db29fed1a9b7e416f2b879619c43204b469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4776fb0a17c681f20b43c6f2ef7a5db29fed1a9b7e416f2b879619c43204b469", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4776fb0a17c681f20b43c6f2ef7a5db29fed1a9b7e416f2b879619c43204b469", kill_on_drop: false }`
[INFO] [stdout] 4776fb0a17c681f20b43c6f2ef7a5db29fed1a9b7e416f2b879619c43204b469
[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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+f70ee28831acc074c109afab32d287057c3eca46" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f32a86efe244c45203eb4c4c57fcad76d128145f44eb834142e1d3e6a8fe81c3
[INFO] running `Command { std: "docker" "start" "-a" "f32a86efe244c45203eb4c4c57fcad76d128145f44eb834142e1d3e6a8fe81c3", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.86
[INFO] [stderr]    Compiling unicode-ident v1.0.13
[INFO] [stderr]    Compiling libc v0.2.158
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling version_check v0.9.5
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]     Checking pin-project-lite v0.2.14
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]     Checking subtle v2.6.1
[INFO] [stderr]     Checking tinyvec_macros v0.1.1
[INFO] [stderr]     Checking futures-sink v0.3.30
[INFO] [stderr]     Checking futures-core v0.3.30
[INFO] [stderr]     Checking bytes v1.7.1
[INFO] [stderr]     Checking once_cell v1.19.0
[INFO] [stderr]     Checking tinyvec v1.8.0
[INFO] [stderr]    Compiling rustix v0.38.37
[INFO] [stderr]    Compiling serde v1.0.210
[INFO] [stderr]     Checking smallvec v1.13.2
[INFO] [stderr]     Checking pin-utils v0.1.0
[INFO] [stderr]     Checking futures-channel v0.3.30
[INFO] [stderr]     Checking futures-io v0.3.30
[INFO] [stderr]     Checking futures-task v0.3.30
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]     Checking unicode-bidi v0.3.15
[INFO] [stderr]     Checking unicode-properties v0.1.2
[INFO] [stderr]     Checking cpufeatures v0.2.14
[INFO] [stderr]     Checking tracing-core v0.1.32
[INFO] [stderr]     Checking fallible-iterator v0.2.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.14
[INFO] [stderr]     Checking siphasher v0.3.11
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking base64 v0.22.1
[INFO] [stderr]     Checking bitflags v2.6.0
[INFO] [stderr]     Checking log v0.4.22
[INFO] [stderr]     Checking phf_shared v0.11.2
[INFO] [stderr]    Compiling thiserror v1.0.63
[INFO] [stderr]     Checking percent-encoding v2.3.1
[INFO] [stderr]     Checking whoami v1.5.2
[INFO] [stderr]     Checking unicode-normalization v0.1.23
[INFO] [stderr]    Compiling strsim v0.11.1
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]     Checking phf v0.11.2
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking either v1.13.0
[INFO] [stderr]     Checking lazy_static v1.5.0
[INFO] [stderr]     Checking regex-syntax v0.8.4
[INFO] [stderr]     Checking utf8parse v0.2.2
[INFO] [stderr]     Checking regex-syntax v0.6.29
[INFO] [stderr]     Checking itertools v0.13.0
[INFO] [stderr]    Compiling anyhow v1.0.89
[INFO] [stderr]     Checking anstyle-query v1.1.1
[INFO] [stderr]     Checking anstyle-parse v0.2.5
[INFO] [stderr]     Checking colorchoice v1.0.2
[INFO] [stderr]     Checking is_terminal_polyfill v1.70.1
[INFO] [stderr]     Checking overload v0.1.1
[INFO] [stderr]     Checking anstyle v1.0.8
[INFO] [stderr]     Checking nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling quote v1.0.37
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking stringprep v0.1.5
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking mio v1.0.2
[INFO] [stderr]     Checking socket2 v0.5.7
[INFO] [stderr]     Checking filetime v0.2.25
[INFO] [stderr]    Compiling syn v2.0.77
[INFO] [stderr]     Checking anstream v0.6.15
[INFO] [stderr]     Checking sharded-slab v0.1.7
[INFO] [stderr]     Checking tracing-log v0.2.0
[INFO] [stderr]     Checking thread_local v1.1.8
[INFO] [stderr]     Checking clap_lex v0.7.2
[INFO] [stderr]    Compiling heck v0.5.0
[INFO] [stderr]    Compiling serde_json v1.0.128
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking itoa v1.0.11
[INFO] [stderr]     Checking ryu v1.0.18
[INFO] [stderr]     Checking clap_builder v4.5.17
[INFO] [stderr]     Checking regex-automata v0.4.7
[INFO] [stderr]     Checking console v0.15.8
[INFO] [stderr]    Compiling indoc v2.0.5
[INFO] [stderr]     Checking similar v2.6.0
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking xattr v1.3.1
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking tar v0.4.41
[INFO] [stderr]     Checking regex-automata v0.1.10
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking md-5 v0.10.6
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]     Checking similar-asserts v1.6.0
[INFO] [stderr]     Checking matchers v0.1.0
[INFO] [stderr]     Checking regex v1.10.6
[INFO] [stderr]     Checking darling_core v0.20.10
[INFO] [stderr]    Compiling zerocopy-derive v0.7.35
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.4.0
[INFO] [stderr]    Compiling serde_derive v1.0.210
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling thiserror-impl v1.0.63
[INFO] [stderr]    Compiling async-trait v0.1.82
[INFO] [stderr]    Compiling clap_derive v4.5.13
[INFO] [stderr]    Compiling darling_macro v0.20.10
[INFO] [stderr]    Compiling darling v0.20.10
[INFO] [stderr]    Compiling elefant-test-macros v0.0.0 (/opt/rustwide/workdir/elefant-test-macros)
[INFO] [stderr]     Checking tokio v1.40.0
[INFO] [stderr]     Checking zerocopy v0.7.35
[INFO] [stderr]     Checking ppv-lite86 v0.2.20
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking postgres-protocol v0.6.7
[INFO] [stderr]     Checking uuid v1.10.0
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking clap v4.5.17
[INFO] [stderr]     Checking tracing-subscriber v0.3.18
[INFO] [stderr]     Checking postgres-types v0.2.8
[INFO] [stderr]     Checking tokio-util v0.7.12
[INFO] [stderr]     Checking futures-executor v0.3.30
[INFO] [stderr]     Checking tokio-postgres v0.7.12
[INFO] [stderr]     Checking futures v0.3.30
[INFO] [stderr]     Checking ordered-float v4.2.2
[INFO] [stderr]     Checking elefant-tools v0.0.7 (/opt/rustwide/workdir/elefant-tools)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> elefant-tools/src/quoting.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn quote(self, quoter: &IdentifierQuoter, usage: AttemptedKeywordUsage)
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 103 |         -> IteratorQuoter<Self>;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 |         -> IteratorQuoter<'_, Self>;
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> elefant-tools/src/quoting.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |         quoter: &IdentifierQuoter,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 114 |         usage: AttemptedKeywordUsage,
[INFO] [stdout] 115 |     ) -> IteratorQuoter<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     ) -> IteratorQuoter<'_, Self> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> elefant-tools/src/schema_reader/mod.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn new(connection: &PostgresClientWrapper) -> SchemaReader {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn new(connection: &PostgresClientWrapper) -> SchemaReader<'_> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking drop-all-test-databases v0.0.0 (/opt/rustwide/workdir/drop-all-test-databases)
[INFO] [stderr]     Checking benchmark-import-prepare v0.1.0 (/opt/rustwide/workdir/benchmark-import-prepare)
[INFO] [stderr]     Checking elefant-sync v0.0.7 (/opt/rustwide/workdir/elefant-sync)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> elefant-tools/src/quoting.rs:102:28
[INFO] [stdout]     |
[INFO] [stdout] 102 |     fn quote(self, quoter: &IdentifierQuoter, usage: AttemptedKeywordUsage)
[INFO] [stdout]     |                            ^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 103 |         -> IteratorQuoter<Self>;
[INFO] [stdout]     |            ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 103 |         -> IteratorQuoter<'_, Self>;
[INFO] [stdout]     |                           +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> elefant-tools/src/quoting.rs:113:17
[INFO] [stdout]     |
[INFO] [stdout] 113 |         quoter: &IdentifierQuoter,
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^ the lifetime is elided here
[INFO] [stdout] 114 |         usage: AttemptedKeywordUsage,
[INFO] [stdout] 115 |     ) -> IteratorQuoter<Self> {
[INFO] [stdout]     |          ^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 115 |     ) -> IteratorQuoter<'_, Self> {
[INFO] [stdout]     |                         +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> elefant-tools/src/schema_reader/mod.rs:56:28
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn new(connection: &PostgresClientWrapper) -> SchemaReader {
[INFO] [stdout]    |                            ^^^^^^^^^^^^^^^^^^^^^^     ^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]    |                            |
[INFO] [stdout]    |                            the lifetime is elided here
[INFO] [stdout]    |
[INFO] [stdout]    = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn new(connection: &PostgresClientWrapper) -> SchemaReader<'_> {
[INFO] [stdout]    |                                                                   ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 29.82s
[INFO] running `Command { std: "docker" "inspect" "f32a86efe244c45203eb4c4c57fcad76d128145f44eb834142e1d3e6a8fe81c3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f32a86efe244c45203eb4c4c57fcad76d128145f44eb834142e1d3e6a8fe81c3", kill_on_drop: false }`
[INFO] [stdout] f32a86efe244c45203eb4c4c57fcad76d128145f44eb834142e1d3e6a8fe81c3
