[INFO] updating cached repository booyaa/liquid-raw-bug [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/booyaa/liquid-raw-bug [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/booyaa/liquid-raw-bug" "work/ex/beta-1.37-6/sources/1.36.0/gh/booyaa/liquid-raw-bug"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/booyaa/liquid-raw-bug'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/booyaa/liquid-raw-bug" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/booyaa/liquid-raw-bug"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/booyaa/liquid-raw-bug'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] dd67b31257063a4691543581b39f69d3b9dfbf57 [INFO] sha for GitHub repo booyaa/liquid-raw-bug: dd67b31257063a4691543581b39f69d3b9dfbf57 [INFO] validating manifest of booyaa/liquid-raw-bug 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 booyaa/liquid-raw-bug 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 booyaa/liquid-raw-bug [INFO] finished frobbing booyaa/liquid-raw-bug [INFO] frobbed toml for booyaa/liquid-raw-bug written to work/ex/beta-1.37-6/sources/1.36.0/gh/booyaa/liquid-raw-bug/Cargo.toml [INFO] started frobbing booyaa/liquid-raw-bug [INFO] finished frobbing booyaa/liquid-raw-bug [INFO] frobbed toml for booyaa/liquid-raw-bug written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/booyaa/liquid-raw-bug/Cargo.toml [INFO] crate booyaa/liquid-raw-bug 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 booyaa/liquid-raw-bug 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/booyaa/liquid-raw-bug:/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] 69a5cd5116c25155898c7baa3829a74c9603c9482f5dcd7a1680f8aab11945be [INFO] running `"docker" "start" "-a" "69a5cd5116c25155898c7baa3829a74c9603c9482f5dcd7a1680f8aab11945be"` [INFO] [stderr] Compiling libc v0.2.23 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling lazy_static v0.2.8 [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling itertools 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 rand v0.3.15 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling url v1.5.0 [INFO] [stderr] Compiling liquid v0.10.0 (https://github.com/cobalt-org/liquid-rust.git#9b8f7316) [INFO] [stderr] warning[E0713]: borrow may still be in use when destructor runs [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/url-1.5.0/src/form_urlencoded.rs:251:40 [INFO] [stderr] | [INFO] [stderr] 249 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 250 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 251 | fn finish(self) -> &'a mut ::Url { self.url } [INFO] [stderr] | ^^^^^^^^ - here, drop of `self` needs exclusive access to `*self.url`, because the type `UrlQuery<'_>` implements the `Drop` trait [INFO] [stderr] | | [INFO] [stderr] | returning this value requires that `*self.url` is borrowed for `'a` [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 liquid-raw-bug v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 30.92s [INFO] running `"docker" "inspect" "69a5cd5116c25155898c7baa3829a74c9603c9482f5dcd7a1680f8aab11945be"` [INFO] running `"docker" "rm" "-f" "69a5cd5116c25155898c7baa3829a74c9603c9482f5dcd7a1680f8aab11945be"` [INFO] [stdout] 69a5cd5116c25155898c7baa3829a74c9603c9482f5dcd7a1680f8aab11945be [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/booyaa/liquid-raw-bug:/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] 7c2130579ffe02b79c08f8c51a2325bb8f3d816fca08f41932f367fd92954e5d [INFO] running `"docker" "start" "-a" "7c2130579ffe02b79c08f8c51a2325bb8f3d816fca08f41932f367fd92954e5d"` [INFO] [stderr] Compiling liquid v0.10.0 (https://github.com/cobalt-org/liquid-rust.git#9b8f7316) [INFO] [stderr] Compiling liquid-raw-bug v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.39s [INFO] running `"docker" "inspect" "7c2130579ffe02b79c08f8c51a2325bb8f3d816fca08f41932f367fd92954e5d"` [INFO] running `"docker" "rm" "-f" "7c2130579ffe02b79c08f8c51a2325bb8f3d816fca08f41932f367fd92954e5d"` [INFO] [stdout] 7c2130579ffe02b79c08f8c51a2325bb8f3d816fca08f41932f367fd92954e5d [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/booyaa/liquid-raw-bug:/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] b05a3925ff2be3ad622997fe6d2195242048a77ab8a44955b32ef65567596023 [INFO] running `"docker" "start" "-a" "b05a3925ff2be3ad622997fe6d2195242048a77ab8a44955b32ef65567596023"` [INFO] [stderr] Compiling liquid v0.10.0 (https://github.com/cobalt-org/liquid-rust.git#9b8f7316) [INFO] [stderr] Compiling liquid-raw-bug v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.89s [INFO] [stderr] Running /opt/crater/target/debug/deps/liquid_raw_bug-8a0f43978a67d034 [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" "b05a3925ff2be3ad622997fe6d2195242048a77ab8a44955b32ef65567596023"` [INFO] running `"docker" "rm" "-f" "b05a3925ff2be3ad622997fe6d2195242048a77ab8a44955b32ef65567596023"` [INFO] [stdout] b05a3925ff2be3ad622997fe6d2195242048a77ab8a44955b32ef65567596023