[INFO] cloning repository schani-rs/schani_auth [INFO] running `"git" "clone" "--bare" "git://github.com/schani-rs/schani_auth.git" "work/cache/sources/gh/schani-rs/schani_auth"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/schani-rs/schani_auth'... [INFO] running `"git" "clone" "work/cache/sources/gh/schani-rs/schani_auth" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/schani-rs/schani_auth"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/schani-rs/schani_auth'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/schani-rs/schani_auth" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] bd76154c6dc97b710e4e7c71f3741f5603e1c4af [INFO] sha for GitHub repo schani-rs/schani_auth: bd76154c6dc97b710e4e7c71f3741f5603e1c4af [INFO] validating manifest of schani-rs/schani_auth on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of schani-rs/schani_auth on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing schani-rs/schani_auth [INFO] finished frobbing schani-rs/schani_auth [INFO] frobbed toml for schani-rs/schani_auth written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/schani-rs/schani_auth/Cargo.toml [INFO] started frobbing schani-rs/schani_auth [INFO] finished frobbing schani-rs/schani_auth [INFO] frobbed toml for schani-rs/schani_auth written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth/Cargo.toml [INFO] crate schani-rs/schani_auth already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded fern v0.5.5 [INFO] [stderr] Downloaded jsonwebtoken v4.0.1 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing schani-rs/schani_auth against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] bb3905ccdcd76657b8f4c685930aaa577003c2235effd328c8dde65b712e54da [INFO] running `"docker" "start" "-a" "bb3905ccdcd76657b8f4c685930aaa577003c2235effd328c8dde65b712e54da"` [INFO] [stderr] Compiling getopts v0.2.15 [INFO] [stderr] Compiling futures v0.1.20 [INFO] [stderr] Compiling serde v1.0.43 [INFO] [stderr] Compiling iovec v0.1.1 [INFO] [stderr] Compiling rand v0.3.19 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling net2 v0.2.31 [INFO] [stderr] Compiling time v0.1.39 [INFO] [stderr] Compiling base64 v0.4.2 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.15/src/lib.rs:1033:33 [INFO] [stderr] | [INFO] [stderr] 978 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 982 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1033 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1034 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] Compiling base64 v0.9.0 [INFO] [stderr] Compiling fern v0.5.5 [INFO] [stderr] Compiling bytes v0.4.5 [INFO] [stderr] Compiling mio v0.6.11 [INFO] [stderr] Compiling backtrace-sys v0.1.16 [INFO] [stderr] Compiling pulldown-cmark v0.0.8 [INFO] [stderr] Compiling syn v0.13.1 [INFO] [stderr] Compiling backtrace v0.3.5 [INFO] [stderr] Compiling chrono v0.3.0 [INFO] [stderr] Compiling chrono v0.4.0 [INFO] [stderr] Compiling gotham_derive v0.1.0 [INFO] [stderr] Compiling tempdir v0.3.5 [INFO] [stderr] Compiling rayon-core v1.3.0 [INFO] [stderr] Compiling uuid v0.5.1 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling error-chain v0.11.0 [INFO] [stderr] Compiling skeptic v0.9.0 [INFO] [stderr] Compiling tokio-core v0.1.11 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Compiling borrow-bag v0.3.2 [INFO] [stderr] Compiling serde_derive_internals v0.23.1 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling serde_json v1.0.9 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.43 [INFO] [stderr] Compiling hyper v0.11.25 [INFO] [stderr] Compiling jsonwebtoken v4.0.1 [INFO] [stderr] Compiling gotham v0.1.2 [INFO] [stderr] Compiling schani_auth v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/web/routing.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | ) -> Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Route + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/web/routing.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | ) -> Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Route + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 21s [INFO] running `"docker" "inspect" "bb3905ccdcd76657b8f4c685930aaa577003c2235effd328c8dde65b712e54da"` [INFO] running `"docker" "rm" "-f" "bb3905ccdcd76657b8f4c685930aaa577003c2235effd328c8dde65b712e54da"` [INFO] [stdout] bb3905ccdcd76657b8f4c685930aaa577003c2235effd328c8dde65b712e54da [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] c3714a9fb2f839d855110218383239b70f83436e5f2dceb58b099edb0ad3eb0e [INFO] running `"docker" "start" "-a" "c3714a9fb2f839d855110218383239b70f83436e5f2dceb58b099edb0ad3eb0e"` [INFO] [stderr] Compiling schani_auth v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/web/routing.rs:25:10 [INFO] [stderr] | [INFO] [stderr] 25 | ) -> Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Route + Send + Sync` [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/web/routing.rs:48:10 [INFO] [stderr] | [INFO] [stderr] 48 | ) -> Box [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ help: use `dyn`: `dyn Route + Send + Sync` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.53s [INFO] running `"docker" "inspect" "c3714a9fb2f839d855110218383239b70f83436e5f2dceb58b099edb0ad3eb0e"` [INFO] running `"docker" "rm" "-f" "c3714a9fb2f839d855110218383239b70f83436e5f2dceb58b099edb0ad3eb0e"` [INFO] [stdout] c3714a9fb2f839d855110218383239b70f83436e5f2dceb58b099edb0ad3eb0e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/schani-rs/schani_auth:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] 05b0e13c04861becba7abf8880c328244612b7a15011ede9d6d0f6e2bffb00b4 [INFO] running `"docker" "start" "-a" "05b0e13c04861becba7abf8880c328244612b7a15011ede9d6d0f6e2bffb00b4"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/crater/target/debug/deps/schani_auth-097747b70ace6f2d [INFO] [stdout] [INFO] [stdout] running 6 tests [INFO] [stdout] test service::auth::tests::test_successful_authentication ... ok [INFO] [stdout] test service::auth::tests::create_creds ... ok [INFO] [stdout] test service::auth::tests::test_verification ... ok [INFO] [stdout] test web::webservice::tests::create_service ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/schani_auth-f9f5b181b651517c [INFO] [stdout] test service::auth::tests::test_jwt_parsing_error ... ok [INFO] [stdout] test service::auth::tests::test_failing_authentication ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 6 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stderr] Doc-tests schani_auth [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" "05b0e13c04861becba7abf8880c328244612b7a15011ede9d6d0f6e2bffb00b4"` [INFO] running `"docker" "rm" "-f" "05b0e13c04861becba7abf8880c328244612b7a15011ede9d6d0f6e2bffb00b4"` [INFO] [stdout] 05b0e13c04861becba7abf8880c328244612b7a15011ede9d6d0f6e2bffb00b4