[INFO] updating cached repository ELD/Aluminum-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ELD/Aluminum-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ELD/Aluminum-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/ELD/Aluminum-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/ELD/Aluminum-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ELD/Aluminum-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 83dcc67e273e345e62c3d5735c37e00730b9cefa [INFO] sha for GitHub repo ELD/Aluminum-rs: 83dcc67e273e345e62c3d5735c37e00730b9cefa [INFO] validating manifest of ELD/Aluminum-rs 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 ELD/Aluminum-rs 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 ELD/Aluminum-rs [INFO] finished frobbing ELD/Aluminum-rs [INFO] frobbed toml for ELD/Aluminum-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/ELD/Aluminum-rs/Cargo.toml [INFO] started frobbing ELD/Aluminum-rs [INFO] finished frobbing ELD/Aluminum-rs [INFO] frobbed toml for ELD/Aluminum-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs/Cargo.toml [INFO] crate ELD/Aluminum-rs 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 ELD/Aluminum-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 6619960c31c8644abaaaee976d5e4265e8ac4d10d554225d10bbcb5acc69c7fe [INFO] running `"docker" "start" "-a" "6619960c31c8644abaaaee976d5e4265e8ac4d10d554225d10bbcb5acc69c7fe"` [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling pulldown-cmark v0.0.14 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling unicode-segmentation v1.2.0 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling url v1.4.1 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling walkdir v1.0.7 [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 clap v2.24.2 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [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.1/src/form_urlencoded.rs:248:40 [INFO] [stderr] | [INFO] [stderr] 246 | impl<'a> Target for ::UrlQuery<'a> { [INFO] [stderr] | -- lifetime `'a` defined here [INFO] [stderr] 247 | fn as_mut_string(&mut self) -> &mut String { &mut self.url.serialization } [INFO] [stderr] 248 | 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 hyper v0.10.12 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling liquid v0.10.0 [INFO] [stderr] Compiling aluminum v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 26.78s [INFO] running `"docker" "inspect" "6619960c31c8644abaaaee976d5e4265e8ac4d10d554225d10bbcb5acc69c7fe"` [INFO] running `"docker" "rm" "-f" "6619960c31c8644abaaaee976d5e4265e8ac4d10d554225d10bbcb5acc69c7fe"` [INFO] [stdout] 6619960c31c8644abaaaee976d5e4265e8ac4d10d554225d10bbcb5acc69c7fe [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] ff3ed374e74519742743b131345d3b062c92759bca561c963bc91db3230843f7 [INFO] running `"docker" "start" "-a" "ff3ed374e74519742743b131345d3b062c92759bca561c963bc91db3230843f7"` [INFO] [stderr] Compiling difference v1.0.0 [INFO] [stderr] Compiling liquid v0.10.0 [INFO] [stderr] Compiling aluminum v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.80s [INFO] running `"docker" "inspect" "ff3ed374e74519742743b131345d3b062c92759bca561c963bc91db3230843f7"` [INFO] running `"docker" "rm" "-f" "ff3ed374e74519742743b131345d3b062c92759bca561c963bc91db3230843f7"` [INFO] [stdout] ff3ed374e74519742743b131345d3b062c92759bca561c963bc91db3230843f7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-6/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/ELD/Aluminum-rs:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] a3c959900f96c4fd6a3ee9e4a3bbb5ea1875da1172006884702170d9b34c96fd [INFO] running `"docker" "start" "-a" "a3c959900f96c4fd6a3ee9e4a3bbb5ea1875da1172006884702170d9b34c96fd"` [INFO] [stderr] Compiling liquid v0.10.0 [INFO] [stderr] Compiling aluminum v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.91s [INFO] [stderr] Running /opt/crater/target/debug/deps/aluminum-6afde485d0d4072c [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test config::tests::it_creates_sensible_defaults ... ok [INFO] [stdout] test config::tests::it_parses_output_directory_option_in_config ... ok [INFO] [stdout] test config::tests::it_parses_input_directory_option_in_config ... ok [INFO] [stdout] test config::tests::it_parses_markdown_options ... ok [INFO] [stdout] test config::tests::it_parses_port_number_in_config ... ok [INFO] [stdout] test generation::test::it_parses_a_valid_markdown_file_to_html ... ok [INFO] [stdout] test generation::test::it_parses_frontmatter_and_returns_a_page_object ... ok [INFO] [stdout] test generation::test::it_injects_frontmatter_values ... ok [INFO] [stdout] test generation::test::it_injects_complex_frontmatter_values ... ok [INFO] [stdout] test generation::test::page_parses_out_as_liquid_template ... ok [INFO] [stdout] test config::tests::it_panics_on_poorly_formed_file ... ok [INFO] [stdout] test generation::test::it_panics_when_file_cannot_be_found ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/lib-e418d17ba76499a6 [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test it_ignores_files_with_underscores_when_building_the_project ... ok [INFO] [stdout] test it_creates_a_new_project ... ok [INFO] [stdout] test it_copies_all_files_regardless_of_extension ... ok [INFO] [stdout] test it_builds_a_default_project ... ok [INFO] [stdout] test it_builds_a_project_with_footnote_and_table_support ... ok [INFO] [stdout] test it_deletes_the_built_site_on_clean ... ok [INFO] [stdout] test it_panics_on_invalid_server_connection ... ok [INFO] [stdout] test it_hits_every_route_in_the_pages_directory ... ok [INFO] [stdout] test it_builds_the_project_before_serving_the_site ... ok [INFO] [stdout] test it_returns_400_on_a_bad_request ... ok [INFO] [stdout] test the_port_number_can_be_changed ... ok [INFO] [stdout] test it_returns_a_404_when_the_route_is_invalid ... ok [INFO] [stdout] test it_spins_up_a_web_server_on_serve_command ... ok [INFO] [stdout] test it_returns_the_index_page_as_the_root_route ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 14 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests aluminum [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" "a3c959900f96c4fd6a3ee9e4a3bbb5ea1875da1172006884702170d9b34c96fd"` [INFO] running `"docker" "rm" "-f" "a3c959900f96c4fd6a3ee9e4a3bbb5ea1875da1172006884702170d9b34c96fd"` [INFO] [stdout] a3c959900f96c4fd6a3ee9e4a3bbb5ea1875da1172006884702170d9b34c96fd