[INFO] cloning repository https://github.com/K-atc/libfuzzer-mutation-graph-tool
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/K-atc/libfuzzer-mutation-graph-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-atc%2Flibfuzzer-mutation-graph-tool", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-atc%2Flibfuzzer-mutation-graph-tool'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] c688028c9b7f72b5f5d03b0c6a7d7cb504798890
[INFO] checking K-atc/libfuzzer-mutation-graph-tool/c688028c9b7f72b5f5d03b0c6a7d7cb504798890 against master#568b11762723b001bfa693d0f21c5dad01d4e813 for pr-149058
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FK-atc%2Flibfuzzer-mutation-graph-tool" "/workspace/builds/worker-6-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/K-atc/libfuzzer-mutation-graph-tool
[INFO] finished tweaking git repo https://github.com/K-atc/libfuzzer-mutation-graph-tool
[INFO] tweaked toml for git repo https://github.com/K-atc/libfuzzer-mutation-graph-tool written to /workspace/builds/worker-6-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/K-atc/libfuzzer-mutation-graph-tool on toolchain 568b11762723b001bfa693d0f21c5dad01d4e813
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+568b11762723b001bfa693d0f21c5dad01d4e813" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/K-atc/libfuzzer-mutation-graph-tool 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" "+568b11762723b001bfa693d0f21c5dad01d4e813" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Updating git repository `https://github.com/K-atc/binary-diff-rs.git`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cargo-husky v1.5.0
[INFO] [stderr]   Downloaded bytepack_derive v0.2.0
[INFO] [stderr]   Downloaded bcmp v0.4.1
[INFO] [stderr]   Downloaded bytepack v0.4.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+568b11762723b001bfa693d0f21c5dad01d4e813" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 5d70a0f08e2263e16863882fd944bd6cc9c522c59d44cabaaa315ebed8430227
[INFO] running `Command { std: "docker" "start" "-a" "5d70a0f08e2263e16863882fd944bd6cc9c522c59d44cabaaa315ebed8430227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "5d70a0f08e2263e16863882fd944bd6cc9c522c59d44cabaaa315ebed8430227", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "5d70a0f08e2263e16863882fd944bd6cc9c522c59d44cabaaa315ebed8430227", kill_on_drop: false }`
[INFO] [stdout] 5d70a0f08e2263e16863882fd944bd6cc9c522c59d44cabaaa315ebed8430227
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:94a0c148923f5b2b52a63ef0eeb1882ad339ab61bce784c8077cbe41c61feb6c" "/opt/rustwide/cargo-home/bin/cargo" "+568b11762723b001bfa693d0f21c5dad01d4e813" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc7c3cf1cc26fd22325dbe0b2fc50ae09f8cbd25586a76872f5a5582f5a1fbce
[INFO] running `Command { std: "docker" "start" "-a" "dc7c3cf1cc26fd22325dbe0b2fc50ae09f8cbd25586a76872f5a5582f5a1fbce", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-xid v0.0.4
[INFO] [stderr]    Compiling libc v0.2.146
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]     Checking log v0.4.19
[INFO] [stderr]     Checking regex-syntax v0.7.2
[INFO] [stderr]     Checking cpufeatures v0.2.7
[INFO] [stderr]    Compiling cargo-husky v1.5.0
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking base16ct v0.1.1
[INFO] [stderr]     Checking generic-array v0.14.7
[INFO] [stderr]     Checking aho-corasick v1.0.2
[INFO] [stderr]    Compiling synom v0.11.3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking clap v2.34.0
[INFO] [stderr]    Compiling syn v0.11.11
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]     Checking sha-1 v0.10.1
[INFO] [stderr]     Checking regex v1.8.4
[INFO] [stderr]    Compiling bytepack_derive v0.2.0
[INFO] [stderr]     Checking bytepack v0.4.1
[INFO] [stderr]     Checking bcmp v0.4.1
[INFO] [stderr]     Checking env_logger v0.8.4
[INFO] [stderr]     Checking binary-diff v0.1.0 (https://github.com/K-atc/binary-diff-rs.git#934b4598)
[INFO] [stderr]     Checking seed-tree-analyzer v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/seed_tree/mod.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn nodes(&self) -> Values<NodeName, MutationGraphNode> {
[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] 52 |     pub fn nodes(&self) -> Values<'_, NodeName, MutationGraphNode> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/seed_tree/mod.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn edges(&self) -> Values<DirectedEdge, MutationGraphEdge> {
[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 edges(&self) -> Values<'_, DirectedEdge, MutationGraphEdge> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/seed_tree/mod.rs:52:18
[INFO] [stdout]    |
[INFO] [stdout] 52 |     pub fn nodes(&self) -> Values<NodeName, MutationGraphNode> {
[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] 52 |     pub fn nodes(&self) -> Values<'_, NodeName, MutationGraphNode> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]   --> src/seed_tree/mod.rs:56:18
[INFO] [stdout]    |
[INFO] [stdout] 56 |     pub fn edges(&self) -> Values<DirectedEdge, MutationGraphEdge> {
[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 edges(&self) -> Values<'_, DirectedEdge, MutationGraphEdge> {
[INFO] [stdout]    |                                   +++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 4.98s
[INFO] running `Command { std: "docker" "inspect" "dc7c3cf1cc26fd22325dbe0b2fc50ae09f8cbd25586a76872f5a5582f5a1fbce", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc7c3cf1cc26fd22325dbe0b2fc50ae09f8cbd25586a76872f5a5582f5a1fbce", kill_on_drop: false }`
[INFO] [stdout] dc7c3cf1cc26fd22325dbe0b2fc50ae09f8cbd25586a76872f5a5582f5a1fbce
