[INFO] updating cached repository https://github.com/mmrath/oms
[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] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 343d46322cacf79d84cf74b8ba6e3aaed506b63b
[INFO] checking mmrath/oms against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmmrath%2Foms" "/workspace/builds/worker-2/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/mmrath/oms 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/mmrath/oms
[INFO] finished tweaking git repo https://github.com/mmrath/oms
[INFO] tweaked toml for git repo https://github.com/mmrath/oms written to /workspace/builds/worker-2/source/Cargo.toml
[INFO] crate git repo https://github.com/mmrath/oms already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 1bc964e2862ec84d21579a2ac6146326169bec642f6ef8d99461aa93c05ddcf3
[INFO] running `"docker" "start" "-a" "1bc964e2862ec84d21579a2ac6146326169bec642f6ef8d99461aa93c05ddcf3"`
[INFO] [stderr]    Compiling cc v1.0.7
[INFO] [stderr]    Compiling regex v0.2.9
[INFO] [stderr]     Checking termcolor v0.3.5
[INFO] [stderr]     Checking csv-core v0.1.4
[INFO] [stderr]    Compiling syn v0.12.14
[INFO] [stderr]     Checking chrono v0.4.0
[INFO] [stderr]     Checking csv v1.0.0-beta.5
[INFO] [stderr]    Compiling backtrace-sys v0.1.16
[INFO] [stderr]     Checking env_logger v0.5.5
[INFO] [stderr]    Compiling serde_derive_internals v0.21.0
[INFO] [stderr]    Compiling serde_derive v1.0.33
[INFO] [stderr]     Checking backtrace v0.3.5
[INFO] [stderr]     Checking failure v0.1.1
[INFO] [stderr]     Checking oms v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/model.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | / lazy_static! {
[INFO] [stderr] 21 | |     pub static ref ORDER_ID_GEN : IdGen = IdGen::new();
[INFO] [stderr] 22 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/model.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / lazy_static! {
[INFO] [stderr] 25 | |     pub static ref ORDER_FILL_ID_GEN : IdGen = IdGen::new();
[INFO] [stderr] 26 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `crate_in_paths` has been stable since 1.30.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:2:12
[INFO] [stderr]   |
[INFO] [stderr] 2 | #![feature(crate_in_paths)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^
[INFO] [stderr]   |
[INFO] [stderr]   = note: `#[warn(stable_features)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: the feature `match_default_bindings` has been stable since 1.26.0 and no longer requires an attribute to enable
[INFO] [stderr]  --> src/lib.rs:4:12
[INFO] [stderr]   |
[INFO] [stderr] 4 | #![feature(match_default_bindings)]
[INFO] [stderr]   |            ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: global paths cannot start with `crate`
[INFO] [stderr]    --> src/order_book.rs:288:11
[INFO] [stderr]     |
[INFO] [stderr] 288 |         ::crate::core::test_setup();
[INFO] [stderr]     |           ^^^^^ global paths cannot start with `crate`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: global paths cannot start with `crate`
[INFO] [stderr]    --> src/order_book.rs:303:11
[INFO] [stderr]     |
[INFO] [stderr] 303 |         ::crate::core::test_setup();
[INFO] [stderr]     |           ^^^^^ global paths cannot start with `crate`
[INFO] [stderr] 
[INFO] [stderr] error[E0433]: failed to resolve: global paths cannot start with `crate`
[INFO] [stderr]    --> src/order_book.rs:519:11
[INFO] [stderr]     |
[INFO] [stderr] 519 |         ::crate::core::test_setup();
[INFO] [stderr]     |           ^^^^^ global paths cannot start with `crate`
[INFO] [stderr] 
[INFO] [stderr] warning: the item `env_logger` is imported redundantly
[INFO] [stderr]   --> src/model.rs:30:9
[INFO] [stderr]    |
[INFO] [stderr] 30 |     use env_logger;
[INFO] [stderr]    |         ^^^^^^^^^^
[INFO] [stderr]    | 
[INFO] [stderr]   ::: src/lib.rs:18:1
[INFO] [stderr]    |
[INFO] [stderr] 18 | extern crate env_logger;
[INFO] [stderr]    | ------------------------ the item `env_logger` is already imported here
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(unused_imports)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/model.rs:20:1
[INFO] [stderr]    |
[INFO] [stderr] 20 | / lazy_static! {
[INFO] [stderr] 21 | |     pub static ref ORDER_ID_GEN : IdGen = IdGen::new();
[INFO] [stderr] 22 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: `#[warn(deprecated)]` on by default
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred
[INFO] [stderr]   --> src/model.rs:24:1
[INFO] [stderr]    |
[INFO] [stderr] 24 | / lazy_static! {
[INFO] [stderr] 25 | |     pub static ref ORDER_FILL_ID_GEN : IdGen = IdGen::new();
[INFO] [stderr] 26 | | }
[INFO] [stderr]    | |_^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 3 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0433`.
[INFO] [stderr] error: could not compile `oms`.
[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[E0463]: can't find crate for `alloc_system`
[INFO] [stderr]  --> src/main.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | extern crate alloc_system;
[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 `oms`.
[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[E0463]: can't find crate for `alloc_system`
[INFO] [stderr]  --> src/main.rs:2:1
[INFO] [stderr]   |
[INFO] [stderr] 2 | extern crate alloc_system;
[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 `oms`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "1bc964e2862ec84d21579a2ac6146326169bec642f6ef8d99461aa93c05ddcf3"`
[INFO] running `"docker" "rm" "-f" "1bc964e2862ec84d21579a2ac6146326169bec642f6ef8d99461aa93c05ddcf3"`
[INFO] [stdout] 1bc964e2862ec84d21579a2ac6146326169bec642f6ef8d99461aa93c05ddcf3
