[INFO] crate fgen 0.1.0 is already in cache [INFO] extracting crate fgen 0.1.0 into work/ex/beta-1.38-1/sources/1.37.0/reg/fgen/0.1.0 [INFO] extracting crate fgen 0.1.0 into work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/fgen/0.1.0 [INFO] validating manifest of fgen-0.1.0 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 fgen-0.1.0 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 fgen-0.1.0 [INFO] finished frobbing fgen-0.1.0 [INFO] frobbed toml for fgen-0.1.0 written to work/ex/beta-1.38-1/sources/1.37.0/reg/fgen/0.1.0/Cargo.toml [INFO] started frobbing fgen-0.1.0 [INFO] finished frobbing fgen-0.1.0 [INFO] frobbed toml for fgen-0.1.0 written to work/ex/beta-1.38-1/sources/beta-2019-08-13/reg/fgen/0.1.0/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 fgen-0.1.0 against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/fgen/0.1.0:/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.37.0" "build" "--frozen"` [INFO] [stdout] df647881335cc1dd27930ab631c1468363035a0ce4609fea1aaa35b3da657948 [INFO] running `"docker" "start" "-a" "df647881335cc1dd27930ab631c1468363035a0ce4609fea1aaa35b3da657948"` [INFO] [stderr] Compiling ucd-trie v0.1.2 [INFO] [stderr] Compiling unic-common v0.7.0 [INFO] [stderr] Compiling unic-char-range v0.7.0 [INFO] [stderr] Compiling maplit v1.0.1 [INFO] [stderr] Compiling deunicode v0.4.3 [INFO] [stderr] Compiling fgen v0.1.0 (/opt/crater/workdir) [INFO] [stderr] Compiling humansize v1.1.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] warning: unused import: `std::env` [INFO] [stderr] --> build.rs:4:5 [INFO] [stderr] | [INFO] [stderr] 4 | use std::env; [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] Compiling unic-ucd-version v0.7.0 [INFO] [stderr] Compiling unic-char-property v0.7.0 [INFO] [stderr] Compiling slug v0.1.4 [INFO] [stderr] Compiling unic-ucd-segment v0.7.0 [INFO] [stderr] Compiling pest v2.1.1 [INFO] [stderr] Compiling unic-segment v0.7.0 [INFO] [stderr] Compiling pest_meta v2.1.1 [INFO] [stderr] Compiling pest_generator v2.1.0 [INFO] [stderr] Compiling pest_derive v2.1.0 [INFO] [stderr] Compiling tera v0.11.20 [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [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::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/errors.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [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 36.48s [INFO] running `"docker" "inspect" "df647881335cc1dd27930ab631c1468363035a0ce4609fea1aaa35b3da657948"` [INFO] running `"docker" "rm" "-f" "df647881335cc1dd27930ab631c1468363035a0ce4609fea1aaa35b3da657948"` [INFO] [stdout] df647881335cc1dd27930ab631c1468363035a0ce4609fea1aaa35b3da657948 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/reg/fgen/0.1.0:/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.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 2f2bc69c8fa3eed71dbe4eacaa64944a8c85d547c4d3b2d75e5eec576d85cb8a [INFO] running `"docker" "start" "-a" "2f2bc69c8fa3eed71dbe4eacaa64944a8c85d547c4d3b2d75e5eec576d85cb8a"` [INFO] [stderr] Compiling fgen v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: expected one of `.`, `::`, `;`, `?`, or an operator, found `}` [INFO] [stderr] --> tests/integration.rs:20:1 [INFO] [stderr] | [INFO] [stderr] 19 | let generated_path = project_path.cl [INFO] [stderr] | - expected one of `.`, `::`, `;`, `?`, or an operator here [INFO] [stderr] 20 | } [INFO] [stderr] | ^ unexpected token [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `generator` [INFO] [stderr] --> tests/integration.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | extern crate generator; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `fgen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/generator.rs:211:17 [INFO] [stderr] | [INFO] [stderr] 211 | context.add("msg", &"Hello World!"); [INFO] [stderr] | ^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'tera::Context::add': Use `insert` instead to keep consistency with std collections [INFO] [stderr] --> src/generator.rs:237:17 [INFO] [stderr] | [INFO] [stderr] 237 | context.add("msg", &"Hello World!"); [INFO] [stderr] | ^^^ [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:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / error_chain! { [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | foreign_links { [INFO] [stderr] 4 | | Fmt(::std::fmt::Error); [INFO] [stderr] ... | [INFO] [stderr] 29 | | } [INFO] [stderr] 30 | | } [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] error: build failed [INFO] running `"docker" "inspect" "2f2bc69c8fa3eed71dbe4eacaa64944a8c85d547c4d3b2d75e5eec576d85cb8a"` [INFO] running `"docker" "rm" "-f" "2f2bc69c8fa3eed71dbe4eacaa64944a8c85d547c4d3b2d75e5eec576d85cb8a"` [INFO] [stdout] 2f2bc69c8fa3eed71dbe4eacaa64944a8c85d547c4d3b2d75e5eec576d85cb8a