[INFO] updating cached repository antoyo/gb2exe [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/antoyo/gb2exe [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/antoyo/gb2exe" "work/ex/beta-1.38-1/sources/1.37.0/gh/antoyo/gb2exe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/antoyo/gb2exe'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/antoyo/gb2exe" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/antoyo/gb2exe"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/antoyo/gb2exe'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15557fd5405c4935fae08d402db30ba5a865a23e [INFO] sha for GitHub repo antoyo/gb2exe: 15557fd5405c4935fae08d402db30ba5a865a23e [INFO] validating manifest of antoyo/gb2exe 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 antoyo/gb2exe 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 antoyo/gb2exe [INFO] finished frobbing antoyo/gb2exe [INFO] frobbed toml for antoyo/gb2exe written to work/ex/beta-1.38-1/sources/1.37.0/gh/antoyo/gb2exe/Cargo.toml [INFO] started frobbing antoyo/gb2exe [INFO] finished frobbing antoyo/gb2exe [INFO] frobbed toml for antoyo/gb2exe written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/antoyo/gb2exe/Cargo.toml [INFO] crate antoyo/gb2exe 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/antoyo/gb2exe/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing antoyo/gb2exe 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-6/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/antoyo/gb2exe:/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] 28f05d6fa0e999947b008ec877aee67a60712950c6349708bbe7582864a329b2 [INFO] running `"docker" "start" "-a" "28f05d6fa0e999947b008ec877aee67a60712950c6349708bbe7582864a329b2"` [INFO] [stderr] Compiling gb2exe v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:21 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:65 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:116 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:153 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:183 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:199 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:215 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env::args` [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | use std::env::args; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 5.41s [INFO] running `"docker" "inspect" "28f05d6fa0e999947b008ec877aee67a60712950c6349708bbe7582864a329b2"` [INFO] running `"docker" "rm" "-f" "28f05d6fa0e999947b008ec877aee67a60712950c6349708bbe7582864a329b2"` [INFO] [stdout] 28f05d6fa0e999947b008ec877aee67a60712950c6349708bbe7582864a329b2 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/antoyo/gb2exe:/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] 9ee17a8f87477248b6782f5f78762079c37a0f6a920e92eacac2cb1c58c7da0d [INFO] running `"docker" "start" "-a" "9ee17a8f87477248b6782f5f78762079c37a0f6a920e92eacac2cb1c58c7da0d"` [INFO] [stderr] Compiling gb2exe v0.0.1 (/opt/crater/workdir) [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:21 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(ellipsis_inclusive_range_patterns)]` on by default [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:65 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:116 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:153 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:183 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:199 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: `...` range patterns are deprecated [INFO] [stderr] --> src/asm/decoder.rs:529:215 [INFO] [stderr] | [INFO] [stderr] 529 | 0x00 | 0x02 ... 0x05 | 0x09 | 0x0A | 0x0C | 0x0D | 0x12 ... 0x15 | 0x17 | 0x19 | 0x1A | 0x1C | 0x1D | 0x22 ... 0x25 | 0x2C | 0x2D | 0x2F | 0x32 ... 0x35 | 0x3C | 0x3D | 0x40 ... 0x87 | 0x90 ... 0x97 | 0xA0 ... 0xBF | 0xC1 | 0xC5 | 0xC9 | 0xD1 | 0xD5 | 0xE1 | 0xE2 | 0xE5 | 0xF1 | 0xF2 | 0xF3 | 0xF5 | 0xFB => 0, [INFO] [stderr] | ^^^ help: use `..=` for an inclusive range [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::env::args` [INFO] [stderr] --> src/main.rs:50:5 [INFO] [stderr] | [INFO] [stderr] 50 | use std::env::args; [INFO] [stderr] | ^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.90s [INFO] running `"docker" "inspect" "9ee17a8f87477248b6782f5f78762079c37a0f6a920e92eacac2cb1c58c7da0d"` [INFO] running `"docker" "rm" "-f" "9ee17a8f87477248b6782f5f78762079c37a0f6a920e92eacac2cb1c58c7da0d"` [INFO] [stdout] 9ee17a8f87477248b6782f5f78762079c37a0f6a920e92eacac2cb1c58c7da0d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-6/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/antoyo/gb2exe:/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] a95a4db74b3e3fbed52de1163fad3fd3c4eec29fbf24bd28010136cb19d2dd91 [INFO] running `"docker" "start" "-a" "a95a4db74b3e3fbed52de1163fad3fd3c4eec29fbf24bd28010136cb19d2dd91"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.02s [INFO] [stderr] Running /opt/crater/target/debug/deps/gb2exe-9242266baccb21cc [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] Running /opt/crater/target/debug/deps/lib-0ba045bbd26b40b8 [INFO] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test header_checks ... FAILED [INFO] [stdout] test simple_example ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- header_checks stdout ---- [INFO] [stdout] thread 'header_checks' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5556f035969b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5556f035969b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5556f035969b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5556f035969b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5556f035969b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5556f035930c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5556f0359e0d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5556f0359992 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5556f0359876 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5556f03742ed - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5556f03743e7 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x5556f03054b7 - core::result::Result::unwrap::hf5f9a74d47b1828e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x5556f030a3e7 - lib::compile::h0cb0073dab70f396 [INFO] [stdout] at tests/lib.rs:27 [INFO] [stdout] 13: 0x5556f030aabf - lib::header_checks::h032d4831264ee74c [INFO] [stdout] at tests/lib.rs:70 [INFO] [stdout] 14: 0x5556f030a96a - lib::header_checks::{{closure}}::h3fc04bdb37810990 [INFO] [stdout] at tests/lib.rs:61 [INFO] [stdout] 15: 0x5556f030710e - core::ops::function::FnOnce::call_once::hb6841cd41bd1ae0d [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 16: 0x5556f031942f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 17: 0x5556f0360cda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 18: 0x5556f0333a1e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 19: 0x5556f0333a1e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 20: 0x5556f0333a1e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 21: 0x5556f030ee55 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 22: 0x5556f0313065 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 23: 0x5556f0313065 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 24: 0x5556f0313065 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 25: 0x5556f0360cda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 26: 0x5556f0313662 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 27: 0x5556f0313662 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 28: 0x5556f0313662 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 29: 0x5556f0313662 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 30: 0x5556f034de9f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 31: 0x5556f0360410 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x5556f0360410 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 33: 0x5556f0360410 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 34: 0x7f3f429aa4a4 - start_thread [INFO] [stdout] 35: 0x7f3f424d5d0f - __clone [INFO] [stdout] 36: 0x0 - [INFO] [stdout] [INFO] [stdout] ---- simple_example stdout ---- [INFO] [stdout] thread 'simple_example' panicked at 'called `Result::unwrap()` on an `Err` value: Os { code: 2, kind: NotFound, message: "No such file or directory" }', src/libcore/result.rs:1084:5 [INFO] [stdout] stack backtrace: [INFO] [stdout] 0: 0x5556f035969b - backtrace::backtrace::libunwind::trace::h23ae608c8b906c69 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/libunwind.rs:88 [INFO] [stdout] 1: 0x5556f035969b - backtrace::backtrace::trace_unsynchronized::h65b3ea295a85fd48 [INFO] [stdout] at /cargo/registry/src/github.com-1ecc6299db9ec823/backtrace-0.3.34/src/backtrace/mod.rs:66 [INFO] [stdout] 2: 0x5556f035969b - std::sys_common::backtrace::_print::h24f527b44b6cfc06 [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:47 [INFO] [stdout] 3: 0x5556f035969b - std::sys_common::backtrace::print::h712608e4347fd64a [INFO] [stdout] at src/libstd/sys_common/backtrace.rs:36 [INFO] [stdout] 4: 0x5556f035969b - std::panicking::default_hook::{{closure}}::h6c3d570c2b500048 [INFO] [stdout] at src/libstd/panicking.rs:200 [INFO] [stdout] 5: 0x5556f035930c - std::panicking::default_hook::hb29963fb4747e0dd [INFO] [stdout] at src/libstd/panicking.rs:211 [INFO] [stdout] 6: 0x5556f0359e0d - std::panicking::rust_panic_with_hook::hd1236c3083de823a [INFO] [stdout] at src/libstd/panicking.rs:477 [INFO] [stdout] 7: 0x5556f0359992 - std::panicking::continue_panic_fmt::he38ad41d6304a12c [INFO] [stdout] at src/libstd/panicking.rs:384 [INFO] [stdout] 8: 0x5556f0359876 - rust_begin_unwind [INFO] [stdout] at src/libstd/panicking.rs:311 [INFO] [stdout] 9: 0x5556f03742ed - core::panicking::panic_fmt::h1bc6de43c92ad80c [INFO] [stdout] at src/libcore/panicking.rs:85 [INFO] [stdout] 10: 0x5556f03743e7 - core::result::unwrap_failed::hd83f272814becce6 [INFO] [stdout] at src/libcore/result.rs:1084 [INFO] [stdout] 11: 0x5556f03054b7 - core::result::Result::unwrap::hf5f9a74d47b1828e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/result.rs:852 [INFO] [stdout] 12: 0x5556f030a3e7 - lib::compile::h0cb0073dab70f396 [INFO] [stdout] at tests/lib.rs:27 [INFO] [stdout] 13: 0x5556f030a594 - lib::compile_and_execute::h04889ff7d23a9fc1 [INFO] [stdout] at tests/lib.rs:38 [INFO] [stdout] 14: 0x5556f030acd0 - lib::simple_example::hcfa52e2c81fdc16f [INFO] [stdout] at tests/lib.rs:77 [INFO] [stdout] 15: 0x5556f030ac9a - lib::simple_example::{{closure}}::h36143271c234cb7b [INFO] [stdout] at tests/lib.rs:76 [INFO] [stdout] 16: 0x5556f03070de - core::ops::function::FnOnce::call_once::h30834fad02f8d2af [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 17: 0x5556f031942f - as core::ops::function::FnOnce>::call_once::h355e655b04400826 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 18: 0x5556f0360cda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 19: 0x5556f0333a1e - std::panicking::try::h5890cbed5d1d8df0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 20: 0x5556f0333a1e - std::panic::catch_unwind::hf93cc71fc6442fdf [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 21: 0x5556f0333a1e - test::run_test::run_test_inner::{{closure}}::ha399a28a3066698d [INFO] [stdout] at src/libtest/lib.rs:1408 [INFO] [stdout] 22: 0x5556f030ee55 - std::sys_common::backtrace::__rust_begin_short_backtrace::h089859c639046955 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/sys_common/backtrace.rs:77 [INFO] [stdout] 23: 0x5556f0313065 - std::thread::Builder::spawn_unchecked::{{closure}}::{{closure}}::h8d489100862c3e01 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:470 [INFO] [stdout] 24: 0x5556f0313065 - as core::ops::function::FnOnce<()>>::call_once::h5746c9e2571824d0 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:315 [INFO] [stdout] 25: 0x5556f0313065 - std::panicking::try::do_call::hfd443b32b22f72a6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:296 [INFO] [stdout] 26: 0x5556f0360cda - __rust_maybe_catch_panic [INFO] [stdout] at src/libpanic_unwind/lib.rs:80 [INFO] [stdout] 27: 0x5556f0313662 - std::panicking::try::h332f368ed7d9b7d1 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panicking.rs:275 [INFO] [stdout] 28: 0x5556f0313662 - std::panic::catch_unwind::h316b7be8b4198222 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/panic.rs:394 [INFO] [stdout] 29: 0x5556f0313662 - std::thread::Builder::spawn_unchecked::{{closure}}::h916aed08bc6e5276 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libstd/thread/mod.rs:469 [INFO] [stdout] 30: 0x5556f0313662 - core::ops::function::FnOnce::call_once{{vtable.shim}}::h9091646be5c55ea6 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/libcore/ops/function.rs:235 [INFO] [stdout] 31: 0x5556f034de9f - as core::ops::function::FnOnce>::call_once::hb5396a93648ae250 [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 32: 0x5556f0360410 - as core::ops::function::FnOnce>::call_once::h92593001847bb63e [INFO] [stdout] at /rustc/e450539c2a8d7f791268d699cbe45ab3e57d43a1/src/liballoc/boxed.rs:787 [INFO] [stdout] 33: 0x5556f0360410 - std::sys_common::thread::start_thread::h569f3ccc0d5dcd83 [INFO] [stdout] at src/libstd/sys_common/thread.rs:13 [INFO] [stdout] 34: 0x5556f0360410 - std::sys::unix::thread::Thread::new::thread_start::hd9ff46fad032d886 [INFO] [stdout] at src/libstd/sys/unix/thread.rs:79 [INFO] [stdout] 35: 0x7f3f429aa4a4 - start_thread [INFO] [stdout] 36: 0x7f3f424d5d0f - __clone [INFO] [stdout] 37: 0x0 - [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] header_checks [INFO] [stdout] simple_example [INFO] [stdout] [INFO] [stdout] test result: FAILED. 0 passed; 2 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] error: test failed, to rerun pass '--test lib' [INFO] running `"docker" "inspect" "a95a4db74b3e3fbed52de1163fad3fd3c4eec29fbf24bd28010136cb19d2dd91"` [INFO] running `"docker" "rm" "-f" "a95a4db74b3e3fbed52de1163fad3fd3c4eec29fbf24bd28010136cb19d2dd91"` [INFO] [stdout] a95a4db74b3e3fbed52de1163fad3fd3c4eec29fbf24bd28010136cb19d2dd91