[INFO] crate graphannis 0.13.0 is already in cache [INFO] extracting crate graphannis 0.13.0 into work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/graphannis/0.13.0 [INFO] extracting crate graphannis 0.13.0 into work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/graphannis/0.13.0 [INFO] validating manifest of graphannis-0.13.0 on toolchain master#f66e4697ae286985ddefc53c3a047614568458bb [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of graphannis-0.13.0 on toolchain try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing graphannis-0.13.0 [INFO] finished frobbing graphannis-0.13.0 [INFO] frobbed toml for graphannis-0.13.0 written to work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/graphannis/0.13.0/Cargo.toml [INFO] started frobbing graphannis-0.13.0 [INFO] finished frobbing graphannis-0.13.0 [INFO] frobbed toml for graphannis-0.13.0 written to work/ex/pr-58592/sources/try#c3b22200e6f5b70eb1f99ae6944d989ae17a458a/reg/graphannis/0.13.0/Cargo.toml [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c3b22200e6f5b70eb1f99ae6944d989ae17a458a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking graphannis-0.13.0 against master#f66e4697ae286985ddefc53c3a047614568458bb for pr-58592 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-58592/worker-1/master#f66e4697ae286985ddefc53c3a047614568458bb:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-58592/sources/master#f66e4697ae286985ddefc53c3a047614568458bb/reg/graphannis/0.13.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=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" "+f66e4697ae286985ddefc53c3a047614568458bb-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 98b0bdef0e4f5cfdcb0f8a9ba5efc69c441fba8728aa10693ecd54250755aa04 [INFO] running `"docker" "start" "-a" "98b0bdef0e4f5cfdcb0f8a9ba5efc69c441fba8728aa10693ecd54250755aa04"` [INFO] [stderr] Checking graphannis-malloc_size_of v1.0.0 [INFO] [stderr] Compiling sys-info v0.5.6 [INFO] [stderr] Compiling serde v1.0.88 [INFO] [stderr] Compiling syn v0.13.11 [INFO] [stderr] Checking bincode v1.1.2 [INFO] [stderr] Checking multimap v0.4.0 [INFO] [stderr] Checking chrono v0.4.6 [INFO] [stderr] Checking csv v1.0.5 [INFO] [stderr] Compiling indoc-impl v0.2.8 [INFO] [stderr] Compiling strum_macros v0.11.0 [INFO] [stderr] Checking indoc v0.2.8 [INFO] [stderr] Checking simplelog v0.5.3 [INFO] [stderr] Checking boolean_expression v0.3.8 [INFO] [stderr] Compiling docopt v1.0.2 [INFO] [stderr] Compiling string_cache v0.7.3 [INFO] [stderr] Compiling synstructure v0.8.1 [INFO] [stderr] Compiling lalrpop v0.16.3 [INFO] [stderr] Compiling graphannis-malloc_size_of_derive v1.0.0 [INFO] [stderr] Compiling graphannis v0.13.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/annis/errors.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | CSV(::csv::Error); [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error 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/annis/errors.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | CSV(::csv::Error); [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error 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/annis/errors.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | CSV(::csv::Error); [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] = note: this error 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/annis/errors.rs:4:1 [INFO] [stderr] | [INFO] [stderr] 4 | / error_chain! { [INFO] [stderr] 5 | | [INFO] [stderr] 6 | | foreign_links { [INFO] [stderr] 7 | | CSV(::csv::Error); [INFO] [stderr] ... | [INFO] [stderr] 65 | | } [INFO] [stderr] 66 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this error 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: static variable `node_name_key` should have an upper case name [INFO] [stderr] --> src/annis/db/sort_matches.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | static ref node_name_key: AnnoKey = AnnoKey { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NODE_NAME_KEY` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(non_upper_case_globals)] on by default [INFO] [stderr] [INFO] [stderr] warning: static variable `node_name_key` should have an upper case name [INFO] [stderr] --> src/annis/db/sort_matches.rs:60:16 [INFO] [stderr] | [INFO] [stderr] 60 | static ref node_name_key: AnnoKey = AnnoKey { [INFO] [stderr] | ^^^^^^^^^^^^^ help: convert the identifier to upper case: `NODE_NAME_KEY` [INFO] [stderr] [INFO] [stderr] error[E0463]: can't find crate for `criterion` [INFO] [stderr] --> benches/graphannis.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate criterion; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: Could not compile `graphannis`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "98b0bdef0e4f5cfdcb0f8a9ba5efc69c441fba8728aa10693ecd54250755aa04"` [INFO] running `"docker" "rm" "-f" "98b0bdef0e4f5cfdcb0f8a9ba5efc69c441fba8728aa10693ecd54250755aa04"` [INFO] [stdout] 98b0bdef0e4f5cfdcb0f8a9ba5efc69c441fba8728aa10693ecd54250755aa04