[INFO] cloning repository sodiumjoe/jxr [INFO] running `"git" "clone" "--bare" "git://github.com/sodiumjoe/jxr.git" "work/cache/sources/gh/sodiumjoe/jxr"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/sodiumjoe/jxr'... [INFO] running `"git" "clone" "work/cache/sources/gh/sodiumjoe/jxr" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sodiumjoe/jxr"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sodiumjoe/jxr'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/sodiumjoe/jxr" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5878d74bd7741028999b781598bda1668e87cdf1 [INFO] sha for GitHub repo sodiumjoe/jxr: 5878d74bd7741028999b781598bda1668e87cdf1 [INFO] validating manifest of sodiumjoe/jxr on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of sodiumjoe/jxr on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing sodiumjoe/jxr [INFO] finished frobbing sodiumjoe/jxr [INFO] frobbed toml for sodiumjoe/jxr written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/sodiumjoe/jxr/Cargo.toml [INFO] started frobbing sodiumjoe/jxr [INFO] finished frobbing sodiumjoe/jxr [INFO] frobbed toml for sodiumjoe/jxr written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr/Cargo.toml [INFO] crate sodiumjoe/jxr already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded pulldown-cmark v0.0.11 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing sodiumjoe/jxr against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] f41cdf2fb49357d6574b8ad7f728873eb198a835d7bdaa2dc377297e0af57c6e [INFO] running `"docker" "start" "-a" "f41cdf2fb49357d6574b8ad7f728873eb198a835d7bdaa2dc377297e0af57c6e"` [INFO] [stderr] Compiling serde v1.0.24 [INFO] [stderr] Compiling pulldown-cmark v0.0.11 [INFO] [stderr] Compiling getopts v0.2.15 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling atty v0.2.3 [INFO] [stderr] Compiling regex v0.2.3 [INFO] [stderr] Compiling serde_derive_internals v0.18.0 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.15/src/lib.rs:1033:33 [INFO] [stderr] | [INFO] [stderr] 978 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 982 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1033 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1034 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling clap v2.29.0 [INFO] [stderr] Compiling serde_derive v1.0.24 [INFO] [stderr] Compiling serde_json v1.0.8 [INFO] [stderr] Compiling serde_yaml v0.7.3 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling jxr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | 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] Finished dev [unoptimized + debuginfo] target(s) in 1m 04s [INFO] running `"docker" "inspect" "f41cdf2fb49357d6574b8ad7f728873eb198a835d7bdaa2dc377297e0af57c6e"` [INFO] running `"docker" "rm" "-f" "f41cdf2fb49357d6574b8ad7f728873eb198a835d7bdaa2dc377297e0af57c6e"` [INFO] [stdout] f41cdf2fb49357d6574b8ad7f728873eb198a835d7bdaa2dc377297e0af57c6e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 28376eeffdf18b2b85ae83fbe06e2415917a1b2e304272fc44d2d0ed50c75bc4 [INFO] running `"docker" "start" "-a" "28376eeffdf18b2b85ae83fbe06e2415917a1b2e304272fc44d2d0ed50c75bc4"` [INFO] [stderr] Compiling jxr v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:67:32 [INFO] [stderr] | [INFO] [stderr] 67 | 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] Finished dev [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "28376eeffdf18b2b85ae83fbe06e2415917a1b2e304272fc44d2d0ed50c75bc4"` [INFO] running `"docker" "rm" "-f" "28376eeffdf18b2b85ae83fbe06e2415917a1b2e304272fc44d2d0ed50c75bc4"` [INFO] [stdout] 28376eeffdf18b2b85ae83fbe06e2415917a1b2e304272fc44d2d0ed50c75bc4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/sodiumjoe/jxr:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 0bcf6e4c97232e6a400915a96cfe4cf539a4c3b8931861a40f786c623a0ba060 [INFO] running `"docker" "start" "-a" "0bcf6e4c97232e6a400915a96cfe4cf539a4c3b8931861a40f786c623a0ba060"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/jxr-2c851fe4692ebc67 [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] [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/jxr-95d8ec9361bd5eea [INFO] [stderr] Doc-tests jxr [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" "0bcf6e4c97232e6a400915a96cfe4cf539a4c3b8931861a40f786c623a0ba060"` [INFO] running `"docker" "rm" "-f" "0bcf6e4c97232e6a400915a96cfe4cf539a4c3b8931861a40f786c623a0ba060"` [INFO] [stdout] 0bcf6e4c97232e6a400915a96cfe4cf539a4c3b8931861a40f786c623a0ba060