[INFO] cloning repository gyscos/varf [INFO] running `"git" "clone" "--bare" "git://github.com/gyscos/varf.git" "work/cache/sources/gh/gyscos/varf"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/gyscos/varf'... [INFO] running `"git" "clone" "work/cache/sources/gh/gyscos/varf" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/gyscos/varf" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/gyscos/varf"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/gyscos/varf'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 5783d1151b18861ff6357341037e152050a0b971 [INFO] sha for GitHub repo gyscos/varf: 5783d1151b18861ff6357341037e152050a0b971 [INFO] validating manifest of gyscos/varf 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 gyscos/varf 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 gyscos/varf [INFO] finished frobbing gyscos/varf [INFO] frobbed toml for gyscos/varf written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf/Cargo.toml [INFO] started frobbing gyscos/varf [INFO] finished frobbing gyscos/varf [INFO] frobbed toml for gyscos/varf written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/gyscos/varf/Cargo.toml [INFO] crate gyscos/varf 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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] testing gyscos/varf against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "build" "--frozen"` [INFO] [stdout] ca1ec1f10d6308c12431a326ef3df4e14342c46269ab3be420b0e12f94ecb382 [INFO] running `"docker" "start" "-a" "ca1ec1f10d6308c12431a326ef3df4e14342c46269ab3be420b0e12f94ecb382"` [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling log v0.3.7 [INFO] [stderr] Compiling rustc-serialize v0.3.23 [INFO] [stderr] Compiling lazy_static v0.2.4 [INFO] [stderr] Compiling regex-syntax v0.4.0 [INFO] [stderr] Compiling serde v1.0.8 [INFO] [stderr] Compiling sequence_trie v0.2.1 [INFO] [stderr] Compiling quick-error v1.1.0 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling route-recognizer v0.1.11 [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling xdg-basedir v1.0.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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling unicode-bidi v0.2.5 [INFO] [stderr] Compiling unsafe-any v0.4.1 [INFO] [stderr] Compiling time v0.1.36 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.0.0 [INFO] [stderr] Compiling serde_json v0.8.6 [INFO] [stderr] Compiling mime v0.2.3 [INFO] [stderr] Compiling hyper v0.10.5 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling idna v0.1.0 [INFO] [stderr] Compiling plugin v0.2.6 [INFO] [stderr] Compiling serde_derive v1.0.8 [INFO] [stderr] Compiling regex v0.2.1 [INFO] [stderr] Compiling url v1.4.0 [INFO] [stderr] Compiling conduit-mime-types v0.7.3 [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.4.0/src/form_urlencoded.rs:246:40 [INFO] [stderr] | [INFO] [stderr] 244 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 245 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 246 | 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] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling toml v0.4.1 [INFO] [stderr] Compiling handlebars v0.26.2 [INFO] [stderr] Compiling iron v0.5.1 [INFO] [stderr] Compiling persistent v0.3.0 [INFO] [stderr] Compiling mount v0.3.0 [INFO] [stderr] Compiling router v0.5.1 [INFO] [stderr] Compiling bodyparser v0.5.0 [INFO] [stderr] Compiling handlebars-iron v0.24.1 [INFO] [stderr] Compiling staticfile v0.4.0 [INFO] [stderr] Compiling urlencoded v0.5.0 [INFO] [stderr] Compiling varf v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/visu.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / divs.iter() [INFO] [stderr] 72 | | .rev() [INFO] [stderr] 73 | | .map(|k| n / k) [INFO] [stderr] 74 | | .collect::>() [INFO] [stderr] 75 | | .iter() [INFO] [stderr] 76 | | .map(|k| divs.push(*k)) [INFO] [stderr] 77 | | .collect::>(); [INFO] [stderr] | |______________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 09s [INFO] running `"docker" "inspect" "ca1ec1f10d6308c12431a326ef3df4e14342c46269ab3be420b0e12f94ecb382"` [INFO] running `"docker" "rm" "-f" "ca1ec1f10d6308c12431a326ef3df4e14342c46269ab3be420b0e12f94ecb382"` [INFO] [stdout] ca1ec1f10d6308c12431a326ef3df4e14342c46269ab3be420b0e12f94ecb382 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 9f820dfdaf6df94aee83e9958c9fbef5ac847190c96c123a91f7a501bd515a8b [INFO] running `"docker" "start" "-a" "9f820dfdaf6df94aee83e9958c9fbef5ac847190c96c123a91f7a501bd515a8b"` [INFO] [stderr] Compiling varf v0.1.2 (/opt/crater/workdir) [INFO] [stderr] warning: unused return value of `std::iter::Iterator::collect` that must be used [INFO] [stderr] --> src/visu.rs:71:5 [INFO] [stderr] | [INFO] [stderr] 71 | / divs.iter() [INFO] [stderr] 72 | | .rev() [INFO] [stderr] 73 | | .map(|k| n / k) [INFO] [stderr] 74 | | .collect::>() [INFO] [stderr] 75 | | .iter() [INFO] [stderr] 76 | | .map(|k| divs.push(*k)) [INFO] [stderr] 77 | | .collect::>(); [INFO] [stderr] | |______________________________^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_must_use)] on by default [INFO] [stderr] = note: if you really need to exhaust the iterator, consider `.for_each(drop)` instead [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.51s [INFO] running `"docker" "inspect" "9f820dfdaf6df94aee83e9958c9fbef5ac847190c96c123a91f7a501bd515a8b"` [INFO] running `"docker" "rm" "-f" "9f820dfdaf6df94aee83e9958c9fbef5ac847190c96c123a91f7a501bd515a8b"` [INFO] [stdout] 9f820dfdaf6df94aee83e9958c9fbef5ac847190c96c123a91f7a501bd515a8b [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-7/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/gyscos/varf:/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "test" "--frozen"` [INFO] [stdout] e7cd6295e79044cb6763718cb411aefaaa6191d7b844da10aab49cb4cfc71c6d [INFO] running `"docker" "start" "-a" "e7cd6295e79044cb6763718cb411aefaaa6191d7b844da10aab49cb4cfc71c6d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.08s [INFO] [stderr] Running /opt/crater/target/debug/deps/varf-8a3b56b67e04c68a [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" "e7cd6295e79044cb6763718cb411aefaaa6191d7b844da10aab49cb4cfc71c6d"` [INFO] running `"docker" "rm" "-f" "e7cd6295e79044cb6763718cb411aefaaa6191d7b844da10aab49cb4cfc71c6d"` [INFO] [stdout] e7cd6295e79044cb6763718cb411aefaaa6191d7b844da10aab49cb4cfc71c6d