[INFO] updating cached repository pjhades/izzet [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/pjhades/izzet [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/pjhades/izzet" "work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/pjhades/izzet" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pjhades/izzet"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pjhades/izzet'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6e310cef91480c9671d87d4e2810b1aaeae0dafc [INFO] sha for GitHub repo pjhades/izzet: 6e310cef91480c9671d87d4e2810b1aaeae0dafc [INFO] validating manifest of pjhades/izzet 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 pjhades/izzet 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 pjhades/izzet [INFO] finished frobbing pjhades/izzet [INFO] frobbed toml for pjhades/izzet written to work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet/Cargo.toml [INFO] started frobbing pjhades/izzet [INFO] finished frobbing pjhades/izzet [INFO] frobbed toml for pjhades/izzet written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/pjhades/izzet/Cargo.toml [INFO] crate pjhades/izzet 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 pjhades/izzet 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-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet:/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] f2300510daa3a490fad23dfe1b826472f3a6290f43e86e6c50521f076aee2e05 [INFO] running `"docker" "start" "-a" "f2300510daa3a490fad23dfe1b826472f3a6290f43e86e6c50521f076aee2e05"` [INFO] [stderr] Compiling cc v1.0.1 [INFO] [stderr] Compiling pulldown-cmark v0.1.0 [INFO] [stderr] Compiling unidecode v0.2.0 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling humansize v1.0.1 [INFO] [stderr] Compiling pest v0.4.1 [INFO] [stderr] Compiling getopts v0.2.15 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling rand v0.3.18 [INFO] [stderr] Compiling time v0.1.38 [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] [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling thread_local v0.3.4 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling url v1.5.1 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling chrono v0.2.25 [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.1/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 uuid v0.1.18 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling slug v0.1.2 [INFO] [stderr] Compiling serde_derive v1.0.15 [INFO] [stderr] Compiling tiny_http v0.5.8 [INFO] [stderr] Compiling serde_json v1.0.4 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling toml v0.4.5 [INFO] [stderr] Compiling backtrace v0.3.3 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling tera v0.10.10 [INFO] [stderr] Compiling izzet v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 50.90s [INFO] running `"docker" "inspect" "f2300510daa3a490fad23dfe1b826472f3a6290f43e86e6c50521f076aee2e05"` [INFO] running `"docker" "rm" "-f" "f2300510daa3a490fad23dfe1b826472f3a6290f43e86e6c50521f076aee2e05"` [INFO] [stdout] f2300510daa3a490fad23dfe1b826472f3a6290f43e86e6c50521f076aee2e05 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet:/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] dafafb70fb791639369ea85ff07eab412cdeb2c4dd8410fcbb97ec27343c64e3 [INFO] running `"docker" "start" "-a" "dafafb70fb791639369ea85ff07eab412cdeb2c4dd8410fcbb97ec27343c64e3"` [INFO] [stderr] Compiling izzet v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.51s [INFO] running `"docker" "inspect" "dafafb70fb791639369ea85ff07eab412cdeb2c4dd8410fcbb97ec27343c64e3"` [INFO] running `"docker" "rm" "-f" "dafafb70fb791639369ea85ff07eab412cdeb2c4dd8410fcbb97ec27343c64e3"` [INFO] [stdout] dafafb70fb791639369ea85ff07eab412cdeb2c4dd8410fcbb97ec27343c64e3 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-5/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/pjhades/izzet:/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] 3edb9d7a479667f438dd4b38f843e85d857569f5f410d0a61cdff55dbc96c28d [INFO] running `"docker" "start" "-a" "3edb9d7a479667f438dd4b38f843e85d857569f5f410d0a61cdff55dbc96c28d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/izzet-4be8484eadf451c9 [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test conf::tests::test_conf_defeault_value ... ok [INFO] [stdout] test post::tests::test_create_post ... ok [INFO] [stdout] test new::tests::test_create_site ... ok [INFO] [stdout] test post::tests::test_post_with_bad_meta ... ok [INFO] [stdout] test conf::tests::test_conf_from_file ... ok [INFO] [stdout] test site::tests::test_generate ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/izzet-1ee07fd56cc2b433 [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] Doc-tests izzet [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" "3edb9d7a479667f438dd4b38f843e85d857569f5f410d0a61cdff55dbc96c28d"` [INFO] running `"docker" "rm" "-f" "3edb9d7a479667f438dd4b38f843e85d857569f5f410d0a61cdff55dbc96c28d"` [INFO] [stdout] 3edb9d7a479667f438dd4b38f843e85d857569f5f410d0a61cdff55dbc96c28d