[INFO] fetching crate rusty_xkcd 0.1.2... [INFO] extracting crate rusty_xkcd 0.1.2 into work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rusty_xkcd/0.1.2 [INFO] extracting crate rusty_xkcd 0.1.2 into work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rusty_xkcd/0.1.2 [INFO] validating manifest of rusty_xkcd-0.1.2 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 rusty_xkcd-0.1.2 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 rusty_xkcd-0.1.2 [INFO] finished frobbing rusty_xkcd-0.1.2 [INFO] frobbed toml for rusty_xkcd-0.1.2 written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/reg/rusty_xkcd/0.1.2/Cargo.toml [INFO] started frobbing rusty_xkcd-0.1.2 [INFO] finished frobbing rusty_xkcd-0.1.2 [INFO] frobbed toml for rusty_xkcd-0.1.2 written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rusty_xkcd/0.1.2/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing rusty_xkcd-0.1.2 against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rusty_xkcd/0.1.2:/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] 207b1f5c6e6111cc53a7fbc1e332244d2de2ac08d99bd12b868057a95572cff5 [INFO] running `"docker" "start" "-a" "207b1f5c6e6111cc53a7fbc1e332244d2de2ac08d99bd12b868057a95572cff5"` [INFO] [stderr] Compiling crossbeam-epoch v0.7.1 [INFO] [stderr] Compiling serde_json v1.0.39 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling selectors v0.20.0 [INFO] [stderr] Compiling cssparser-macros v0.3.5 [INFO] [stderr] Compiling serde_urlencoded v0.5.5 [INFO] [stderr] Compiling crossbeam-deque v0.7.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling markup5ever v0.7.5 [INFO] [stderr] Compiling cookie_store v0.7.0 [INFO] [stderr] Compiling cssparser v0.24.1 [INFO] [stderr] Compiling tokio v0.1.21 [INFO] [stderr] warning[E0506]: cannot assign to `self.input.cached_token` because it is borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/cssparser-0.24.1/src/parser.rs:572:17 [INFO] [stderr] | [INFO] [stderr] 547 | pub fn next_including_whitespace_and_comments(&mut self) -> Result<&Token<'i>, BasicParseError<'i>> { [INFO] [stderr] | - let's call the lifetime of this reference `'1` [INFO] [stderr] ... [INFO] [stderr] 560 | Some(ref cached_token) [INFO] [stderr] | ---------------- borrow of `self.input.cached_token` occurs here [INFO] [stderr] ... [INFO] [stderr] 572 | self.input.cached_token = Some(CachedToken { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ assignment to borrowed `self.input.cached_token` occurs here [INFO] [stderr] ... [INFO] [stderr] 584 | Ok(token) [INFO] [stderr] | --------- returning this value requires that `self.input.cached_token.0` is borrowed for `'1` [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 hyper v0.12.29 [INFO] [stderr] Compiling html5ever v0.22.5 [INFO] [stderr] Compiling scraper v0.9.2 [INFO] [stderr] Compiling hyper-tls v0.3.2 [INFO] [stderr] Compiling reqwest v0.9.18 [INFO] [stderr] Compiling rusty_xkcd v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 58.26s [INFO] running `"docker" "inspect" "207b1f5c6e6111cc53a7fbc1e332244d2de2ac08d99bd12b868057a95572cff5"` [INFO] running `"docker" "rm" "-f" "207b1f5c6e6111cc53a7fbc1e332244d2de2ac08d99bd12b868057a95572cff5"` [INFO] [stdout] 207b1f5c6e6111cc53a7fbc1e332244d2de2ac08d99bd12b868057a95572cff5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rusty_xkcd/0.1.2:/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] e3db6791661baa206ec39c1cb0c96549bc17bc2cd41a45a26cf45f180912b287 [INFO] running `"docker" "start" "-a" "e3db6791661baa206ec39c1cb0c96549bc17bc2cd41a45a26cf45f180912b287"` [INFO] [stderr] Compiling rusty_xkcd v0.1.2 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.33s [INFO] running `"docker" "inspect" "e3db6791661baa206ec39c1cb0c96549bc17bc2cd41a45a26cf45f180912b287"` [INFO] running `"docker" "rm" "-f" "e3db6791661baa206ec39c1cb0c96549bc17bc2cd41a45a26cf45f180912b287"` [INFO] [stdout] e3db6791661baa206ec39c1cb0c96549bc17bc2cd41a45a26cf45f180912b287 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-0/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/reg/rusty_xkcd/0.1.2:/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] cd4457aab711c954f573498c7edc06d75f85c8781e63c42edb85e70b26d213f7 [INFO] running `"docker" "start" "-a" "cd4457aab711c954f573498c7edc06d75f85c8781e63c42edb85e70b26d213f7"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.19s [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/rusty_xkcd-519a6d3475604b1b [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests rusty_xkcd [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 19 tests [INFO] [stderr] error: process didn't exit successfully: `rustdoc --edition=2018 --test /opt/crater/workdir/src/lib.rs --crate-name rusty_xkcd -L dependency=/opt/crater/target/debug/deps -L native=/opt/crater/target/debug/build/backtrace-sys-d638ae3455df95ba/out -L dependency=/opt/crater/target/debug/deps --extern chrono=/opt/crater/target/debug/deps/libchrono-03200cde101dbd6c.rlib --extern quick_error=/opt/crater/target/debug/deps/libquick_error-d7ca1427a8163e25.rlib --extern rand=/opt/crater/target/debug/deps/librand-948dae45830b7616.rlib --extern reqwest=/opt/crater/target/debug/deps/libreqwest-50d49282bb2c4b70.rlib --extern rusty_xkcd=/opt/crater/target/debug/deps/librusty_xkcd-950302ce4e0684de.rlib --extern scraper=/opt/crater/target/debug/deps/libscraper-6c8014ff5c706013.rlib --extern serde_json=/opt/crater/target/debug/deps/libserde_json-9e90c8b8b6da8e06.rlib` (signal: 9, SIGKILL: kill) [INFO] running `"docker" "inspect" "cd4457aab711c954f573498c7edc06d75f85c8781e63c42edb85e70b26d213f7"` [INFO] running `"docker" "rm" "-f" "cd4457aab711c954f573498c7edc06d75f85c8781e63c42edb85e70b26d213f7"` [INFO] [stdout] cd4457aab711c954f573498c7edc06d75f85c8781e63c42edb85e70b26d213f7