[INFO] cloning repository https://github.com/udzura/copenclose
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/udzura/copenclose" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fudzura%2Fcopenclose", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fudzura%2Fcopenclose'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 68eede0d5bd5d6c0725e31830ecccd17c91663e5
[INFO] checking udzura/copenclose against try#fa4dd1f19bfeb3fd235dc7f1406c42404436bef5 for pr-145108-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fudzura%2Fcopenclose" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/udzura/copenclose
[INFO] finished tweaking git repo https://github.com/udzura/copenclose
[INFO] tweaked toml for git repo https://github.com/udzura/copenclose written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/udzura/copenclose on toolchain fa4dd1f19bfeb3fd235dc7f1406c42404436bef5
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/udzura/copenclose 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" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "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] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded num_enum_derive v0.5.1
[INFO] [stderr]   Downloaded vsprintf v1.0.3
[INFO] [stderr]   Downloaded num_enum v0.5.1
[INFO] [stderr]   Downloaded derivative v2.1.3
[INFO] [stderr]   Downloaded ctrlc v3.1.7
[INFO] [stderr]   Downloaded serde v1.0.120
[INFO] [stderr]   Downloaded nix v0.17.0
[INFO] [stderr]   Downloaded libbpf-rs v0.6.2
[INFO] [stderr]   Downloaded syn v1.0.58
[INFO] [stderr]   Downloaded libbpf-sys v0.2.0-3
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 3af3ab230bee0bbde1cc985dae2343a2166c1721abcfe1fdc1867ce7e92fc036
[INFO] running `Command { std: "docker" "start" "-a" "3af3ab230bee0bbde1cc985dae2343a2166c1721abcfe1fdc1867ce7e92fc036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "3af3ab230bee0bbde1cc985dae2343a2166c1721abcfe1fdc1867ce7e92fc036", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3af3ab230bee0bbde1cc985dae2343a2166c1721abcfe1fdc1867ce7e92fc036", kill_on_drop: false }`
[INFO] [stdout] 3af3ab230bee0bbde1cc985dae2343a2166c1721abcfe1fdc1867ce7e92fc036
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:61361fe0aef631f17e9d025a70c5a647956f8c671dd02950a60ad3f5cc5526d7" "/opt/rustwide/cargo-home/bin/cargo" "+fa4dd1f19bfeb3fd235dc7f1406c42404436bef5" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] dc069f5b7dff6faeb3c0a630161b8b7ba82b2f5b9225cf4f368338af35c4146f
[INFO] running `Command { std: "docker" "start" "-a" "dc069f5b7dff6faeb3c0a630161b8b7ba82b2f5b9225cf4f368338af35c4146f", kill_on_drop: false }`
[INFO] [stderr]    Compiling quote v1.0.8
[INFO] [stderr]    Compiling libc v0.2.82
[INFO] [stderr]    Compiling syn v1.0.58
[INFO] [stderr]    Compiling serde v1.0.120
[INFO] [stderr]    Compiling cc v1.0.66
[INFO] [stderr]    Compiling gcc v0.3.55
[INFO] [stderr]    Compiling nix v0.17.0
[INFO] [stderr]    Compiling nix v0.18.0
[INFO] [stderr]     Checking strsim v0.8.0
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]     Checking textwrap v0.11.0
[INFO] [stderr]     Checking ansi_term v0.11.0
[INFO] [stderr]     Checking plain v0.2.3
[INFO] [stderr]    Compiling vsprintf v1.0.3
[INFO] [stderr]    Compiling libbpf-sys v0.2.0-3
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking clap v2.33.3
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]    Compiling toml v0.5.8
[INFO] [stderr]    Compiling proc-macro-crate v0.1.5
[INFO] [stderr]     Checking ctrlc v3.1.7
[INFO] [stderr]    Compiling num_enum_derive v0.5.1
[INFO] [stderr]    Compiling derivative v2.1.3
[INFO] [stderr]    Compiling thiserror-impl v1.0.23
[INFO] [stderr]    Compiling strum_macros v0.18.0
[INFO] [stderr]    Compiling structopt-derive v0.4.14
[INFO] [stderr]     Checking structopt v0.3.21
[INFO] [stderr]     Checking thiserror v1.0.23
[INFO] [stderr]     Checking num_enum v0.5.1
[INFO] [stderr]     Checking libbpf-rs v0.6.2
[INFO] [stderr]     Checking copenclose v0.2.1 (/opt/rustwide/workdir)
[INFO] [stdout] error[E0583]: file not found for module `bpf`
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod bpf;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `bpf`, create file "src/bpf.rs" or "src/bpf/mod.rs"
[INFO] [stdout]    = note: if there is a `mod bpf` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0583]: file not found for module `bpf`
[INFO] [stdout]   --> src/main.rs:13:1
[INFO] [stdout]    |
[INFO] [stdout] 13 | mod bpf;
[INFO] [stdout]    | ^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = help: to create the module `bpf`, create file "src/bpf.rs" or "src/bpf/mod.rs"
[INFO] [stdout]    = note: if there is a `mod bpf` elsewhere in the crate already, import it with `use crate::...` instead
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CopencloseSkelBuilder` in this scope
[INFO] [stdout]    --> src/main.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let mut skel_builder: CopencloseSkelBuilder = CopencloseSkelBuilder::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OpenCopencloseSkel` in this scope
[INFO] [stdout]    --> src/main.rs:136:24
[INFO] [stdout]     |
[INFO] [stdout] 136 |     let mut open_skel: OpenCopencloseSkel = skel_builder.open()?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bpf::*`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use bpf::*;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `CopencloseSkelBuilder` in this scope
[INFO] [stdout]    --> src/main.rs:135:51
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let mut skel_builder: CopencloseSkelBuilder = CopencloseSkelBuilder::default();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `CopencloseSkelBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `CopencloseSkelBuilder` in this scope
[INFO] [stdout]    --> src/main.rs:135:27
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let mut skel_builder: CopencloseSkelBuilder = CopencloseSkelBuilder::default();
[INFO] [stdout]     |                           ^^^^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find type `OpenCopencloseSkel` in this scope
[INFO] [stdout]    --> src/main.rs:136:24
[INFO] [stdout]     |
[INFO] [stdout] 136 |     let mut open_skel: OpenCopencloseSkel = skel_builder.open()?;
[INFO] [stdout]     |                        ^^^^^^^^^^^^^^^^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused import: `bpf::*`
[INFO] [stdout]   --> src/main.rs:14:5
[INFO] [stdout]    |
[INFO] [stdout] 14 | use bpf::*;
[INFO] [stdout]    |     ^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(unused_imports)]` (part of `#[warn(unused)]`) on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stdout] error[E0433]: cannot find type `CopencloseSkelBuilder` in this scope
[INFO] [stdout]    --> src/main.rs:135:51
[INFO] [stdout]     |
[INFO] [stdout] 135 |     let mut skel_builder: CopencloseSkelBuilder = CopencloseSkelBuilder::default();
[INFO] [stdout]     |                                                   ^^^^^^^^^^^^^^^^^^^^^ use of undeclared type `CopencloseSkelBuilder`
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `copenclose` (bin "copenclose") due to 4 previous errors; 1 warning emitted
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stdout] Some errors have detailed explanations: E0425, E0433, E0583.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0425`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `copenclose` (bin "copenclose" test) due to 4 previous errors; 1 warning emitted
[INFO] running `Command { std: "docker" "inspect" "dc069f5b7dff6faeb3c0a630161b8b7ba82b2f5b9225cf4f368338af35c4146f", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "dc069f5b7dff6faeb3c0a630161b8b7ba82b2f5b9225cf4f368338af35c4146f", kill_on_drop: false }`
[INFO] [stdout] dc069f5b7dff6faeb3c0a630161b8b7ba82b2f5b9225cf4f368338af35c4146f
