[INFO] updating cached repository prataprc/ri [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/prataprc/ri [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/prataprc/ri" "work/ex/beta-1.38-1/sources/1.37.0/gh/prataprc/ri"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/prataprc/ri'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/prataprc/ri" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/prataprc/ri"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/prataprc/ri'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] e51b6b5ffcbfa2b0553b28e21421813d4c6aa711 [INFO] sha for GitHub repo prataprc/ri: e51b6b5ffcbfa2b0553b28e21421813d4c6aa711 [INFO] validating manifest of prataprc/ri 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 prataprc/ri 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 prataprc/ri [INFO] finished frobbing prataprc/ri [INFO] frobbed toml for prataprc/ri written to work/ex/beta-1.38-1/sources/1.37.0/gh/prataprc/ri/Cargo.toml [INFO] started frobbing prataprc/ri [INFO] finished frobbing prataprc/ri [INFO] frobbed toml for prataprc/ri written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/prataprc/ri/Cargo.toml [INFO] crate prataprc/ri 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 prataprc/ri 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-5/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/prataprc/ri:/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] f7c03553cf4a71dbc6df7f55cb1557613f9d13aaad64925f5cbd0b358096e8ce [INFO] running `"docker" "start" "-a" "f7c03553cf4a71dbc6df7f55cb1557613f9d13aaad64925f5cbd0b358096e8ce"` [INFO] [stderr] Compiling libc v0.2.42 [INFO] [stderr] Compiling getopts v0.2.17 [INFO] [stderr] Compiling memchr v2.0.1 [INFO] [stderr] Compiling aho-corasick v0.6.5 [INFO] [stderr] Compiling regex v1.0.1 [INFO] [stderr] Compiling ri v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:22:32 [INFO] [stderr] | [INFO] [stderr] 22 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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/bootstrap.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 38 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 39 | | ).unwrap(); [INFO] [stderr] 40 | | static ref RE_B: Regex = Regex::new(r"Building stage0 std").unwrap(); [INFO] [stderr] 41 | | } [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/bootstrap.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 38 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 39 | | ).unwrap(); [INFO] [stderr] 40 | | static ref RE_B: Regex = Regex::new(r"Building stage0 std").unwrap(); [INFO] [stderr] 41 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | / lazy_static! { [INFO] [stderr] 103 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 104 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 105 | | ).unwrap(); [INFO] [stderr] 106 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / lazy_static! { [INFO] [stderr] 164 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 165 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 166 | | ).unwrap(); [INFO] [stderr] 167 | | } [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 13.93s [INFO] running `"docker" "inspect" "f7c03553cf4a71dbc6df7f55cb1557613f9d13aaad64925f5cbd0b358096e8ce"` [INFO] running `"docker" "rm" "-f" "f7c03553cf4a71dbc6df7f55cb1557613f9d13aaad64925f5cbd0b358096e8ce"` [INFO] [stdout] f7c03553cf4a71dbc6df7f55cb1557613f9d13aaad64925f5cbd0b358096e8ce [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/prataprc/ri:/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] 086b1bff11d14c42c28dc71e3e09623153669b8ccc70d9b09106c539f0c18c1a [INFO] running `"docker" "start" "-a" "086b1bff11d14c42c28dc71e3e09623153669b8ccc70d9b09106c539f0c18c1a"` [INFO] [stderr] Compiling ri v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/error.rs:22:32 [INFO] [stderr] | [INFO] [stderr] 22 | fn cause(&self) -> Option<&Error> { [INFO] [stderr] | ^^^^^ help: use `dyn`: `dyn Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` 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/bootstrap.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 38 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 39 | | ).unwrap(); [INFO] [stderr] 40 | | static ref RE_B: Regex = Regex::new(r"Building stage0 std").unwrap(); [INFO] [stderr] 41 | | } [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/bootstrap.rs:36:5 [INFO] [stderr] | [INFO] [stderr] 36 | / lazy_static! { [INFO] [stderr] 37 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 38 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 39 | | ).unwrap(); [INFO] [stderr] 40 | | static ref RE_B: Regex = Regex::new(r"Building stage0 std").unwrap(); [INFO] [stderr] 41 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:73:5 [INFO] [stderr] | [INFO] [stderr] 73 | / lazy_static! { [INFO] [stderr] 74 | | static ref RE_T: Regex = Regex::new(r"Building stage0 test").unwrap(); [INFO] [stderr] 75 | | static ref RE_R: Regex = Regex::new(r"Building stage0 compiler").unwrap(); [INFO] [stderr] 76 | | static ref RE_C: Regex = Regex::new(r"Building stage0 codegen").unwrap(); [INFO] [stderr] 77 | | static ref RE: Regex = Regex::new(r"Building stage1 std").unwrap(); [INFO] [stderr] 78 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:102:5 [INFO] [stderr] | [INFO] [stderr] 102 | / lazy_static! { [INFO] [stderr] 103 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 104 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 105 | | ).unwrap(); [INFO] [stderr] 106 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:134:5 [INFO] [stderr] | [INFO] [stderr] 134 | / lazy_static! { [INFO] [stderr] 135 | | static ref RE_T: Regex = Regex::new(r"Building stage1 test").unwrap(); [INFO] [stderr] 136 | | static ref RE_R: Regex = Regex::new(r"Building stage1 compiler").unwrap(); [INFO] [stderr] 137 | | static ref RE_C: Regex = Regex::new(r"Building stage1 codegen").unwrap(); [INFO] [stderr] 138 | | static ref RE: Regex = Regex::new(r"Assembling stage2 compiler").unwrap(); [INFO] [stderr] 139 | | } [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] warning: use of deprecated item 'std::sync::ONCE_INIT': the `new` function is now preferred [INFO] [stderr] --> src/bootstrap.rs:163:5 [INFO] [stderr] | [INFO] [stderr] 163 | / lazy_static! { [INFO] [stderr] 164 | | static ref RE_C: Regex = Regex::new( [INFO] [stderr] 165 | | r"Compiling ([^ ]+) ([^ ]+)( \(file:///.*)?" [INFO] [stderr] 166 | | ).unwrap(); [INFO] [stderr] 167 | | } [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.91s [INFO] running `"docker" "inspect" "086b1bff11d14c42c28dc71e3e09623153669b8ccc70d9b09106c539f0c18c1a"` [INFO] running `"docker" "rm" "-f" "086b1bff11d14c42c28dc71e3e09623153669b8ccc70d9b09106c539f0c18c1a"` [INFO] [stdout] 086b1bff11d14c42c28dc71e3e09623153669b8ccc70d9b09106c539f0c18c1a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-5/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/prataprc/ri:/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] a60a1422206d0fdfba812156bc012537d3e033935559b12cbfebf5da4d571e86 [INFO] running `"docker" "start" "-a" "a60a1422206d0fdfba812156bc012537d3e033935559b12cbfebf5da4d571e86"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/ri-1287beb74bb285c0 [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" "a60a1422206d0fdfba812156bc012537d3e033935559b12cbfebf5da4d571e86"` [INFO] running `"docker" "rm" "-f" "a60a1422206d0fdfba812156bc012537d3e033935559b12cbfebf5da4d571e86"` [INFO] [stdout] a60a1422206d0fdfba812156bc012537d3e033935559b12cbfebf5da4d571e86