[INFO] cloning repository https://github.com/tugunchinov/basalgo
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/tugunchinov/basalgo" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftugunchinov%2Fbasalgo", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftugunchinov%2Fbasalgo'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 867cf54cd40ce31e62025166a849297ec541993e
[INFO] checking tugunchinov/basalgo against master#8a65ee08296b36342bf7c3cdc15312ccbc357227 for pr-142704
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Ftugunchinov%2Fbasalgo" "/workspace/builds/worker-2-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2-tc1/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/tugunchinov/basalgo on toolchain 8a65ee08296b36342bf7c3cdc15312ccbc357227
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/tugunchinov/basalgo
[INFO] finished tweaking git repo https://github.com/tugunchinov/basalgo
[INFO] tweaked toml for git repo https://github.com/tugunchinov/basalgo written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] crate git repo https://github.com/tugunchinov/basalgo 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" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 247ad3430486252ec23941a063b59fb23ac481e99e2fafd72d7447f9e1675946
[INFO] running `Command { std: "docker" "start" "-a" "247ad3430486252ec23941a063b59fb23ac481e99e2fafd72d7447f9e1675946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "247ad3430486252ec23941a063b59fb23ac481e99e2fafd72d7447f9e1675946", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "247ad3430486252ec23941a063b59fb23ac481e99e2fafd72d7447f9e1675946", kill_on_drop: false }`
[INFO] [stdout] 247ad3430486252ec23941a063b59fb23ac481e99e2fafd72d7447f9e1675946
[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=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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8a65ee08296b36342bf7c3cdc15312ccbc357227" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ca0351cfbe614301c3ddefeaf3e77c7f4171af155ffb466bc2362b29ae87a029
[INFO] running `Command { std: "docker" "start" "-a" "ca0351cfbe614301c3ddefeaf3e77c7f4171af155ffb466bc2362b29ae87a029", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking cfg-if v1.0.0
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]    Compiling getrandom v0.3.2
[INFO] [stderr]     Checking memchr v2.7.4
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]     Checking regex-syntax v0.8.5
[INFO] [stderr]    Compiling unicode-ident v1.0.18
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]     Checking log v0.4.27
[INFO] [stderr]     Checking basalgo v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter(&self) -> AvlTreeKeyValueIterator<K, V> {
[INFO] [stdout]     |                 ^^^^^     ----------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter(&self) -> AvlTreeKeyValueIterator<'_, K, V> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn keys(&self) -> AvlTreeKeyIterator<K, V> {
[INFO] [stdout]     |                 ^^^^^     ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn keys(&self) -> AvlTreeKeyIterator<'_, K, V> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:135:19
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn values(&self) -> AvlTreeValueIterator<K, V> {
[INFO] [stdout]     |                   ^^^^^     -------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn values(&self) -> AvlTreeValueIterator<'_, K, V> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking regex-automata v0.4.9
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]     Checking rand v0.9.1
[INFO] [stderr]     Checking regex v1.11.1
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]    Compiling quickcheck_macros v1.0.0
[INFO] [stderr]     Checking quickcheck v1.0.3
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:127:17
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter(&self) -> AvlTreeKeyValueIterator<K, V> {
[INFO] [stdout]     |                 ^^^^^     ----------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 127 |     pub fn iter(&self) -> AvlTreeKeyValueIterator<'_, K, V> {
[INFO] [stdout]     |                                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:131:17
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn keys(&self) -> AvlTreeKeyIterator<K, V> {
[INFO] [stdout]     |                 ^^^^^     ------------------------ the lifetime gets resolved as `'_`
[INFO] [stdout]     |                 |
[INFO] [stdout]     |                 this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 131 |     pub fn keys(&self) -> AvlTreeKeyIterator<'_, K, V> {
[INFO] [stdout]     |                                              +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:135:19
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn values(&self) -> AvlTreeValueIterator<K, V> {
[INFO] [stdout]     |                   ^^^^^     -------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |                   |
[INFO] [stdout]     |                   this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 135 |     pub fn values(&self) -> AvlTreeValueIterator<'_, K, V> {
[INFO] [stdout]     |                                                  +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: lifetime flowing from input to output with different syntax can be confusing
[INFO] [stdout]    --> src/tree/avl/mod.rs:347:14
[INFO] [stdout]     |
[INFO] [stdout] 347 |     fn nodes(&self) -> AvlTreeNodeIterator<K, V> {
[INFO] [stdout]     |              ^^^^^     ------------------------- the lifetime gets resolved as `'_`
[INFO] [stdout]     |              |
[INFO] [stdout]     |              this lifetime flows to the output
[INFO] [stdout]     |
[INFO] [stdout] help: one option is to remove the lifetime for references and use the anonymous lifetime for paths
[INFO] [stdout]     |
[INFO] [stdout] 347 |     fn nodes(&self) -> AvlTreeNodeIterator<'_, K, V> {
[INFO] [stdout]     |                                            +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 9.69s
[INFO] running `Command { std: "docker" "inspect" "ca0351cfbe614301c3ddefeaf3e77c7f4171af155ffb466bc2362b29ae87a029", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ca0351cfbe614301c3ddefeaf3e77c7f4171af155ffb466bc2362b29ae87a029", kill_on_drop: false }`
[INFO] [stdout] ca0351cfbe614301c3ddefeaf3e77c7f4171af155ffb466bc2362b29ae87a029
