[INFO] updating cached repository liamdawson/pogpen [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/liamdawson/pogpen [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/liamdawson/pogpen" "work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/liamdawson/pogpen" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/liamdawson/pogpen"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/liamdawson/pogpen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff474b395bd01772cf43ba400cc7cf874cce007c [INFO] sha for GitHub repo liamdawson/pogpen: ff474b395bd01772cf43ba400cc7cf874cce007c [INFO] validating manifest of liamdawson/pogpen on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of liamdawson/pogpen on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing liamdawson/pogpen [INFO] finished frobbing liamdawson/pogpen [INFO] frobbed toml for liamdawson/pogpen written to work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen/Cargo.toml [INFO] started frobbing liamdawson/pogpen [INFO] finished frobbing liamdawson/pogpen [INFO] frobbed toml for liamdawson/pogpen written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/liamdawson/pogpen/Cargo.toml [INFO] crate liamdawson/pogpen already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing liamdawson/pogpen against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen:/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.36.0" "build" "--frozen"` [INFO] [stdout] 2d202a4faffbfab63eddde37ca76841a46c8aedb65cc07c92baf637e69bfa2cd [INFO] running `"docker" "start" "-a" "2d202a4faffbfab63eddde37ca76841a46c8aedb65cc07c92baf637e69bfa2cd"` [INFO] [stderr] Compiling libc v0.2.29 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling serde v1.0.11 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling dtoa v0.4.1 [INFO] [stderr] Compiling unicode-width v0.1.4 [INFO] [stderr] Compiling linked-hash-map v0.4.2 [INFO] [stderr] Compiling pulldown-cmark v0.0.14 [INFO] [stderr] Compiling num-traits v0.1.40 [INFO] [stderr] Compiling itoa v0.3.1 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling vec_map v0.8.0 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling quick-error v1.2.0 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling strsim v0.6.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.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | 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] [INFO] [stderr] Compiling ansi_term v0.9.0 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Compiling yaml-rust v0.3.5 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Compiling textwrap v0.7.0 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling clap v2.26.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling serde_derive v1.0.11 [INFO] [stderr] Compiling serde_test v1.0.11 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling serde_yaml v0.7.1 [INFO] [stderr] Compiling linked-hash-map v0.5.0 [INFO] [stderr] Compiling handlebars v0.26.2 [INFO] [stderr] Compiling pogpen v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 59.47s [INFO] running `"docker" "inspect" "2d202a4faffbfab63eddde37ca76841a46c8aedb65cc07c92baf637e69bfa2cd"` [INFO] running `"docker" "rm" "-f" "2d202a4faffbfab63eddde37ca76841a46c8aedb65cc07c92baf637e69bfa2cd"` [INFO] [stdout] 2d202a4faffbfab63eddde37ca76841a46c8aedb65cc07c92baf637e69bfa2cd [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] e59d8cc998dc860d524b740e3f379ba1d5aea0a543c0ca8e3afd584fe27e9538 [INFO] running `"docker" "start" "-a" "e59d8cc998dc860d524b740e3f379ba1d5aea0a543c0ca8e3afd584fe27e9538"` [INFO] [stderr] Compiling pogpen v0.2.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.75s [INFO] running `"docker" "inspect" "e59d8cc998dc860d524b740e3f379ba1d5aea0a543c0ca8e3afd584fe27e9538"` [INFO] running `"docker" "rm" "-f" "e59d8cc998dc860d524b740e3f379ba1d5aea0a543c0ca8e3afd584fe27e9538"` [INFO] [stdout] e59d8cc998dc860d524b740e3f379ba1d5aea0a543c0ca8e3afd584fe27e9538 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/liamdawson/pogpen:/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.36.0" "test" "--frozen"` [INFO] [stdout] 1166a5075f3f8f6ded20202b6f08aecbb69936dec7c1f65febf7c5d15b8504d3 [INFO] running `"docker" "start" "-a" "1166a5075f3f8f6ded20202b6f08aecbb69936dec7c1f65febf7c5d15b8504d3"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/pogpen-5c86756addc919fd [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/pogpen-1824066f0c689146 [INFO] [stdout] running 0 tests [INFO] [stderr] Doc-tests pogpen [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] [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" "1166a5075f3f8f6ded20202b6f08aecbb69936dec7c1f65febf7c5d15b8504d3"` [INFO] running `"docker" "rm" "-f" "1166a5075f3f8f6ded20202b6f08aecbb69936dec7c1f65febf7c5d15b8504d3"` [INFO] [stdout] 1166a5075f3f8f6ded20202b6f08aecbb69936dec7c1f65febf7c5d15b8504d3