[INFO] updating cached repository miyatin0212/rust-samurai [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/miyatin0212/rust-samurai [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/miyatin0212/rust-samurai" "work/ex/beta-1.38-1/sources/1.37.0/gh/miyatin0212/rust-samurai"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/miyatin0212/rust-samurai'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/miyatin0212/rust-samurai" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miyatin0212/rust-samurai"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miyatin0212/rust-samurai'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 9e45a52f61226a4fb2a1b38b6d4b61b22f8e7214 [INFO] sha for GitHub repo miyatin0212/rust-samurai: 9e45a52f61226a4fb2a1b38b6d4b61b22f8e7214 [INFO] validating manifest of miyatin0212/rust-samurai on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of miyatin0212/rust-samurai on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing miyatin0212/rust-samurai [INFO] finished frobbing miyatin0212/rust-samurai [INFO] frobbed toml for miyatin0212/rust-samurai written to work/ex/beta-1.38-1/sources/1.37.0/gh/miyatin0212/rust-samurai/Cargo.toml [INFO] started frobbing miyatin0212/rust-samurai [INFO] finished frobbing miyatin0212/rust-samurai [INFO] frobbed toml for miyatin0212/rust-samurai written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/miyatin0212/rust-samurai/Cargo.toml [INFO] crate miyatin0212/rust-samurai already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing miyatin0212/rust-samurai against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-4/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/miyatin0212/rust-samurai:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 73cb21e9dcdfead1d958b2843c559990241f11c798ed81b36ae7f3bb8bee1ff2 [INFO] running `"docker" "start" "-a" "73cb21e9dcdfead1d958b2843c559990241f11c798ed81b36ae7f3bb8bee1ff2"` [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling mysqlclient-sys v0.2.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [INFO] [stderr] Compiling syn v0.11.10 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling twox-hash v1.0.1 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling nix v0.7.0 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling diesel v0.11.4 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling mysql v10.0.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] error: trait `io::IoPack` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql-10.0.0/src/conn/mod.rs:1044:30 [INFO] [stderr] | [INFO] [stderr] 1044 | let (data, seq_id) = self.get_mut_stream().as_mut().read_packet(old_seq_id)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: trait `io::IoPack` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql-10.0.0/src/conn/mod.rs:1051:22 [INFO] [stderr] | [INFO] [stderr] 1051 | let seq_id = self.get_mut_stream().as_mut().drop_packet(old_seq_id)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: trait `io::IoPack` is private [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mysql-10.0.0/src/conn/mod.rs:1059:23 [INFO] [stderr] | [INFO] [stderr] 1059 | self.seq_id = self.get_mut_stream().as_mut().write_packet(data, seq_id, max_allowed_packet)?; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `mysql`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "73cb21e9dcdfead1d958b2843c559990241f11c798ed81b36ae7f3bb8bee1ff2"` [INFO] running `"docker" "rm" "-f" "73cb21e9dcdfead1d958b2843c559990241f11c798ed81b36ae7f3bb8bee1ff2"` [INFO] [stdout] 73cb21e9dcdfead1d958b2843c559990241f11c798ed81b36ae7f3bb8bee1ff2