[INFO] updating cached repository https://github.com/droundy/rust-student-pairs [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/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] 71c5acdacdf8b51fede27b131248c0af9a89bbea [INFO] testing droundy/rust-student-pairs against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdroundy%2Frust-student-pairs" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/droundy/rust-student-pairs on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/droundy/rust-student-pairs [INFO] finished tweaking git repo https://github.com/droundy/rust-student-pairs [INFO] tweaked toml for git repo https://github.com/droundy/rust-student-pairs written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/droundy/rust-student-pairs already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 45a3ddc1ae6c4d35367898f95622fc45a97af39b99c97c2f1151ded9b7bedf9d [INFO] running `"docker" "start" "-a" "45a3ddc1ae6c4d35367898f95622fc45a97af39b99c97c2f1151ded9b7bedf9d"` [INFO] [stderr] Compiling memchr v2.0.2 [INFO] [stderr] Compiling memchr v1.0.2 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling tinyset v0.2.2 [INFO] [stderr] Compiling base64 v0.7.0 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling threadpool v1.7.1 [INFO] [stderr] Compiling tempfile v3.0.3 [INFO] [stderr] Compiling num-integer v0.1.39 [INFO] [stderr] Compiling uuid v0.1.18 [INFO] [stderr] Compiling serde_yaml v0.7.5 [INFO] [stderr] Compiling brotli-sys v0.2.1 [INFO] [stderr] Compiling phf_shared v0.7.23 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling thread_local v0.3.3 [INFO] [stderr] Compiling brotli2 v0.2.2 [INFO] [stderr] Compiling gzip-header v0.1.2 [INFO] [stderr] Compiling buf_redux v0.6.3 [INFO] [stderr] Compiling nom v4.0.0 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling phf v0.7.23 [INFO] [stderr] Compiling num-iter v0.1.37 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling url v0.2.38 [INFO] [stderr] Compiling state v0.4.1 [INFO] [stderr] Compiling deflate v0.7.18 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling internment v0.3.6 [INFO] [stderr] Compiling mime_guess v1.8.6 [INFO] [stderr] Compiling tiny_http v0.5.9 [INFO] [stderr] Compiling multipart v0.13.6 [INFO] [stderr] Compiling serde_derive v1.0.75 [INFO] [stderr] Compiling askama_shared v0.7.1 [INFO] [stderr] Compiling rouille v2.1.0 [INFO] [stderr] Compiling askama_derive v0.7.1 [INFO] [stderr] Compiling askama v0.7.1 [INFO] [stderr] Compiling rust-student-pairs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:84:23 [INFO] [stderr] | [INFO] [stderr] 84 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 85 | | id: usize, [INFO] [stderr] 86 | | name: String, [INFO] [stderr] 87 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:84:23 [INFO] [stderr] | [INFO] [stderr] 84 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 85 | | id: usize, [INFO] [stderr] 86 | | name: String, [INFO] [stderr] 87 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:126:23 [INFO] [stderr] | [INFO] [stderr] 126 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 127 | | team: String, [INFO] [stderr] 128 | | section: String, [INFO] [stderr] 129 | | student: String, [INFO] [stderr] 130 | | action: String, [INFO] [stderr] 131 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:126:23 [INFO] [stderr] | [INFO] [stderr] 126 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 127 | | team: String, [INFO] [stderr] 128 | | section: String, [INFO] [stderr] 129 | | student: String, [INFO] [stderr] 130 | | action: String, [INFO] [stderr] 131 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:188:23 [INFO] [stderr] | [INFO] [stderr] 188 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 189 | | team: String, [INFO] [stderr] 190 | | section: String, [INFO] [stderr] 191 | | primary: String, [INFO] [stderr] 192 | | secondary: String, [INFO] [stderr] 193 | | action: String, [INFO] [stderr] 194 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:188:23 [INFO] [stderr] | [INFO] [stderr] 188 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 189 | | team: String, [INFO] [stderr] 190 | | section: String, [INFO] [stderr] 191 | | primary: String, [INFO] [stderr] 192 | | secondary: String, [INFO] [stderr] 193 | | action: String, [INFO] [stderr] 194 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:250:23 [INFO] [stderr] | [INFO] [stderr] 250 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 251 | | section: String, [INFO] [stderr] 252 | | oldname: String, [INFO] [stderr] 253 | | newname: String, [INFO] [stderr] 254 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:250:23 [INFO] [stderr] | [INFO] [stderr] 250 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 251 | | section: String, [INFO] [stderr] 252 | | oldname: String, [INFO] [stderr] 253 | | newname: String, [INFO] [stderr] 254 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 287 | | oldname: String, [INFO] [stderr] 288 | | newname: String, [INFO] [stderr] 289 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 287 | | oldname: String, [INFO] [stderr] 288 | | newname: String, [INFO] [stderr] 289 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:317:23 [INFO] [stderr] | [INFO] [stderr] 317 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 318 | | oldname: String, [INFO] [stderr] 319 | | newname: String, [INFO] [stderr] 320 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:317:23 [INFO] [stderr] | [INFO] [stderr] 317 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 318 | | oldname: String, [INFO] [stderr] 319 | | newname: String, [INFO] [stderr] 320 | | }) { [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 36.80s [INFO] running `"docker" "inspect" "45a3ddc1ae6c4d35367898f95622fc45a97af39b99c97c2f1151ded9b7bedf9d"` [INFO] running `"docker" "rm" "-f" "45a3ddc1ae6c4d35367898f95622fc45a97af39b99c97c2f1151ded9b7bedf9d"` [INFO] [stdout] 45a3ddc1ae6c4d35367898f95622fc45a97af39b99c97c2f1151ded9b7bedf9d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 0bafcd4a28e2fd2ad6696b7145b0d59fdc07ed174657c01b82d3b575dd59fdbf [INFO] running `"docker" "start" "-a" "0bafcd4a28e2fd2ad6696b7145b0d59fdc07ed174657c01b82d3b575dd59fdbf"` [INFO] [stderr] Compiling rust-student-pairs v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:84:23 [INFO] [stderr] | [INFO] [stderr] 84 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 85 | | id: usize, [INFO] [stderr] 86 | | name: String, [INFO] [stderr] 87 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:84:23 [INFO] [stderr] | [INFO] [stderr] 84 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 85 | | id: usize, [INFO] [stderr] 86 | | name: String, [INFO] [stderr] 87 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:126:23 [INFO] [stderr] | [INFO] [stderr] 126 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 127 | | team: String, [INFO] [stderr] 128 | | section: String, [INFO] [stderr] 129 | | student: String, [INFO] [stderr] 130 | | action: String, [INFO] [stderr] 131 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:126:23 [INFO] [stderr] | [INFO] [stderr] 126 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 127 | | team: String, [INFO] [stderr] 128 | | section: String, [INFO] [stderr] 129 | | student: String, [INFO] [stderr] 130 | | action: String, [INFO] [stderr] 131 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:188:23 [INFO] [stderr] | [INFO] [stderr] 188 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 189 | | team: String, [INFO] [stderr] 190 | | section: String, [INFO] [stderr] 191 | | primary: String, [INFO] [stderr] 192 | | secondary: String, [INFO] [stderr] 193 | | action: String, [INFO] [stderr] 194 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:188:23 [INFO] [stderr] | [INFO] [stderr] 188 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 189 | | team: String, [INFO] [stderr] 190 | | section: String, [INFO] [stderr] 191 | | primary: String, [INFO] [stderr] 192 | | secondary: String, [INFO] [stderr] 193 | | action: String, [INFO] [stderr] 194 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:250:23 [INFO] [stderr] | [INFO] [stderr] 250 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 251 | | section: String, [INFO] [stderr] 252 | | oldname: String, [INFO] [stderr] 253 | | newname: String, [INFO] [stderr] 254 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:250:23 [INFO] [stderr] | [INFO] [stderr] 250 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 251 | | section: String, [INFO] [stderr] 252 | | oldname: String, [INFO] [stderr] 253 | | newname: String, [INFO] [stderr] 254 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 287 | | oldname: String, [INFO] [stderr] 288 | | newname: String, [INFO] [stderr] 289 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:286:23 [INFO] [stderr] | [INFO] [stderr] 286 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 287 | | oldname: String, [INFO] [stderr] 288 | | newname: String, [INFO] [stderr] 289 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:317:23 [INFO] [stderr] | [INFO] [stderr] 317 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 318 | | oldname: String, [INFO] [stderr] 319 | | newname: String, [INFO] [stderr] 320 | | }) { [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 'try': use the `?` operator instead [INFO] [stderr] --> src/main.rs:317:23 [INFO] [stderr] | [INFO] [stderr] 317 | match post_input!(request, { [INFO] [stderr] | _______________________^ [INFO] [stderr] 318 | | oldname: String, [INFO] [stderr] 319 | | newname: String, [INFO] [stderr] 320 | | }) { [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 3.18s [INFO] running `"docker" "inspect" "0bafcd4a28e2fd2ad6696b7145b0d59fdc07ed174657c01b82d3b575dd59fdbf"` [INFO] running `"docker" "rm" "-f" "0bafcd4a28e2fd2ad6696b7145b0d59fdc07ed174657c01b82d3b575dd59fdbf"` [INFO] [stdout] 0bafcd4a28e2fd2ad6696b7145b0d59fdc07ed174657c01b82d3b575dd59fdbf [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-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" "+beta-2019-09-28" "test" "--frozen"` [INFO] [stdout] 561f2128454a4e14de4f91d557b668a3c68808be0d4a73ca7588d86572fac383 [INFO] running `"docker" "start" "-a" "561f2128454a4e14de4f91d557b668a3c68808be0d4a73ca7588d86572fac383"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_student_pairs-e910728160510994 [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" "561f2128454a4e14de4f91d557b668a3c68808be0d4a73ca7588d86572fac383"` [INFO] running `"docker" "rm" "-f" "561f2128454a4e14de4f91d557b668a3c68808be0d4a73ca7588d86572fac383"` [INFO] [stdout] 561f2128454a4e14de4f91d557b668a3c68808be0d4a73ca7588d86572fac383