[INFO] fetching crate nabu 0.0.5...
[INFO] checking nabu-0.0.5 against master#642c19bfc3a5c1de985bf5d0cc8207ac9d22708a for pr-148577
[INFO] extracting crate nabu 0.0.5 into /workspace/builds/worker-1-tc1/source
[INFO] started tweaking crates.io crate nabu 0.0.5
[INFO] finished tweaking crates.io crate nabu 0.0.5
[INFO] tweaked toml for crates.io crate nabu 0.0.5 written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate nabu 0.0.5 on toolchain 642c19bfc3a5c1de985bf5d0cc8207ac9d22708a
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate nabu 0.0.5 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" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded tracing-error v0.1.2
[INFO] [stderr]   Downloaded ctrlc v3.2.1
[INFO] [stderr]   Downloaded clap_derive v3.1.2
[INFO] [stderr]   Downloaded owo-colors v1.3.0
[INFO] [stderr]   Downloaded eyre v0.6.7
[INFO] [stderr]   Downloaded tracing-core v0.1.22
[INFO] [stderr]   Downloaded notify v4.0.17
[INFO] [stderr]   Downloaded tracing-attributes v0.1.19
[INFO] [stderr]   Downloaded tracing v0.1.31
[INFO] [stderr]   Downloaded clap v3.1.3
[INFO] [stderr]   Downloaded flexi_logger v0.22.3
[INFO] [stderr]   Downloaded nix v0.23.1
[INFO] [stderr]   Downloaded color-spantrace v0.1.6
[INFO] [stderr]   Downloaded libssh2-sys v0.2.23
[INFO] [stderr]   Downloaded color-eyre v0.5.11
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] a08df01e3ba8ec5eb2953fca43e285756e3e47ba6afc2165401dc51d4eff3c44
[INFO] running `Command { std: "docker" "start" "-a" "a08df01e3ba8ec5eb2953fca43e285756e3e47ba6afc2165401dc51d4eff3c44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a08df01e3ba8ec5eb2953fca43e285756e3e47ba6afc2165401dc51d4eff3c44", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a08df01e3ba8ec5eb2953fca43e285756e3e47ba6afc2165401dc51d4eff3c44", kill_on_drop: false }`
[INFO] [stdout] a08df01e3ba8ec5eb2953fca43e285756e3e47ba6afc2165401dc51d4eff3c44
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+642c19bfc3a5c1de985bf5d0cc8207ac9d22708a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f39e6de18f1ea8033f88f01f731407331cba664451dbc112036b166a678fbec6
[INFO] running `Command { std: "docker" "start" "-a" "f39e6de18f1ea8033f88f01f731407331cba664451dbc112036b166a678fbec6", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.119
[INFO] [stderr]    Compiling proc-macro2 v1.0.36
[INFO] [stderr]    Compiling syn v1.0.86
[INFO] [stderr]    Compiling pkg-config v0.3.24
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking once_cell v1.10.0
[INFO] [stderr]    Compiling memoffset v0.6.5
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]     Checking tracing-core v0.1.22
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking sharded-slab v0.1.4
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking tinyvec v1.5.1
[INFO] [stderr]    Compiling miniz_oxide v0.4.4
[INFO] [stderr]     Checking matches v0.1.9
[INFO] [stderr]    Compiling serde_derive v1.0.136
[INFO] [stderr]     Checking pin-project-lite v0.2.8
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling indexmap v1.8.0
[INFO] [stderr]     Checking unicode-bidi v0.3.7
[INFO] [stderr]     Checking slab v0.4.5
[INFO] [stderr]    Compiling rustversion v1.0.6
[INFO] [stderr]    Compiling eyre v0.6.7
[INFO] [stderr]     Checking gimli v0.26.1
[INFO] [stderr]     Checking thread_local v1.1.4
[INFO] [stderr]    Compiling serde v1.0.136
[INFO] [stderr]     Checking form_urlencoded v1.0.1
[INFO] [stderr]     Checking rustc-demangle v0.1.21
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]     Checking owo-colors v1.3.0
[INFO] [stderr]     Checking lazycell v1.3.0
[INFO] [stderr]     Checking itoa v1.0.1
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]     Checking hashbrown v0.11.2
[INFO] [stderr]     Checking num_threads v0.1.3
[INFO] [stderr]    Compiling time-macros v0.2.3
[INFO] [stderr]     Checking tracing-subscriber v0.2.25
[INFO] [stderr]     Checking walkdir v2.3.2
[INFO] [stderr]     Checking textwrap v0.14.2
[INFO] [stderr]     Checking object v0.27.1
[INFO] [stderr]    Compiling jobserver v0.1.24
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking os_str_bytes v6.0.0
[INFO] [stderr]    Compiling cc v1.0.73
[INFO] [stderr]     Checking glob v0.3.0
[INFO] [stderr]    Compiling quote v1.0.15
[INFO] [stderr]     Checking unicode-normalization v0.1.19
[INFO] [stderr]    Compiling openssl-sys v0.9.72
[INFO] [stderr]    Compiling libz-sys v1.1.3
[INFO] [stderr]    Compiling libssh2-sys v0.2.23
[INFO] [stderr]    Compiling backtrace v0.3.64
[INFO] [stderr]    Compiling libgit2-sys v0.12.26+1.3.0
[INFO] [stderr]     Checking iovec v0.1.4
[INFO] [stderr]     Checking net2 v0.2.37
[INFO] [stderr]     Checking inotify-sys v0.1.5
[INFO] [stderr]     Checking atty v0.2.14
[INFO] [stderr]     Checking nix v0.23.1
[INFO] [stderr]     Checking idna v0.2.3
[INFO] [stderr]     Checking inotify v0.7.1
[INFO] [stderr]     Checking filetime v0.2.15
[INFO] [stderr]     Checking time v0.3.7
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking mio v0.6.23
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking url v2.2.2
[INFO] [stderr]     Checking mio-extras v2.0.6
[INFO] [stderr]     Checking addr2line v0.17.0
[INFO] [stderr]     Checking notify v4.0.17
[INFO] [stderr]     Checking ctrlc v3.2.1
[INFO] [stderr]     Checking git2 v0.13.25
[INFO] [stderr]    Compiling tracing-attributes v0.1.19
[INFO] [stderr]    Compiling thiserror-impl v1.0.30
[INFO] [stderr]    Compiling clap_derive v3.1.2
[INFO] [stderr]     Checking thiserror v1.0.30
[INFO] [stderr]     Checking flexi_logger v0.22.3
[INFO] [stderr]     Checking tracing v0.1.31
[INFO] [stderr]     Checking clap v3.1.3
[INFO] [stderr]     Checking tracing-error v0.1.2
[INFO] [stderr]     Checking color-spantrace v0.1.6
[INFO] [stderr]     Checking color-eyre v0.5.11
[INFO] [stderr]     Checking toml v0.5.8
[INFO] [stderr]     Checking nabu v0.0.5 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 33.10s
[INFO] running `Command { std: "docker" "inspect" "f39e6de18f1ea8033f88f01f731407331cba664451dbc112036b166a678fbec6", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f39e6de18f1ea8033f88f01f731407331cba664451dbc112036b166a678fbec6", kill_on_drop: false }`
[INFO] [stdout] f39e6de18f1ea8033f88f01f731407331cba664451dbc112036b166a678fbec6
