[INFO] updating cached repository PurpleMyst/oxygen_bot [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/PurpleMyst/oxygen_bot [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/PurpleMyst/oxygen_bot" "work/ex/beta-1.38-1/sources/1.37.0/gh/PurpleMyst/oxygen_bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/PurpleMyst/oxygen_bot'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/PurpleMyst/oxygen_bot" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d8ab96f4e52bedd44499e5daecd127b97fbfffa3 [INFO] sha for GitHub repo PurpleMyst/oxygen_bot: d8ab96f4e52bedd44499e5daecd127b97fbfffa3 [INFO] validating manifest of PurpleMyst/oxygen_bot on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of PurpleMyst/oxygen_bot on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing PurpleMyst/oxygen_bot [INFO] finished frobbing PurpleMyst/oxygen_bot [INFO] frobbed toml for PurpleMyst/oxygen_bot written to work/ex/beta-1.38-1/sources/1.37.0/gh/PurpleMyst/oxygen_bot/Cargo.toml [INFO] started frobbing PurpleMyst/oxygen_bot [INFO] finished frobbing PurpleMyst/oxygen_bot [INFO] frobbed toml for PurpleMyst/oxygen_bot written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot/Cargo.toml [INFO] crate PurpleMyst/oxygen_bot already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing PurpleMyst/oxygen_bot against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot:/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=warn" "-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" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 892bf38933388836623ca66b405f753f5f504f331bb70c2d1a17dd6b254eee2c [INFO] running `"docker" "start" "-a" "892bf38933388836623ca66b405f753f5f504f331bb70c2d1a17dd6b254eee2c"` [INFO] [stderr] Compiling libc v0.2.28 [INFO] [stderr] Compiling toml v0.4.4 [INFO] [stderr] Compiling memchr v1.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.3 [INFO] [stderr] Compiling regex v0.2.2 [INFO] [stderr] Compiling oxygen_bot v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | // regexp groups [INFO] [stderr] 31 | | // 1: whole prefix [INFO] [stderr] 32 | | // 2: nickname or servername [INFO] [stderr] ... | [INFO] [stderr] 37 | | static ref LINE_REGEXP: Regex = Regex::new(r"(:([^! ]+)(?:!([^@]+)@(\S+))? )?(\w+)(?: (.+))?").unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | // regexp groups [INFO] [stderr] 31 | | // 1: whole prefix [INFO] [stderr] 32 | | // 2: nickname or servername [INFO] [stderr] ... | [INFO] [stderr] 37 | | static ref LINE_REGEXP: Regex = Regex::new(r"(:([^! ]+)(?:!([^@]+)@(\S+))? )?(\w+)(?: (.+))?").unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 17.35s [INFO] running `"docker" "inspect" "892bf38933388836623ca66b405f753f5f504f331bb70c2d1a17dd6b254eee2c"` [INFO] running `"docker" "rm" "-f" "892bf38933388836623ca66b405f753f5f504f331bb70c2d1a17dd6b254eee2c"` [INFO] [stdout] 892bf38933388836623ca66b405f753f5f504f331bb70c2d1a17dd6b254eee2c [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen" "--no-run"` [INFO] [stdout] 0586b1efb8a8690a7b5157cf0f6dd8a58c18f485ff0addb43f093e82e37c6ed5 [INFO] running `"docker" "start" "-a" "0586b1efb8a8690a7b5157cf0f6dd8a58c18f485ff0addb43f093e82e37c6ed5"` [INFO] [stderr] Compiling oxygen_bot v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | // regexp groups [INFO] [stderr] 31 | | // 1: whole prefix [INFO] [stderr] 32 | | // 2: nickname or servername [INFO] [stderr] ... | [INFO] [stderr] 37 | | static ref LINE_REGEXP: Regex = Regex::new(r"(:([^! ]+)(?:!([^@]+)@(\S+))? )?(\w+)(?: (.+))?").unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning 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::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/main.rs:29:9 [INFO] [stderr] | [INFO] [stderr] 29 | / lazy_static! { [INFO] [stderr] 30 | | // regexp groups [INFO] [stderr] 31 | | // 1: whole prefix [INFO] [stderr] 32 | | // 2: nickname or servername [INFO] [stderr] ... | [INFO] [stderr] 37 | | static ref LINE_REGEXP: Regex = Regex::new(r"(:([^! ]+)(?:!([^@]+)@(\S+))? )?(\w+)(?: (.+))?").unwrap(); [INFO] [stderr] 38 | | } [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this warning 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] Finished dev [unoptimized + debuginfo] target(s) in 0.96s [INFO] running `"docker" "inspect" "0586b1efb8a8690a7b5157cf0f6dd8a58c18f485ff0addb43f093e82e37c6ed5"` [INFO] running `"docker" "rm" "-f" "0586b1efb8a8690a7b5157cf0f6dd8a58c18f485ff0addb43f093e82e37c6ed5"` [INFO] [stdout] 0586b1efb8a8690a7b5157cf0f6dd8a58c18f485ff0addb43f093e82e37c6ed5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/PurpleMyst/oxygen_bot:/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=warn" "-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" "+beta-2019-08-13" "test" "--frozen"` [INFO] [stdout] 17f404cf35f0779386787340e89ecd4fb37cd5e4603f75a51d369f78da9ad0f1 [INFO] running `"docker" "start" "-a" "17f404cf35f0779386787340e89ecd4fb37cd5e4603f75a51d369f78da9ad0f1"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/oxygen_bot-bf7889ad4dc3d34d [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "17f404cf35f0779386787340e89ecd4fb37cd5e4603f75a51d369f78da9ad0f1"` [INFO] running `"docker" "rm" "-f" "17f404cf35f0779386787340e89ecd4fb37cd5e4603f75a51d369f78da9ad0f1"` [INFO] [stdout] 17f404cf35f0779386787340e89ecd4fb37cd5e4603f75a51d369f78da9ad0f1