[INFO] cloning repository ELD/Aluminum-rs [INFO] running `"git" "clone" "--bare" "git://github.com/ELD/Aluminum-rs.git" "work/cache/sources/gh/ELD/Aluminum-rs"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/ELD/Aluminum-rs'... [INFO] running `"git" "clone" "work/cache/sources/gh/ELD/Aluminum-rs" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ELD/Aluminum-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/ELD/Aluminum-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ELD/Aluminum-rs" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/ELD/Aluminum-rs"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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 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 ELD/Aluminum-rs 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 ELD/Aluminum-rs [INFO] finished frobbing ELD/Aluminum-rs [INFO] frobbed toml for ELD/Aluminum-rs written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/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" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded liquid v0.10.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ELD/Aluminum-rs against master#c8865d8e195813ade6b84434ac9f8850e7112d1a for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=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] c36ccece5342e9a0a5c9a4195492c26ff203096a9dcde368c6ac827934d76168 [INFO] running `"docker" "start" "-a" "c36ccece5342e9a0a5c9a4195492c26ff203096a9dcde368c6ac827934d76168"` [INFO] [stderr] Compiling getopts v0.2.14 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling version_check v0.1.2 [INFO] [stderr] Compiling unicode-normalization v0.1.4 [INFO] [stderr] Compiling utf8-ranges v1.0.0 [INFO] [stderr] Compiling regex-syntax v0.4.1 [INFO] [stderr] Compiling pulldown-cmark v0.0.14 [INFO] [stderr] Compiling either v1.1.0 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling unicode-segmentation v1.2.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 yaml-rust v0.3.5 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling thread-id v3.1.0 [INFO] [stderr] Compiling time v0.1.37 [INFO] [stderr] Compiling atty v0.2.2 [INFO] [stderr] Compiling term_size v0.3.0 [INFO] [stderr] Compiling num_cpus v1.5.1 [INFO] [stderr] Compiling unreachable v0.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.3 [INFO] [stderr] Compiling base64 v0.5.2 [INFO] [stderr] Compiling itertools v0.6.0 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling unicase v1.4.2 [INFO] [stderr] Compiling clap v2.24.2 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling num-integer v0.1.34 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Compiling num-iter v0.1.33 [INFO] [stderr] Compiling num v0.1.39 [INFO] [stderr] Compiling chrono v0.3.1 [INFO] [stderr] Compiling idna v0.1.2 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling url v1.4.1 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling liquid v0.10.0 [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 aluminum v0.3.0 (/opt/crater/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 20s [INFO] running `"docker" "inspect" "c36ccece5342e9a0a5c9a4195492c26ff203096a9dcde368c6ac827934d76168"` [INFO] running `"docker" "rm" "-f" "c36ccece5342e9a0a5c9a4195492c26ff203096a9dcde368c6ac827934d76168"` [INFO] [stdout] c36ccece5342e9a0a5c9a4195492c26ff203096a9dcde368c6ac827934d76168 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=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] 148753e24964a7b437a27a8ed4b84c64417cd36dedcb6f0c3e475196f6925c50 [INFO] running `"docker" "start" "-a" "148753e24964a7b437a27a8ed4b84c64417cd36dedcb6f0c3e475196f6925c50"` [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 19.18s [INFO] running `"docker" "inspect" "148753e24964a7b437a27a8ed4b84c64417cd36dedcb6f0c3e475196f6925c50"` [INFO] running `"docker" "rm" "-f" "148753e24964a7b437a27a8ed4b84c64417cd36dedcb6f0c3e475196f6925c50"` [INFO] [stdout] 148753e24964a7b437a27a8ed4b84c64417cd36dedcb6f0c3e475196f6925c50 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-3/master#c8865d8e195813ade6b84434ac9f8850e7112d1a:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/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=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] d8d76fa8f96bffcec5ad49a763a99a7c004394e93d36216195b76afadcc7b874 [INFO] running `"docker" "start" "-a" "d8d76fa8f96bffcec5ad49a763a99a7c004394e93d36216195b76afadcc7b874"` [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 17.88s [INFO] [stderr] Running /opt/crater/target/debug/deps/aluminum-cc8c729423e432e6 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test config::tests::it_parses_input_directory_option_in_config ... ok [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_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_complex_frontmatter_values ... ok [INFO] [stdout] test generation::test::it_injects_frontmatter_values ... ok [INFO] [stdout] test generation::test::page_parses_out_as_liquid_template ... ok [INFO] [stdout] test generation::test::it_panics_when_file_cannot_be_found ... ok [INFO] [stdout] test config::tests::it_panics_on_poorly_formed_file ... 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-fa4ce8e9c5890c1d [INFO] [stdout] [INFO] [stdout] running 14 tests [INFO] [stdout] test it_creates_a_new_project ... ok [INFO] [stdout] test it_deletes_the_built_site_on_clean ... ok [INFO] [stdout] test it_builds_a_project_with_footnote_and_table_support ... ok [INFO] [stdout] test it_builds_a_default_project ... ok [INFO] [stdout] test it_ignores_files_with_underscores_when_building_the_project ... ok [INFO] [stdout] test it_copies_all_files_regardless_of_extension ... 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 it_hits_every_route_in_the_pages_directory ... 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] test it_returns_a_404_when_the_route_is_invalid ... ok [INFO] [stdout] test the_port_number_can_be_changed ... ok [INFO] [stdout] test it_panics_on_invalid_server_connection ... 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" "d8d76fa8f96bffcec5ad49a763a99a7c004394e93d36216195b76afadcc7b874"` [INFO] running `"docker" "rm" "-f" "d8d76fa8f96bffcec5ad49a763a99a7c004394e93d36216195b76afadcc7b874"` [INFO] [stdout] d8d76fa8f96bffcec5ad49a763a99a7c004394e93d36216195b76afadcc7b874