[INFO] updating cached repository https://github.com/MTRNord/OSM_to_Euroscope
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] [stderr] From https://github.com/MTRNord/OSM_to_Euroscope
[INFO] [stderr]  * [new branch]      dependabot/cargo/tokio-0.2.17 -> dependabot/cargo/tokio-0.2.17
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 2d7c1e74210414da3fbc318fbd18528740aa6d4f
[INFO] checking MTRNord/OSM_to_Euroscope against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMTRNord%2FOSM_to_Euroscope" "/workspace/builds/worker-4/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/MTRNord/OSM_to_Euroscope on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/MTRNord/OSM_to_Euroscope
[INFO] finished tweaking git repo https://github.com/MTRNord/OSM_to_Euroscope
[INFO] tweaked toml for git repo https://github.com/MTRNord/OSM_to_Euroscope written to /workspace/builds/worker-4/source/Cargo.toml
[INFO] crate git repo https://github.com/MTRNord/OSM_to_Euroscope already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] 072d02ae0634b460050d5ad14204a6e6e519b8ee0c74fea8f67df516dc87e013
[INFO] running `"docker" "start" "-a" "072d02ae0634b460050d5ad14204a6e6e519b8ee0c74fea8f67df516dc87e013"`
[INFO] [stderr]    Compiling syn v1.0.13
[INFO] [stderr]    Compiling protobuf v2.8.2
[INFO] [stderr]     Checking separator v0.4.1
[INFO] [stderr]     Checking serde_json v1.0.47
[INFO] [stderr]     Checking clap v2.33.0
[INFO] [stderr]     Checking mio-uds v0.6.7
[INFO] [stderr]     Checking osmio v0.2.1
[INFO] [stderr]    Compiling tokio-macros v0.2.4
[INFO] [stderr]    Compiling pin-project-internal v0.4.8
[INFO] [stderr]     Checking tokio v0.2.16
[INFO] [stderr]     Checking pin-project v0.4.8
[INFO] [stderr]     Checking tokio-util v0.2.0
[INFO] [stderr]     Checking tokio-tls v0.3.0
[INFO] [stderr]     Checking h2 v0.2.2
[INFO] [stderr]     Checking hyper v0.13.3
[INFO] [stderr]     Checking hyper-tls v0.4.1
[INFO] [stderr]     Checking reqwest v0.10.4
[INFO] [stderr]     Checking OSM_to_Euroscope v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]  --> src/tests.rs:7:3
[INFO] [stderr]   |
[INFO] [stderr] 7 | #[bench]
[INFO] [stderr]   |   ^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[deny(soft_unstable)]` on by default
[INFO] [stderr]   = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]   = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> src/tests.rs:12:3
[INFO] [stderr]    |
[INFO] [stderr] 12 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable
[INFO] [stderr]   --> src/tests.rs:17:3
[INFO] [stderr]    |
[INFO] [stderr] 17 | #[bench]
[INFO] [stderr]    |   ^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release!
[INFO] [stderr]    = note: for more information, see issue #64266 <https://github.com/rust-lang/rust/issues/64266>
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]  --> src/tests.rs:1:1
[INFO] [stderr]   |
[INFO] [stderr] 1 | extern crate test;
[INFO] [stderr]   | ^^^^^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]   = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]  --> src/tests.rs:3:5
[INFO] [stderr]   |
[INFO] [stderr] 3 | use test::Bencher;
[INFO] [stderr]   |     ^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]   = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]  --> src/tests.rs:8:23
[INFO] [stderr]   |
[INFO] [stderr] 8 | fn bench_eddh(b: &mut Bencher) {
[INFO] [stderr]   |                       ^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]   = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> src/tests.rs:13:31
[INFO] [stderr]    |
[INFO] [stderr] 13 | fn bench_eddh_cleaned(b: &mut Bencher) {
[INFO] [stderr]    |                               ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> src/tests.rs:18:26
[INFO] [stderr]    |
[INFO] [stderr] 18 | fn bench_hamburg(b: &mut Bencher) {
[INFO] [stderr]    |                          ^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]  --> src/tests.rs:9:7
[INFO] [stderr]   |
[INFO] [stderr] 9 |     b.iter(|| generate_ese_ground_taxiway( "EDDH1"));
[INFO] [stderr]   |       ^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]   = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> src/tests.rs:14:7
[INFO] [stderr]    |
[INFO] [stderr] 14 |     b.iter(|| generate_ese_ground_taxiway("EDDH2"));
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error[E0658]: use of unstable library feature 'test'
[INFO] [stderr]   --> src/tests.rs:19:7
[INFO] [stderr]    |
[INFO] [stderr] 19 |     b.iter(|| generate_ese_ground_taxiway("EDDH3"));
[INFO] [stderr]    |       ^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: see issue #50297 <https://github.com/rust-lang/rust/issues/50297> for more information
[INFO] [stderr]    = help: add `#![feature(test)]` to the crate attributes to enable
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0658`.
[INFO] [stderr] error: could not compile `OSM_to_Euroscope`.
[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] [stderr] error: build failed
[INFO] running `"docker" "inspect" "072d02ae0634b460050d5ad14204a6e6e519b8ee0c74fea8f67df516dc87e013"`
[INFO] running `"docker" "rm" "-f" "072d02ae0634b460050d5ad14204a6e6e519b8ee0c74fea8f67df516dc87e013"`
[INFO] [stdout] 072d02ae0634b460050d5ad14204a6e6e519b8ee0c74fea8f67df516dc87e013
