[INFO] crate porteurbars 0.1.5 is already in cache [INFO] extracting crate porteurbars 0.1.5 into work/ex/beta-1.38-1/sources/1.37.0/reg/porteurbars/0.1.5 [INFO] extracting crate porteurbars 0.1.5 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/porteurbars/0.1.5 [INFO] validating manifest of porteurbars-0.1.5 on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of porteurbars-0.1.5 on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing porteurbars-0.1.5 [INFO] finished frobbing porteurbars-0.1.5 [INFO] frobbed toml for porteurbars-0.1.5 written to work/ex/beta-1.38-1/sources/1.37.0/reg/porteurbars/0.1.5/Cargo.toml [INFO] started frobbing porteurbars-0.1.5 [INFO] finished frobbing porteurbars-0.1.5 [INFO] frobbed toml for porteurbars-0.1.5 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/porteurbars/0.1.5/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing porteurbars-0.1.5 against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/porteurbars/0.1.5:/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-08-13" "build" "--frozen"` [INFO] [stdout] 29ffc7b8dd6eae2f7f08e6f922d1ed9e150039a7f21187e9679a9ccbe2ca0e19 [INFO] running `"docker" "start" "-a" "29ffc7b8dd6eae2f7f08e6f922d1ed9e150039a7f21187e9679a9ccbe2ca0e19"` [INFO] [stderr] Compiling case v0.1.0 [INFO] [stderr] Compiling libgit2-sys v0.6.19 [INFO] [stderr] Compiling handlebars v0.28.3 [INFO] [stderr] Compiling git2 v0.6.11 [INFO] [stderr] Compiling porteurbars v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | /// Enumeration of types of errors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/template.rs:107:40 [INFO] [stderr] | [INFO] [stderr] 107 | path.to_str().unwrap().trim_left_matches(scratchpath); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 23.38s [INFO] running `"docker" "inspect" "29ffc7b8dd6eae2f7f08e6f922d1ed9e150039a7f21187e9679a9ccbe2ca0e19"` [INFO] running `"docker" "rm" "-f" "29ffc7b8dd6eae2f7f08e6f922d1ed9e150039a7f21187e9679a9ccbe2ca0e19"` [INFO] [stdout] 29ffc7b8dd6eae2f7f08e6f922d1ed9e150039a7f21187e9679a9ccbe2ca0e19 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/porteurbars/0.1.5:/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-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 49eb45720140f350a0c593791c07edd2cf064a4a82eb21e1dd737b03f5128d75 [INFO] running `"docker" "start" "-a" "49eb45720140f350a0c593791c07edd2cf064a4a82eb21e1dd737b03f5128d75"` [INFO] [stderr] Compiling porteurbars v0.1.5 (/opt/crater/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/errors.rs:7:1 [INFO] [stderr] | [INFO] [stderr] 7 | /// Enumeration of types of errors [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/git.rs:21:9 [INFO] [stderr] | [INFO] [stderr] 21 | / lazy_static! { [INFO] [stderr] 22 | | static ref LOCAL: Regex = Regex::new(r#"^file://(\S+)$"#).unwrap(); [INFO] [stderr] 23 | | static ref GH: Regex = Regex::new(r#"^([^\s/]+)/([^\s/]+?)$"#).unwrap(); [INFO] [stderr] 24 | | static ref REMOTE: Regex = Regex::new( [INFO] [stderr] 25 | | r#"^(git[@|://].*)|(https://.*)|(http://.*)|(ssh://.*)$"# [INFO] [stderr] 26 | | ).unwrap(); [INFO] [stderr] 27 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/template.rs:107:40 [INFO] [stderr] | [INFO] [stderr] 107 | path.to_str().unwrap().trim_left_matches(scratchpath); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / error_chain! { [INFO] [stderr] 9 | | [INFO] [stderr] 10 | | foreign_links { [INFO] [stderr] 11 | | Io(io::Error); [INFO] [stderr] ... | [INFO] [stderr] 31 | | } [INFO] [stderr] 32 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.93s [INFO] running `"docker" "inspect" "49eb45720140f350a0c593791c07edd2cf064a4a82eb21e1dd737b03f5128d75"` [INFO] running `"docker" "rm" "-f" "49eb45720140f350a0c593791c07edd2cf064a4a82eb21e1dd737b03f5128d75"` [INFO] [stdout] 49eb45720140f350a0c593791c07edd2cf064a4a82eb21e1dd737b03f5128d75 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-7/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/porteurbars/0.1.5:/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-08-13" "test" "--frozen"` [INFO] [stdout] 3a8b3fde06ce015e10a9c37d1cadc52a527adddfb7afbf37178ee3fb7ea8bef2 [INFO] running `"docker" "start" "-a" "3a8b3fde06ce015e10a9c37d1cadc52a527adddfb7afbf37178ee3fb7ea8bef2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/porteurbars-6de55b9a19d3fbfa [INFO] [stdout] [INFO] [stdout] running 16 tests [INFO] [stdout] test defaults::tests::parses_defaults_preserving_order ... ok [INFO] [stdout] test template::tests::bars_capitalize ... ok [INFO] [stdout] test template::tests::bars_camel ... ok [INFO] [stdout] test template::tests::bars_dashed ... ok [INFO] [stdout] test template::tests::bars_lower ... ok [INFO] [stdout] test template::tests::bars_eq ... ok [INFO] [stdout] test template::tests::bars_respects_escapes_tags ... ok [INFO] [stdout] test template::tests::bars_neq ... ok [INFO] [stdout] test defaults::tests::test_from_string ... ok [INFO] [stdout] test template::tests::bars_snake ... ok [INFO] [stdout] test template::tests::bars_upper ... ok [INFO] [stdout] test git::tests::test_public_ssh_url ... ok [INFO] [stdout] test git::tests::test_github_url ... ok [INFO] [stdout] test git::tests::test_https_url ... ok [INFO] [stdout] test git::tests::test_authenticated_ssh_url ... ok [INFO] [stdout] test git::tests::test_local_uri ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 16 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/crater/target/debug/deps/porteurbars-6660da3522cfc039 [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 porteurbars [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" "3a8b3fde06ce015e10a9c37d1cadc52a527adddfb7afbf37178ee3fb7ea8bef2"` [INFO] running `"docker" "rm" "-f" "3a8b3fde06ce015e10a9c37d1cadc52a527adddfb7afbf37178ee3fb7ea8bef2"` [INFO] [stdout] 3a8b3fde06ce015e10a9c37d1cadc52a527adddfb7afbf37178ee3fb7ea8bef2