[INFO] updating cached repository devnought/hashy [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/devnought/hashy [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/devnought/hashy" "work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/devnought/hashy"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/devnought/hashy'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/devnought/hashy" "work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/devnought/hashy"` [INFO] [stderr] Cloning into 'work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/devnought/hashy'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 324b2a0ee2b046ad7f2e012d75f5ceb8c033e6c6 [INFO] sha for GitHub repo devnought/hashy: 324b2a0ee2b046ad7f2e012d75f5ceb8c033e6c6 [INFO] validating manifest of devnought/hashy on toolchain master#e2f221c75932de7a29845c8d6f1f73536ad00c41 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of devnought/hashy on toolchain try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing devnought/hashy [INFO] finished frobbing devnought/hashy [INFO] frobbed toml for devnought/hashy written to work/ex/pr-57617/sources/master#e2f221c75932de7a29845c8d6f1f73536ad00c41/gh/devnought/hashy/Cargo.toml [INFO] started frobbing devnought/hashy [INFO] finished frobbing devnought/hashy [INFO] frobbed toml for devnought/hashy written to work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/devnought/hashy/Cargo.toml [INFO] crate devnought/hashy has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e2f221c75932de7a29845c8d6f1f73536ad00c41-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking devnought/hashy against try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff for pr-57617 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57617/worker-7/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57617/sources/try#0bfb90d213a93e466b33d078a5b535a2a6f9c5ff/gh/devnought/hashy:/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" "+0bfb90d213a93e466b33d078a5b535a2a6f9c5ff-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] b3b4ea659552963e963214aee8243633d61ccfdcf714154e535e7823398d84fe [INFO] running `"docker" "start" "-a" "b3b4ea659552963e963214aee8243633d61ccfdcf714154e535e7823398d84fe"` [INFO] [stderr] Blocking waiting for file lock on the registry index [INFO] [stderr] Checking crossbeam-epoch v0.5.2 [INFO] [stderr] Checking crossbeam-epoch v0.6.1 [INFO] [stderr] Checking clap v2.32.0 [INFO] [stderr] Checking pbr v1.0.1 [INFO] [stderr] Checking content_inspector v0.2.4 [INFO] [stderr] Checking crossbeam-deque v0.5.2 [INFO] [stderr] Checking crossbeam-channel v0.2.6 [INFO] [stderr] Checking crossbeam v0.4.1 [INFO] [stderr] Checking tantivy v0.7.1 [INFO] [stderr] Checking hashy v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hs.rs:55:30 [INFO] [stderr] | [INFO] [stderr] 55 | let d = searcher.doc(&doc).expect("Could not retrieve doc"); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `tantivy::DocAddress`, found reference [INFO] [stderr] | help: consider removing the borrow: `doc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tantivy::DocAddress` [INFO] [stderr] found type `&tantivy::DocAddress` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `hashy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0308]: mismatched types [INFO] [stderr] --> src/bin/hs.rs:55:30 [INFO] [stderr] | [INFO] [stderr] 55 | let d = searcher.doc(&doc).expect("Could not retrieve doc"); [INFO] [stderr] | ^^^^ [INFO] [stderr] | | [INFO] [stderr] | expected struct `tantivy::DocAddress`, found reference [INFO] [stderr] | help: consider removing the borrow: `doc` [INFO] [stderr] | [INFO] [stderr] = note: expected type `tantivy::DocAddress` [INFO] [stderr] found type `&tantivy::DocAddress` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0308`. [INFO] [stderr] error: Could not compile `hashy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: cannot find macro `crate_name!` in this scope [INFO] [stderr] --> src/cli.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | App::new(crate_name!()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_version!` in this scope [INFO] [stderr] --> src/cli.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | .version(crate_version!()) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_authors!` in this scope [INFO] [stderr] --> src/cli.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | .author(crate_authors!()) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_description!` in this scope [INFO] [stderr] --> src/cli.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | .about(crate_description!()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_name!` in this scope [INFO] [stderr] --> src/cli.rs:12:14 [INFO] [stderr] | [INFO] [stderr] 12 | App::new(crate_name!()) [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_version!` in this scope [INFO] [stderr] --> src/cli.rs:13:18 [INFO] [stderr] | [INFO] [stderr] 13 | .version(crate_version!()) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_authors!` in this scope [INFO] [stderr] --> src/cli.rs:14:17 [INFO] [stderr] | [INFO] [stderr] 14 | .author(crate_authors!()) [INFO] [stderr] | ^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find macro `crate_description!` in this scope [INFO] [stderr] --> src/cli.rs:15:16 [INFO] [stderr] | [INFO] [stderr] 15 | .about(crate_description!()) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `hashy`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] error: Could not compile `hashy`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "b3b4ea659552963e963214aee8243633d61ccfdcf714154e535e7823398d84fe"` [INFO] running `"docker" "rm" "-f" "b3b4ea659552963e963214aee8243633d61ccfdcf714154e535e7823398d84fe"` [INFO] [stdout] b3b4ea659552963e963214aee8243633d61ccfdcf714154e535e7823398d84fe