[INFO] fetching crate punkt 1.0.5... [INFO] checking punkt-1.0.5 against beta for pr-78714 [INFO] extracting crate punkt 1.0.5 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate punkt 1.0.5 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate punkt 1.0.5 [INFO] finished tweaking crates.io crate punkt 1.0.5 [INFO] tweaked toml for crates.io crate punkt 1.0.5 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] be6186933f01cd833284e03147cbd4e0f0b34451145ec8a7619cf35d87481f93 [INFO] running `Command { std: "docker" "start" "-a" "be6186933f01cd833284e03147cbd4e0f0b34451145ec8a7619cf35d87481f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "be6186933f01cd833284e03147cbd4e0f0b34451145ec8a7619cf35d87481f93", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "be6186933f01cd833284e03147cbd4e0f0b34451145ec8a7619cf35d87481f93", kill_on_drop: false }` [INFO] [stdout] be6186933f01cd833284e03147cbd4e0f0b34451145ec8a7619cf35d87481f93 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8e08a30d7e8932a1452bfb875c4d2961d2355fcf19d42d893947ed28ca6ff321 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "8e08a30d7e8932a1452bfb875c4d2961d2355fcf19d42d893947ed28ca6ff321", kill_on_drop: false }` [INFO] [stderr] Checking rust-freqdist v0.1.5 [INFO] [stderr] Compiling phf_macros v0.7.24 [INFO] [stderr] Checking phf v0.7.24 [INFO] [stderr] Checking punkt v1.0.5 (/opt/rustwide/workdir) [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | #![feature(proc_macro_hygiene)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/trainer.rs:774:7 [INFO] [stdout] | [INFO] [stdout] 774 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 785 | / bench_trainer!( [INFO] [stdout] 786 | | bench_trainer_short, [INFO] [stdout] 787 | | include_str!("../test/raw/sigma-wiki.txt") [INFO] [stdout] 788 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: `#[deny(soft_unstable)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/trainer.rs:774:7 [INFO] [stdout] | [INFO] [stdout] 774 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 790 | / bench_trainer!( [INFO] [stdout] 791 | | bench_trainer_medium, [INFO] [stdout] 792 | | include_str!("../test/raw/npr-article-01.txt") [INFO] [stdout] 793 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/trainer.rs:774:7 [INFO] [stdout] | [INFO] [stdout] 774 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 795 | / bench_trainer!( [INFO] [stdout] 796 | | bench_trainer_long, [INFO] [stdout] 797 | | include_str!("../test/raw/the-sayings-of-confucius.txt") [INFO] [stdout] 798 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/trainer.rs:774:7 [INFO] [stdout] | [INFO] [stdout] 774 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 800 | / bench_trainer!( [INFO] [stdout] 801 | | bench_trainer_very_long, [INFO] [stdout] 802 | | include_str!("../test/raw/pride-and-prejudice.txt") [INFO] [stdout] 803 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:722:7 [INFO] [stdout] | [INFO] [stdout] 722 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 731 | / bench_word_tokenizer!( [INFO] [stdout] 732 | | word_tokenizer_bench_short, [INFO] [stdout] 733 | | include_str!("../test/raw/sigma-wiki.txt") [INFO] [stdout] 734 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:722:7 [INFO] [stdout] | [INFO] [stdout] 722 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 736 | / bench_word_tokenizer!( [INFO] [stdout] 737 | | word_tokenizer_bench_medium, [INFO] [stdout] 738 | | include_str!("../test/raw/npr-article-01.txt") [INFO] [stdout] 739 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:722:7 [INFO] [stdout] | [INFO] [stdout] 722 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 741 | / bench_word_tokenizer!( [INFO] [stdout] 742 | | word_tokenizer_bench_long, [INFO] [stdout] 743 | | include_str!("../test/raw/the-sayings-of-confucius.txt") [INFO] [stdout] 744 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:722:7 [INFO] [stdout] | [INFO] [stdout] 722 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 746 | / bench_word_tokenizer!( [INFO] [stdout] 747 | | word_tokenizer_bench_very_long, [INFO] [stdout] 748 | | include_str!("../test/raw/pride-and-prejudice.txt") [INFO] [stdout] 749 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:753:7 [INFO] [stdout] | [INFO] [stdout] 753 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 769 | / bench_sentence_tokenizer!( [INFO] [stdout] 770 | | bench_sentence_tokenizer_train_on_document_short, [INFO] [stdout] 771 | | include_str!("../test/raw/sigma-wiki.txt") [INFO] [stdout] 772 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:753:7 [INFO] [stdout] | [INFO] [stdout] 753 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 774 | / bench_sentence_tokenizer!( [INFO] [stdout] 775 | | bench_sentence_tokenizer_train_on_document_medium, [INFO] [stdout] 776 | | include_str!("../test/raw/npr-article-01.txt") [INFO] [stdout] 777 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stdout] --> src/tokenizer.rs:753:7 [INFO] [stdout] | [INFO] [stdout] 753 | #[bench] fn $name(b: &mut ::test::Bencher) { [INFO] [stdout] | ^^^^^ [INFO] [stdout] ... [INFO] [stdout] 779 | / bench_sentence_tokenizer!( [INFO] [stdout] 780 | | bench_sentence_tokenizer_train_on_document_long, [INFO] [stdout] 781 | | include_str!("../test/raw/pride-and-prejudice.txt") [INFO] [stdout] 782 | | ); [INFO] [stdout] | |__- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #64266 [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:140:19 [INFO] [stdout] | [INFO] [stdout] 140 | #![cfg_attr(test, feature(test))] [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | #![feature(proc_macro_hygiene)] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 12 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: could not compile `punkt` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0554`. [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "8e08a30d7e8932a1452bfb875c4d2961d2355fcf19d42d893947ed28ca6ff321", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8e08a30d7e8932a1452bfb875c4d2961d2355fcf19d42d893947ed28ca6ff321", kill_on_drop: false }` [INFO] [stdout] 8e08a30d7e8932a1452bfb875c4d2961d2355fcf19d42d893947ed28ca6ff321