[INFO] cloning repository https://github.com/Frankkkkk/bacpac-rs
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Frankkkkk/bacpac-rs" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrankkkkk%2Fbacpac-rs", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrankkkkk%2Fbacpac-rs'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] ec767588bf802b1fae18cba7fefa2d22465d847d
[INFO] building Frankkkkk/bacpac-rs against try#334963c956d25708feab489a3816ae63f639355d for pr-135216
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FFrankkkkk%2Fbacpac-rs" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/Frankkkkk/bacpac-rs on toolchain 334963c956d25708feab489a3816ae63f639355d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking git repo https://github.com/Frankkkkk/bacpac-rs
[INFO] finished tweaking git repo https://github.com/Frankkkkk/bacpac-rs
[INFO] tweaked toml for git repo https://github.com/Frankkkkk/bacpac-rs written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] crate git repo https://github.com/Frankkkkk/bacpac-rs 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 870843c45002da8fa85dc3e4c5fe297c518ab1679b71e0bd0c2b48757a00c411
[INFO] running `Command { std: "docker" "start" "-a" "870843c45002da8fa85dc3e4c5fe297c518ab1679b71e0bd0c2b48757a00c411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "870843c45002da8fa85dc3e4c5fe297c518ab1679b71e0bd0c2b48757a00c411", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "870843c45002da8fa85dc3e4c5fe297c518ab1679b71e0bd0c2b48757a00c411", kill_on_drop: false }`
[INFO] [stdout] 870843c45002da8fa85dc3e4c5fe297c518ab1679b71e0bd0c2b48757a00c411
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3cc3627e465ad5a523aa83b2cab257ecba4a6e4a615521f133839340c7b5d615
[INFO] running `Command { std: "docker" "start" "-a" "3cc3627e465ad5a523aa83b2cab257ecba4a6e4a615521f133839340c7b5d615", kill_on_drop: false }`
[INFO] [stderr]    Compiling typenum v1.17.0
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling crc32fast v1.4.0
[INFO] [stderr]    Compiling subtle v2.5.0
[INFO] [stderr]    Compiling serde v1.0.198
[INFO] [stderr]    Compiling zstd-safe v7.1.0
[INFO] [stderr]    Compiling powerfmt v0.2.0
[INFO] [stderr]    Compiling crc-catalog v2.4.0
[INFO] [stderr]    Compiling cpufeatures v0.2.12
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]    Compiling adler v1.0.2
[INFO] [stderr]    Compiling byteorder v1.5.0
[INFO] [stderr]    Compiling num-conv v0.1.0
[INFO] [stderr]    Compiling simd-adler32 v0.3.7
[INFO] [stderr]    Compiling typed-arena v2.0.2
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]    Compiling time-core v0.1.2
[INFO] [stderr]    Compiling crc v3.2.1
[INFO] [stderr]    Compiling miniz_oxide v0.7.2
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]    Compiling deflate64 v0.1.8
[INFO] [stderr]    Compiling constant_time_eq v0.3.0
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling deranged v0.3.11
[INFO] [stderr]    Compiling cc v1.0.95
[INFO] [stderr]    Compiling zopfli v0.8.0
[INFO] [stderr]    Compiling lzma-rs v0.3.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling time v0.3.36
[INFO] [stderr]    Compiling cmake v0.1.50
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling libz-ng-sys v1.1.15
[INFO] [stderr]    Compiling crypto-common v0.1.6
[INFO] [stderr]    Compiling block-buffer v0.10.4
[INFO] [stderr]    Compiling inout v0.1.3
[INFO] [stderr]    Compiling cipher v0.4.4
[INFO] [stderr]    Compiling digest v0.10.7
[INFO] [stderr]    Compiling bzip2 v0.4.4
[INFO] [stderr]    Compiling hmac v0.12.1
[INFO] [stderr]    Compiling sha1 v0.10.6
[INFO] [stderr]    Compiling aes v0.8.4
[INFO] [stderr]    Compiling pbkdf2 v0.12.2
[INFO] [stderr]    Compiling zstd v0.13.1
[INFO] [stderr]    Compiling serde_derive v1.0.198
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling tracing v0.1.40
[INFO] [stderr]    Compiling flate2 v1.0.28
[INFO] [stderr]    Compiling zip v1.1.1
[INFO] [stderr]    Compiling tracing-serde v0.1.3
[INFO] [stderr]    Compiling quick-xml v0.31.0
[INFO] [stderr]    Compiling dacpac v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: expected `;`, found `println`
[INFO] [stdout]   --> src/bacpac.rs:92:39
[INFO] [stdout]    |
[INFO] [stdout] 92 |             let b = bcp_file.read(buf)
[INFO] [stdout]    |                                       ^ help: add `;` here
[INFO] [stdout] 93 |             println!("File: {:#?}", b);
[INFO] [stdout]    |             ------- unexpected token
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0425]: cannot find value `buf` in this scope
[INFO] [stdout]   --> src/bacpac.rs:92:35
[INFO] [stdout]    |
[INFO] [stdout] 92 |             let b = bcp_file.read(buf)
[INFO] [stdout]    |                                   ^^^ not found in this scope
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error[E0308]: mismatched types
[INFO] [stdout]   --> src/bacpac.rs:78:58
[INFO] [stdout]    |
[INFO] [stdout] 78 |         let rows = Self::parse_bcp(&headers, &bcp_files, &archive);
[INFO] [stdout]    |                    ---------------                       ^^^^^^^^ expected `&ZipArchive<File>`, found `&ZipArchive<&File>`
[INFO] [stdout]    |                    |
[INFO] [stdout]    |                    arguments to this function are incorrect
[INFO] [stdout]    |
[INFO] [stdout]    = note: expected reference `&ZipArchive<File>`
[INFO] [stdout]               found reference `&ZipArchive<&File>`
[INFO] [stdout] note: associated function defined here
[INFO] [stdout]   --> src/bacpac.rs:83:8
[INFO] [stdout]    |
[INFO] [stdout] 83 |     fn parse_bcp(
[INFO] [stdout]    |        ^^^^^^^^^
[INFO] [stdout] ...
[INFO] [stdout] 86 |         archive: &zip::ZipArchive<std::fs::File>,
[INFO] [stdout]    |         ----------------------------------------
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] Some errors have detailed explanations: E0308, E0425.
[INFO] [stdout] 
[INFO] [stdout] For more information about an error, try `rustc --explain E0308`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `dacpac` (lib) due to 3 previous errors
[INFO] running `Command { std: "docker" "inspect" "3cc3627e465ad5a523aa83b2cab257ecba4a6e4a615521f133839340c7b5d615", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3cc3627e465ad5a523aa83b2cab257ecba4a6e4a615521f133839340c7b5d615", kill_on_drop: false }`
[INFO] [stdout] 3cc3627e465ad5a523aa83b2cab257ecba4a6e4a615521f133839340c7b5d615
