[INFO] updating cached repository https://github.com/jaroslaw-weber/cookbook-new-design [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 89a2b99bde6d6edd130d55117b1d6c065981e711 [INFO] testing jaroslaw-weber/cookbook-new-design against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjaroslaw-weber%2Fcookbook-new-design" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jaroslaw-weber/cookbook-new-design on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jaroslaw-weber/cookbook-new-design [INFO] finished tweaking git repo https://github.com/jaroslaw-weber/cookbook-new-design [INFO] tweaked toml for git repo https://github.com/jaroslaw-weber/cookbook-new-design written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/jaroslaw-weber/cookbook-new-design already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] e71ad1545c6a42c38287c1043a52d14499299deaaa9e6caccc321140d0232d5c [INFO] running `"docker" "start" "-a" "e71ad1545c6a42c38287c1043a52d14499299deaaa9e6caccc321140d0232d5c"` [INFO] [stderr] Compiling libc v0.2.31 [INFO] [stderr] Compiling serde v1.0.15 [INFO] [stderr] Compiling quick-error v1.2.1 [INFO] [stderr] Compiling pest v0.3.3 [INFO] [stderr] Compiling maplit v0.1.4 [INFO] [stderr] Compiling serde_derive_internals v0.16.0 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling csv v0.15.0 [INFO] [stderr] Compiling serde_derive v1.0.15 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling env_logger v0.4.3 [INFO] [stderr] Compiling serde_json v1.0.3 [INFO] [stderr] Compiling handlebars v0.29.1 [INFO] [stderr] Compiling cookbook_new v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:25:58 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn get_tag_categories() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:66:60 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_crate_categories() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/generator.rs:16:52 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn generate_static_website() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snippet_parser.rs:8:55 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn get_all_snippets() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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 11.91s [INFO] running `"docker" "inspect" "e71ad1545c6a42c38287c1043a52d14499299deaaa9e6caccc321140d0232d5c"` [INFO] running `"docker" "rm" "-f" "e71ad1545c6a42c38287c1043a52d14499299deaaa9e6caccc321140d0232d5c"` [INFO] [stdout] e71ad1545c6a42c38287c1043a52d14499299deaaa9e6caccc321140d0232d5c [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 34fec16ffd7e12d8d736750a34071d63bb34769f6c57eb6369cd369f6ea9d5c6 [INFO] running `"docker" "start" "-a" "34fec16ffd7e12d8d736750a34071d63bb34769f6c57eb6369cd369f6ea9d5c6"` [INFO] [stderr] Compiling cookbook_new v0.4.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:25:58 [INFO] [stderr] | [INFO] [stderr] 25 | pub fn get_tag_categories() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/parser.rs:66:60 [INFO] [stderr] | [INFO] [stderr] 66 | pub fn get_crate_categories() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/generator.rs:16:52 [INFO] [stderr] | [INFO] [stderr] 16 | pub fn generate_static_website() -> Result<(), Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/snippet_parser.rs:8:55 [INFO] [stderr] | [INFO] [stderr] 8 | pub fn get_all_snippets() -> Result, Box> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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/parser.rs:8:1 [INFO] [stderr] | [INFO] [stderr] 8 | / lazy_static!( [INFO] [stderr] 9 | | pub static ref TAGS_LINKS: HashMap = load_csv_hashmap("data/tags_links.csv"); [INFO] [stderr] 10 | | pub static ref TAGS_DESC: HashMap = load_csv_hashmap("data/tags_descriptions.csv"); [INFO] [stderr] 11 | | pub static ref CRATES_DESC: HashMap = load_csv_hashmap("data/crates_descriptions.csv"); [INFO] [stderr] 12 | | ); [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 0.97s [INFO] running `"docker" "inspect" "34fec16ffd7e12d8d736750a34071d63bb34769f6c57eb6369cd369f6ea9d5c6"` [INFO] running `"docker" "rm" "-f" "34fec16ffd7e12d8d736750a34071d63bb34769f6c57eb6369cd369f6ea9d5c6"` [INFO] [stdout] 34fec16ffd7e12d8d736750a34071d63bb34769f6c57eb6369cd369f6ea9d5c6 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen"` [INFO] [stdout] e6f11e6cc295361c7ebd9125e005956969aded7e656c39c6e41f2567b26e28f2 [INFO] running `"docker" "start" "-a" "e6f11e6cc295361c7ebd9125e005956969aded7e656c39c6e41f2567b26e28f2"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/cookbook_new-2eda026b5311f124 [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" "e6f11e6cc295361c7ebd9125e005956969aded7e656c39c6e41f2567b26e28f2"` [INFO] running `"docker" "rm" "-f" "e6f11e6cc295361c7ebd9125e005956969aded7e656c39c6e41f2567b26e28f2"` [INFO] [stdout] e6f11e6cc295361c7ebd9125e005956969aded7e656c39c6e41f2567b26e28f2