[INFO] cloning repository euank/synapse-password-reset [INFO] running `"git" "clone" "--bare" "git://github.com/euank/synapse-password-reset.git" "work/cache/sources/gh/euank/synapse-password-reset"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/euank/synapse-password-reset'... [INFO] running `"git" "clone" "work/cache/sources/gh/euank/synapse-password-reset" "work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/euank/synapse-password-reset"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/euank/synapse-password-reset'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/euank/synapse-password-reset" "work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/euank/synapse-password-reset"` [INFO] [stderr] Cloning into 'work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/euank/synapse-password-reset'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] de6a015314be725d80e398f04904e02f0d1f3c64 [INFO] sha for GitHub repo euank/synapse-password-reset: de6a015314be725d80e398f04904e02f0d1f3c64 [INFO] validating manifest of euank/synapse-password-reset on toolchain master#9f06855064ed06a50c496577b21ca50f92a2e67d [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of euank/synapse-password-reset on toolchain try#d3301713b54af69ca9de941a8c6b0d8287dbd6df [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing euank/synapse-password-reset [INFO] finished frobbing euank/synapse-password-reset [INFO] frobbed toml for euank/synapse-password-reset written to work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/euank/synapse-password-reset/Cargo.toml [INFO] started frobbing euank/synapse-password-reset [INFO] finished frobbing euank/synapse-password-reset [INFO] frobbed toml for euank/synapse-password-reset written to work/ex/pr-61874/sources/try#d3301713b54af69ca9de941a8c6b0d8287dbd6df/gh/euank/synapse-password-reset/Cargo.toml [INFO] crate euank/synapse-password-reset already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] [stderr] Updating git repository `https://github.com/euank/nickel-mustache` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+d3301713b54af69ca9de941a8c6b0d8287dbd6df-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache lock [INFO] checking euank/synapse-password-reset against master#9f06855064ed06a50c496577b21ca50f92a2e67d for pr-61874 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61874/worker-6/master#9f06855064ed06a50c496577b21ca50f92a2e67d:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61874/sources/master#9f06855064ed06a50c496577b21ca50f92a2e67d/gh/euank/synapse-password-reset:/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" "+9f06855064ed06a50c496577b21ca50f92a2e67d-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 91bb537f763171bef5df94b2170e7ce7008028e4aa4cebf808d1243c6180d103 [INFO] running `"docker" "start" "-a" "91bb537f763171bef5df94b2170e7ce7008028e4aa4cebf808d1243c6180d103"` [INFO] [stderr] Checking md5 v0.2.1 [INFO] [stderr] Checking bufstream v0.1.2 [INFO] [stderr] Checking term_size v0.2.1 [INFO] [stderr] Checking phf v0.7.20 [INFO] [stderr] Checking mustache v0.6.3 [INFO] [stderr] Checking bcrypt v0.1.3 [INFO] [stderr] Checking env_logger v0.4.0 [INFO] [stderr] Checking hyper v0.10.2 [INFO] [stderr] Checking clap v2.19.3 [INFO] [stderr] error: enum is private and its variants cannot be re-exported [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mustache-0.6.3/src/parser.rs:4:9 [INFO] [stderr] | [INFO] [stderr] 4 | pub use self::ParserState::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 43 | enum ParserState { TEXT, OTAG, TAG, CTAG } [INFO] [stderr] | ---------------- help: consider making the enum public: `pub enum ParserState` [INFO] [stderr] [INFO] [stderr] error: enum is private and its variants cannot be re-exported [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/mustache-0.6.3/src/parser.rs:5:9 [INFO] [stderr] | [INFO] [stderr] 5 | pub use self::TokenClass::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 18 | enum TokenClass { [INFO] [stderr] | --------------- help: consider making the enum public: `pub enum TokenClass` [INFO] [stderr] [INFO] [stderr] Checking postgres-protocol v0.2.0 [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `mustache`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "91bb537f763171bef5df94b2170e7ce7008028e4aa4cebf808d1243c6180d103"` [INFO] running `"docker" "rm" "-f" "91bb537f763171bef5df94b2170e7ce7008028e4aa4cebf808d1243c6180d103"` [INFO] [stdout] 91bb537f763171bef5df94b2170e7ce7008028e4aa4cebf808d1243c6180d103