[INFO] updating cached repository Ruin0x11/reaktor-mapper [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Ruin0x11/reaktor-mapper [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Ruin0x11/reaktor-mapper" "work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Ruin0x11/reaktor-mapper" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ruin0x11/reaktor-mapper"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ruin0x11/reaktor-mapper'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 387b34d1042b62d31daa14d1216dfb74a0b58e7a [INFO] sha for GitHub repo Ruin0x11/reaktor-mapper: 387b34d1042b62d31daa14d1216dfb74a0b58e7a [INFO] validating manifest of Ruin0x11/reaktor-mapper 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 Ruin0x11/reaktor-mapper 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 Ruin0x11/reaktor-mapper [INFO] finished frobbing Ruin0x11/reaktor-mapper [INFO] frobbed toml for Ruin0x11/reaktor-mapper written to work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper/Cargo.toml [INFO] started frobbing Ruin0x11/reaktor-mapper [INFO] finished frobbing Ruin0x11/reaktor-mapper [INFO] frobbed toml for Ruin0x11/reaktor-mapper written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/Ruin0x11/reaktor-mapper/Cargo.toml [INFO] crate Ruin0x11/reaktor-mapper 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 Ruin0x11/reaktor-mapper 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-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper:/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] 5fd2c5e2456ee83251472962108a4cc8ba415839290fef83f812f3f2276e16eb [INFO] running `"docker" "start" "-a" "5fd2c5e2456ee83251472962108a4cc8ba415839290fef83f812f3f2276e16eb"` [INFO] [stderr] Compiling atty v0.2.8 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling clap v2.31.1 [INFO] [stderr] Compiling nom v3.2.1 [INFO] [stderr] Compiling reaktor-mapper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_embedded_sample` [INFO] [stderr] --> src/parser.rs:288:1 [INFO] [stderr] | [INFO] [stderr] 288 | fn parse_embedded_sample(i: &[u8], size: u32) -> IResult<&[u8], EmbeddedSample> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_content` [INFO] [stderr] --> src/parser.rs:308:1 [INFO] [stderr] | [INFO] [stderr] 308 | fn parse_content(i: &[u8], is_embedded: bool) -> IResult<&[u8], Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `go` [INFO] [stderr] --> src/parser.rs:357:1 [INFO] [stderr] | [INFO] [stderr] 357 | pub fn go(byt: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | wtr.write(&[1]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 21.80s [INFO] running `"docker" "inspect" "5fd2c5e2456ee83251472962108a4cc8ba415839290fef83f812f3f2276e16eb"` [INFO] running `"docker" "rm" "-f" "5fd2c5e2456ee83251472962108a4cc8ba415839290fef83f812f3f2276e16eb"` [INFO] [stdout] 5fd2c5e2456ee83251472962108a4cc8ba415839290fef83f812f3f2276e16eb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper:/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" "test" "--frozen" "--no-run"` [INFO] [stdout] 3a93c0f2425f61e2611aab7d83d29549032cfdfd904f27fe0a28aa72ca367df9 [INFO] running `"docker" "start" "-a" "3a93c0f2425f61e2611aab7d83d29549032cfdfd904f27fe0a28aa72ca367df9"` [INFO] [stderr] Compiling reaktor-mapper v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/main.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_embedded_sample` [INFO] [stderr] --> src/parser.rs:288:1 [INFO] [stderr] | [INFO] [stderr] 288 | fn parse_embedded_sample(i: &[u8], size: u32) -> IResult<&[u8], EmbeddedSample> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `parse_content` [INFO] [stderr] --> src/parser.rs:308:1 [INFO] [stderr] | [INFO] [stderr] 308 | fn parse_content(i: &[u8], is_embedded: bool) -> IResult<&[u8], Option> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: function is never used: `go` [INFO] [stderr] --> src/parser.rs:357:1 [INFO] [stderr] | [INFO] [stderr] 357 | pub fn go(byt: &[u8]) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused `std::result::Result` that must be used [INFO] [stderr] --> src/parser.rs:129:9 [INFO] [stderr] | [INFO] [stderr] 129 | wtr.write(&[1]); [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.59s [INFO] running `"docker" "inspect" "3a93c0f2425f61e2611aab7d83d29549032cfdfd904f27fe0a28aa72ca367df9"` [INFO] running `"docker" "rm" "-f" "3a93c0f2425f61e2611aab7d83d29549032cfdfd904f27fe0a28aa72ca367df9"` [INFO] [stdout] 3a93c0f2425f61e2611aab7d83d29549032cfdfd904f27fe0a28aa72ca367df9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/Ruin0x11/reaktor-mapper:/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" "test" "--frozen"` [INFO] [stdout] 1b9aad1b345cf8212c730d171bdd61127a60b8e0fd572c88c3a8180f87a13dde [INFO] running `"docker" "start" "-a" "1b9aad1b345cf8212c730d171bdd61127a60b8e0fd572c88c3a8180f87a13dde"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stderr] Running /opt/crater/target/debug/deps/reaktor_mapper-4434c5a53f0d430e [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" "1b9aad1b345cf8212c730d171bdd61127a60b8e0fd572c88c3a8180f87a13dde"` [INFO] running `"docker" "rm" "-f" "1b9aad1b345cf8212c730d171bdd61127a60b8e0fd572c88c3a8180f87a13dde"` [INFO] [stdout] 1b9aad1b345cf8212c730d171bdd61127a60b8e0fd572c88c3a8180f87a13dde