[INFO] updating cached repository letmutx/dex-parser [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/letmutx/dex-parser [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/letmutx/dex-parser" "work/ex/beta-1.38-1/sources/1.37.0/gh/letmutx/dex-parser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/letmutx/dex-parser'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/letmutx/dex-parser" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c5a28b908966216c6e48249c8f353532ffa0e0dd [INFO] sha for GitHub repo letmutx/dex-parser: c5a28b908966216c6e48249c8f353532ffa0e0dd [INFO] validating manifest of letmutx/dex-parser 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 letmutx/dex-parser 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 letmutx/dex-parser [INFO] finished frobbing letmutx/dex-parser [INFO] frobbed toml for letmutx/dex-parser written to work/ex/beta-1.38-1/sources/1.37.0/gh/letmutx/dex-parser/Cargo.toml [INFO] started frobbing letmutx/dex-parser [INFO] finished frobbing letmutx/dex-parser [INFO] frobbed toml for letmutx/dex-parser written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser/Cargo.toml [INFO] crate letmutx/dex-parser 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] [stderr] Blocking waiting for file lock on package cache [INFO] testing letmutx/dex-parser against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser:/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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] e98b0a458b837369fa487769627fc4219a6a35fc87bc206402a82c477a4da228 [INFO] running `"docker" "start" "-a" "e98b0a458b837369fa487769627fc4219a6a35fc87bc206402a82c477a4da228"` [INFO] [stderr] Compiling cesu8 v1.1.0 [INFO] [stderr] Compiling scroll v0.9.0 [INFO] [stderr] Compiling scroll_derive v0.9.2 [INFO] [stderr] Compiling dex-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | Error::IO(ref io) => io.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:26:43 [INFO] [stderr] | [INFO] [stderr] 26 | Error::Scroll(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.46s [INFO] running `"docker" "inspect" "e98b0a458b837369fa487769627fc4219a6a35fc87bc206402a82c477a4da228"` [INFO] running `"docker" "rm" "-f" "e98b0a458b837369fa487769627fc4219a6a35fc87bc206402a82c477a4da228"` [INFO] [stdout] e98b0a458b837369fa487769627fc4219a6a35fc87bc206402a82c477a4da228 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser:/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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] f81fa5c828aa6f7ae9d9bad6a1a6139e1ea4f2b2095f97ec3da01fecb1df3f38 [INFO] running `"docker" "start" "-a" "f81fa5c828aa6f7ae9d9bad6a1a6139e1ea4f2b2095f97ec3da01fecb1df3f38"` [INFO] [stderr] Compiling dex-parser v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:23:32 [INFO] [stderr] | [INFO] [stderr] 23 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:25:37 [INFO] [stderr] | [INFO] [stderr] 25 | Error::IO(ref io) => io.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:26:43 [INFO] [stderr] | [INFO] [stderr] 26 | Error::Scroll(ref err) => err.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.20s [INFO] running `"docker" "inspect" "f81fa5c828aa6f7ae9d9bad6a1a6139e1ea4f2b2095f97ec3da01fecb1df3f38"` [INFO] running `"docker" "rm" "-f" "f81fa5c828aa6f7ae9d9bad6a1a6139e1ea4f2b2095f97ec3da01fecb1df3f38"` [INFO] [stdout] f81fa5c828aa6f7ae9d9bad6a1a6139e1ea4f2b2095f97ec3da01fecb1df3f38 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/letmutx/dex-parser:/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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 312bc50fe93fa0ab51c11a1d1e9f0d5d6fb62897e296c7d70deda9380abf5bec [INFO] running `"docker" "start" "-a" "312bc50fe93fa0ab51c11a1d1e9f0d5d6fb62897e296c7d70deda9380abf5bec"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/dex_parser-43a41d7286127a64 [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests dex-parser [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "312bc50fe93fa0ab51c11a1d1e9f0d5d6fb62897e296c7d70deda9380abf5bec"` [INFO] running `"docker" "rm" "-f" "312bc50fe93fa0ab51c11a1d1e9f0d5d6fb62897e296c7d70deda9380abf5bec"` [INFO] [stdout] 312bc50fe93fa0ab51c11a1d1e9f0d5d6fb62897e296c7d70deda9380abf5bec