[INFO] updating cached repository https://github.com/u1mrsk/tlpi-rs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 195df6294291fa4054ae4d346bba7fec8af1d966 [INFO] testing u1mrsk/tlpi-rs against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fu1mrsk%2Ftlpi-rs" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/u1mrsk/tlpi-rs on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/u1mrsk/tlpi-rs [INFO] finished tweaking git repo https://github.com/u1mrsk/tlpi-rs [INFO] tweaked toml for git repo https://github.com/u1mrsk/tlpi-rs written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/u1mrsk/tlpi-rs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] 5d15dbe97096556102b4f788bf8c8b8578a1750024747e4ec5b1100b4cdc36f1 [INFO] running `"docker" "start" "-a" "5d15dbe97096556102b4f788bf8c8b8578a1750024747e4ec5b1100b4cdc36f1"` [INFO] [stderr] Compiling libc v0.2.58 [INFO] [stderr] Compiling syn v0.15.39 [INFO] [stderr] Compiling backtrace-sys v0.1.30 [INFO] [stderr] Compiling backtrace v0.3.32 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling tlpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | InvalidUsage(Box>), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:51:36 [INFO] [stderr] | [INFO] [stderr] 51 | FileIoFailure(Box>), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | impl Display for ErrorMessage { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 6.77s [INFO] running `"docker" "inspect" "5d15dbe97096556102b4f788bf8c8b8578a1750024747e4ec5b1100b4cdc36f1"` [INFO] running `"docker" "rm" "-f" "5d15dbe97096556102b4f788bf8c8b8578a1750024747e4ec5b1100b4cdc36f1"` [INFO] [stdout] 5d15dbe97096556102b4f788bf8c8b8578a1750024747e4ec5b1100b4cdc36f1 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2b86eb9eb50fbc466fac42dce1bfd5fd8421f9bebad7ed01467d212e81dccdef [INFO] running `"docker" "start" "-a" "2b86eb9eb50fbc466fac42dce1bfd5fd8421f9bebad7ed01467d212e81dccdef"` [INFO] [stderr] Compiling tlpi v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:50:35 [INFO] [stderr] | [INFO] [stderr] 50 | InvalidUsage(Box>), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:51:36 [INFO] [stderr] | [INFO] [stderr] 51 | FileIoFailure(Box>), [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:97:31 [INFO] [stderr] | [INFO] [stderr] 97 | impl Display for ErrorMessage { [INFO] [stderr] | ^^^^^^^ help: use `dyn`: `dyn Message` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.68s [INFO] running `"docker" "inspect" "2b86eb9eb50fbc466fac42dce1bfd5fd8421f9bebad7ed01467d212e81dccdef"` [INFO] running `"docker" "rm" "-f" "2b86eb9eb50fbc466fac42dce1bfd5fd8421f9bebad7ed01467d212e81dccdef"` [INFO] [stdout] 2b86eb9eb50fbc466fac42dce1bfd5fd8421f9bebad7ed01467d212e81dccdef [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] 0c56313ed0596a440934c5617cd6f018fb5d04bda7d26c60ed8cbd711cc35058 [INFO] running `"docker" "start" "-a" "0c56313ed0596a440934c5617cd6f018fb5d04bda7d26c60ed8cbd711cc35058"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tlpi-370584d39a691bc3 [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tlpi-6b5a2de93ea341a5 [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] [stdout] [INFO] [stderr] Doc-tests tlpi [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] [stdout] [INFO] [stdout] running 2 tests [INFO] [stdout] test src/fileio/mod.rs - fileio::seek_io (line 98) ... FAILED [INFO] [stdout] test src/fileio/mod.rs - fileio::seek_io (line 106) ... FAILED [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] [INFO] [stdout] ---- src/fileio/mod.rs - fileio::seek_io (line 98) stdout ---- [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/fileio/mod.rs:101:25 [INFO] [stdout] | [INFO] [stdout] 5 | r Read 'length' bytes and display as text. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 5 | r Read "length" bytes and display as text. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/fileio/mod.rs:102:25 [INFO] [stdout] | [INFO] [stdout] 6 | R Read 'length' bytes and display in hex. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 6 | R Read "length" bytes and display in hex. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/fileio/mod.rs:103:26 [INFO] [stdout] | [INFO] [stdout] 7 | w Write 'string'. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 7 | w Write "string". [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: character literal may only contain one codepoint [INFO] [stdout] --> src/fileio/mod.rs:104:43 [INFO] [stdout] | [INFO] [stdout] 8 | s Set the file offset ot 'offset'. [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] help: if you meant to write a `str` literal, use double quotes [INFO] [stdout] | [INFO] [stdout] 8 | s Set the file offset ot "offset". [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `file` [INFO] [stdout] --> src/fileio/mod.rs:99:9 [INFO] [stdout] | [INFO] [stdout] 3 | seek_io file {r|R|w|s}... [INFO] [stdout] | ^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to 5 previous errors [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] ---- src/fileio/mod.rs - fileio::seek_io (line 106) stdout ---- [INFO] [stdout] error: expected one of `!`, `.`, `::`, `;`, `?`, `{`, `}`, or an operator, found `myfile` [INFO] [stdout] --> src/fileio/mod.rs:107:9 [INFO] [stdout] | [INFO] [stdout] 3 | seek_io myfile wxyz s1 r2 [INFO] [stdout] | ^^^^^^ expected one of 8 possible tokens here [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] Couldn't compile the test. [INFO] [stdout] [INFO] [stdout] failures: [INFO] [stdout] src/fileio/mod.rs - fileio::seek_io (line 106) [INFO] [stdout] src/fileio/mod.rs - fileio::seek_io (line 98) [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 '--doc' [INFO] running `"docker" "inspect" "0c56313ed0596a440934c5617cd6f018fb5d04bda7d26c60ed8cbd711cc35058"` [INFO] running `"docker" "rm" "-f" "0c56313ed0596a440934c5617cd6f018fb5d04bda7d26c60ed8cbd711cc35058"` [INFO] [stdout] 0c56313ed0596a440934c5617cd6f018fb5d04bda7d26c60ed8cbd711cc35058