[INFO] cloning repository https://github.com/mkmik/heappy
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mkmik/heappy" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Fheappy", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Fheappy'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 67c4d99a26663466900df8080c50f8714806f01f
[INFO] checking mkmik/heappy against eca445e5ae4a6679cc27d3a09106ce245e13a5a6 for pr-162478
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmkmik%2Fheappy" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain.toml
[INFO] started tweaking git repo https://github.com/mkmik/heappy
[INFO] finished tweaking git repo https://github.com/mkmik/heappy
[INFO] tweaked toml for git repo https://github.com/mkmik/heappy written to /workspace/builds/worker-5-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/mkmik/heappy on toolchain eca445e5ae4a6679cc27d3a09106ce245e13a5a6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/mkmik/heappy 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" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.105
[INFO] [stderr]   Downloaded symbolic-common v12.9.2
[INFO] [stderr]   Downloaded rgb v0.8.42
[INFO] [stderr]   Downloaded croaring v0.5.2
[INFO] [stderr]   Downloaded pprof v0.13.0
[INFO] [stderr]   Downloaded addr2line v0.24.1
[INFO] [stderr]   Downloaded inferno v0.11.19
[INFO] [stderr]   Downloaded croaring-sys v0.5.2
[INFO] [stderr]   Downloaded symbolic-demangle v12.9.2
[INFO] [stderr]   Downloaded gimli v0.31.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:8683fc1fc2eb5c9ac98e0d076ab094b2ffac7f99da555d2b6a2e27f346de2ec7" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3
[INFO] running `Command { std: "docker" "start" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3" "/opt/rustwide/cargo-home/bin/cargo" "+eca445e5ae4a6679cc27d3a09106ce245e13a5a6" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.167
[INFO] [stderr]    Compiling either v1.13.0
[INFO] [stderr]    Compiling regex-syntax v0.8.4
[INFO] [stderr]    Compiling cc v1.0.105
[INFO] [stderr]    Compiling rustix v0.38.34
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling bytes v1.6.1
[INFO] [stderr]    Compiling prettyplease v0.2.20
[INFO] [stderr]    Compiling autocfg v1.3.0
[INFO] [stderr]    Compiling anyhow v1.0.86
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling glob v0.3.1
[INFO] [stderr]    Compiling fastrand v2.1.0
[INFO] [stderr]    Compiling syn v2.0.87
[INFO] [stderr]    Compiling cpp_demangle v0.4.3
[INFO] [stderr]     Checking uuid v1.9.1
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling clang-sys v1.8.1
[INFO] [stderr]     Checking debugid v0.8.0
[INFO] [stderr]     Checking bytemuck v1.16.1
[INFO] [stderr]     Checking gimli v0.31.0
[INFO] [stderr]    Compiling protobuf v2.28.0
[INFO] [stderr]    Compiling symbolic-demangle v12.9.2
[INFO] [stderr]     Checking miniz_oxide v0.8.0
[INFO] [stderr]    Compiling lock_api v0.4.12
[INFO] [stderr]     Checking rgb v0.8.42
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking num-format v0.4.4
[INFO] [stderr]     Checking object v0.36.1
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling libloading v0.8.4
[INFO] [stderr]    Compiling bindgen v0.59.2
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling lazycell v1.3.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling findshlibs v0.10.2
[INFO] [stderr]    Compiling tikv-jemalloc-sys v0.5.4+5.3.0-patched
[INFO] [stderr]     Checking getrandom v0.2.15
[INFO] [stderr]     Checking memmap2 v0.9.4
[INFO] [stderr]    Compiling petgraph v0.6.5
[INFO] [stderr]     Checking symbolic-common v12.9.2
[INFO] [stderr]     Checking ahash v0.8.11
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]     Checking is-terminal v0.4.12
[INFO] [stderr]     Checking parking_lot_core v0.9.10
[INFO] [stderr]     Checking parking_lot v0.12.3
[INFO] [stderr]     Checking inferno v0.11.19
[INFO] [stderr]     Checking nix v0.26.4
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking addr2line v0.24.1
[INFO] [stderr]    Compiling itertools v0.9.0
[INFO] [stderr]    Compiling regex-automata v0.4.7
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling sha2 v0.10.8
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling prost-derive v0.7.0
[INFO] [stderr]    Compiling regex v1.10.5
[INFO] [stderr]     Checking backtrace v0.3.74
[INFO] [stderr]    Compiling prost-derive v0.12.6
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking prost v0.7.0
[INFO] [stderr]    Compiling prost v0.12.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]    Compiling prost-types v0.12.6
[INFO] [stderr]    Compiling prost-build v0.12.6
[INFO] [stderr]    Compiling pprof v0.13.0
[INFO] [stderr]    Compiling croaring-sys v0.5.2
[INFO] [stderr]     Checking croaring v0.5.2
[INFO] [stderr]     Checking heappy v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/profiler.rs:442:13
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn iter(&self) -> FramesIterator<N> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn iter(&self) -> FramesIterator<'_, N> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> src/profiler.rs:442:13
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn iter(&self) -> FramesIterator<N> {
[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]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 442 |     fn iter(&self) -> FramesIterator<'_, N> {
[INFO] [stdout]     |                                      +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Checking simple v0.1.0 (/opt/rustwide/workdir/examples/simple)
[INFO] [stderr]     Checking complex v0.1.0 (/opt/rustwide/workdir/examples/complex)
[INFO] [stderr] warning: unused dependency `prost`
[INFO] [stderr]   --> examples/complex/Cargo.toml:10:1
[INFO] [stderr]    |
[INFO] [stderr] 10 | prost = "0.7"
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `prost`
[INFO] [stderr] warning: `complex` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `tikv-jemalloc-sys`
[INFO] [stderr]   --> Cargo.toml:16:15
[INFO] [stderr]    |
[INFO] [stderr] 16 | [dependencies.tikv-jemalloc-sys]
[INFO] [stderr]    |               ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `tikv-jemalloc-sys`
[INFO] [stderr] warning: `heappy` (manifest) generated 1 warning
[INFO] [stderr] warning: unused dependency `prost`
[INFO] [stderr]  --> examples/simple/Cargo.toml:9:1
[INFO] [stderr]   |
[INFO] [stderr] 9 | prost = "0.7"
[INFO] [stderr]   | ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `cargo::unused_dependencies` is set to `warn` by default
[INFO] [stderr] help: consider removing the dependency on `prost`
[INFO] [stderr] warning: `simple` (manifest) generated 1 warning
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 2m 22s
[INFO] running `Command { std: "docker" "inspect" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3", kill_on_drop: false }`
[INFO] [stdout] 263e9fc6ab6030327c04a3b0fbf198ee07c8bc60e3f21dae75b2322661893db3
