Oct 14 11:02:17.875 INFO testing mike-engel/jwt-cli against try#40d4795669493f1965de7c44029c69552134fe1f for rustdoc-test-static-cling-1 Oct 14 11:02:17.875 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt build --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 11:02:18.208 INFO blam! 8fb362fa432c63ed49959a5cd7ae2c6f7ba64c00de970fa9e4ee948e07f67375 Oct 14 11:02:18.211 INFO running `"docker" "start" "-a" "8fb362fa432c63ed49959a5cd7ae2c6f7ba64c00de970fa9e4ee948e07f67375"` Oct 14 11:02:19.247 INFO kablam! usermod: no changes Oct 14 11:02:19.411 INFO kablam! Compiling nodrop v0.1.12 Oct 14 11:02:19.419 INFO kablam! Compiling cfg-if v0.1.2 Oct 14 11:02:19.439 INFO kablam! Compiling scopeguard v0.3.3 Oct 14 11:02:19.439 INFO kablam! Compiling lazy_static v1.0.0 Oct 14 11:02:19.439 INFO kablam! Compiling memoffset v0.2.1 Oct 14 11:02:19.439 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 11:02:19.439 INFO kablam! Compiling libc v0.2.40 Oct 14 11:02:19.447 INFO kablam! Compiling num-traits v0.2.2 Oct 14 11:02:19.755 INFO kablam! Compiling dtoa v0.4.2 Oct 14 11:02:19.991 INFO kablam! Compiling serde v1.0.43 Oct 14 11:02:20.027 INFO kablam! Compiling untrusted v0.5.1 Oct 14 11:02:20.047 INFO kablam! Compiling byteorder v1.2.2 Oct 14 11:02:20.239 INFO kablam! Compiling itoa v0.4.1 Oct 14 11:02:21.111 INFO kablam! Compiling safemem v0.2.0 Oct 14 11:02:21.899 INFO kablam! Compiling error-chain v0.11.0 Oct 14 11:02:22.115 INFO kablam! Compiling bitflags v1.0.2 Oct 14 11:02:22.331 INFO kablam! Compiling term v0.4.6 Oct 14 11:02:22.739 INFO kablam! Compiling proc-macro2 v0.3.7 Oct 14 11:02:22.843 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 11:02:24.647 INFO kablam! Compiling arrayvec v0.4.7 Oct 14 11:02:25.023 INFO kablam! Compiling base64 v0.9.1 Oct 14 11:02:26.803 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 11:02:26.803 INFO kablam! Compiling rand v0.4.2 Oct 14 11:02:34.788 INFO kablam! Compiling time v0.1.39 Oct 14 11:02:34.963 INFO kablam! Compiling atty v0.2.9 Oct 14 11:02:35.295 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 11:02:36.103 INFO kablam! Compiling num-integer v0.1.36 Oct 14 11:02:36.206 INFO kablam! Compiling clap v2.31.2 Oct 14 11:02:40.517 INFO kablam! Compiling quote v0.5.2 Oct 14 11:02:40.543 INFO kablam! Compiling term-painter v0.2.4 Oct 14 11:02:40.570 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 11:02:41.951 INFO kablam! Compiling chrono v0.4.2 Oct 14 11:02:43.555 INFO kablam! Compiling syn v0.13.1 Oct 14 11:02:46.128 INFO kablam! Compiling rayon v0.8.2 Oct 14 11:02:50.964 INFO kablam! Compiling ring v0.12.1 Oct 14 11:03:00.351 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 14 11:03:08.439 INFO kablam! Compiling serde_json v1.0.16 Oct 14 11:03:09.185 INFO kablam! Compiling serde_derive v1.0.43 Oct 14 11:03:21.551 INFO kablam! Compiling jsonwebtoken v4.0.1 Oct 14 11:03:22.839 INFO kablam! Compiling jwt-cli v2.1.0 (/source) Oct 14 11:03:23.013 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:23.019 INFO kablam! --> src/main.rs:35:1 Oct 14 11:03:23.019 INFO kablam! | Oct 14 11:03:23.019 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:23.019 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:23.019 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:23.019 INFO kablam! 38 | | HS256, Oct 14 11:03:23.019 INFO kablam! ... | Oct 14 11:03:23.019 INFO kablam! 44 | | } Oct 14 11:03:23.019 INFO kablam! 45 | | } Oct 14 11:03:23.019 INFO kablam! | |_^ Oct 14 11:03:23.019 INFO kablam! | Oct 14 11:03:23.019 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:23.019 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:23.019 INFO kablam! Oct 14 11:03:23.019 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:23.019 INFO kablam! --> src/main.rs:47:1 Oct 14 11:03:23.019 INFO kablam! | Oct 14 11:03:23.019 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:23.019 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:23.019 INFO kablam! 49 | | JWT Oct 14 11:03:23.019 INFO kablam! 50 | | } Oct 14 11:03:23.019 INFO kablam! 51 | | } Oct 14 11:03:23.019 INFO kablam! | |_^ Oct 14 11:03:23.020 INFO kablam! | Oct 14 11:03:23.020 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:23.020 INFO kablam! Oct 14 11:03:25.057 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 05s Oct 14 11:03:25.063 INFO kablam! su: No module specific data is present Oct 14 11:03:25.427 INFO running `"docker" "rm" "-f" "8fb362fa432c63ed49959a5cd7ae2c6f7ba64c00de970fa9e4ee948e07f67375"` Oct 14 11:03:25.595 INFO blam! 8fb362fa432c63ed49959a5cd7ae2c6f7ba64c00de970fa9e4ee948e07f67375 Oct 14 11:03:25.601 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen --no-run" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 11:03:25.933 INFO blam! a242bfdfe4f22cd18594dca5251b37672d665f4cb6b35c5167c51e0156cf4951 Oct 14 11:03:25.935 INFO running `"docker" "start" "-a" "a242bfdfe4f22cd18594dca5251b37672d665f4cb6b35c5167c51e0156cf4951"` Oct 14 11:03:26.628 INFO kablam! usermod: no changes Oct 14 11:03:26.751 INFO kablam! Compiling jwt-cli v2.1.0 (/source) Oct 14 11:03:27.123 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:27.123 INFO kablam! --> tests/../src/main.rs:35:1 Oct 14 11:03:27.123 INFO kablam! | Oct 14 11:03:27.123 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:27.123 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:27.123 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:27.123 INFO kablam! 38 | | HS256, Oct 14 11:03:27.123 INFO kablam! ... | Oct 14 11:03:27.123 INFO kablam! 44 | | } Oct 14 11:03:27.123 INFO kablam! 45 | | } Oct 14 11:03:27.123 INFO kablam! | |_^ Oct 14 11:03:27.123 INFO kablam! | Oct 14 11:03:27.123 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:27.123 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:27.123 INFO kablam! Oct 14 11:03:27.123 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:27.123 INFO kablam! --> tests/../src/main.rs:47:1 Oct 14 11:03:27.123 INFO kablam! | Oct 14 11:03:27.123 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:27.123 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:27.123 INFO kablam! 49 | | JWT Oct 14 11:03:27.123 INFO kablam! 50 | | } Oct 14 11:03:27.123 INFO kablam! 51 | | } Oct 14 11:03:27.123 INFO kablam! | |_^ Oct 14 11:03:27.123 INFO kablam! | Oct 14 11:03:27.123 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:27.123 INFO kablam! Oct 14 11:03:27.183 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:27.183 INFO kablam! --> src/main.rs:35:1 Oct 14 11:03:27.183 INFO kablam! | Oct 14 11:03:27.183 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:27.183 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:27.183 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:27.183 INFO kablam! 38 | | HS256, Oct 14 11:03:27.183 INFO kablam! ... | Oct 14 11:03:27.183 INFO kablam! 44 | | } Oct 14 11:03:27.183 INFO kablam! 45 | | } Oct 14 11:03:27.183 INFO kablam! | |_^ Oct 14 11:03:27.183 INFO kablam! | Oct 14 11:03:27.183 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:27.183 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:27.183 INFO kablam! Oct 14 11:03:27.183 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:27.183 INFO kablam! --> src/main.rs:47:1 Oct 14 11:03:27.183 INFO kablam! | Oct 14 11:03:27.183 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:27.183 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:27.183 INFO kablam! 49 | | JWT Oct 14 11:03:27.183 INFO kablam! 50 | | } Oct 14 11:03:27.183 INFO kablam! 51 | | } Oct 14 11:03:27.183 INFO kablam! | |_^ Oct 14 11:03:27.183 INFO kablam! | Oct 14 11:03:27.183 INFO kablam! = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) Oct 14 11:03:27.183 INFO kablam! Oct 14 11:03:31.343 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.68s Oct 14 11:03:31.351 INFO kablam! su: No module specific data is present Oct 14 11:03:31.992 INFO running `"docker" "rm" "-f" "a242bfdfe4f22cd18594dca5251b37672d665f4cb6b35c5167c51e0156cf4951"` Oct 14 11:03:32.343 INFO blam! a242bfdfe4f22cd18594dca5251b37672d665f4cb6b35c5167c51e0156cf4951 Oct 14 11:03:32.363 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-0/try#40d4795669493f1965de7c44029c69552134fe1f:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-0/rustdoc-test-static-cling-1/try#40d4795669493f1965de7c44029c69552134fe1f:/source:ro,Z" "-v" "/mnt/big/crater/./work/local/cargo-home:/cargo-home:ro,Z" "-v" "/mnt/big/crater/./work/local/rustup-home:/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/source" "-e" "USER_ID=1000" "-e" "CMD=cargo +40d4795669493f1965de7c44029c69552134fe1f-alt test --frozen" "-e" "CARGO_TARGET_DIR=/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/cargo-home" "-e" "RUSTUP_HOME=/rustup-home" "-m" "1536M" "--network" "none" "crater"` Oct 14 11:03:32.803 INFO blam! f653f1acc7849ebbf139faa260823ac66008ac339cc41157266abe48839dcb24 Oct 14 11:03:32.805 INFO running `"docker" "start" "-a" "f653f1acc7849ebbf139faa260823ac66008ac339cc41157266abe48839dcb24"` Oct 14 11:03:34.050 INFO kablam! usermod: no changes Oct 14 11:03:34.181 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.10s Oct 14 11:03:34.195 INFO kablam! Running /target/debug/deps/jwt-ee4484fa3c95fc48 Oct 14 11:03:34.199 INFO blam! Oct 14 11:03:34.199 INFO blam! running 0 tests Oct 14 11:03:34.199 INFO blam! Oct 14 11:03:34.199 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:34.199 INFO blam! Oct 14 11:03:34.207 INFO kablam! Running /target/debug/deps/jwt_cli-fc08b8ab0d511a5e Oct 14 11:03:34.211 INFO blam! Oct 14 11:03:34.211 INFO blam! running 23 tests Oct 14 11:03:34.211 INFO blam! test tests::decodes_a_token_as_json ... ok Oct 14 11:03:34.211 INFO blam! test tests::decodes_a_token_with_invalid_secret ... ok Oct 14 11:03:34.212 INFO blam! test tests::decodes_a_token_without_a_secret ... ok Oct 14 11:03:34.212 INFO blam! test tests::decodes_a_token ... ok Oct 14 11:03:34.212 INFO blam! test tests::creates_jwt_header_without_kid ... ok Oct 14 11:03:34.212 INFO blam! test tests::creates_jwt_header_with_kid ... ok Oct 14 11:03:34.212 INFO blam! test tests::is_invalid_num ... ok Oct 14 11:03:34.219 INFO blam! test tests::encodes_a_token ... ok Oct 14 11:03:34.219 INFO blam! test tests::decodes_a_token_without_an_alg ... ok Oct 14 11:03:34.222 INFO blam! test tests::decodes_a_token_without_a_typ ... ok Oct 14 11:03:34.222 INFO blam! test tests::allows_for_a_custom_exp ... ok Oct 14 11:03:34.222 INFO blam! test tests::adds_iat_exp_automatically ... ok Oct 14 11:03:34.222 INFO blam! test tests::is_valid_num ... ok Oct 14 11:03:34.222 INFO blam! test tests::is_invalid_payload_item ... ok Oct 14 11:03:34.222 INFO blam! test tests::is_valid_payload_item ... ok Oct 14 11:03:34.223 INFO blam! test tests::translates_algorithm ... ok Oct 14 11:03:34.223 INFO blam! test tests::payload_item_from_string_with_name ... ok Oct 14 11:03:34.223 INFO blam! test tests::supported_algorithm_from_string ... ok Oct 14 11:03:34.223 INFO blam! test tests::split_payload_item ... ok Oct 14 11:03:34.234 INFO blam! test tests::payload_item_from_string ... ok Oct 14 11:03:34.235 INFO blam! test tests::payload_item_from_none ... ok Oct 14 11:03:34.243 INFO blam! test tests::payload_from_payload_items ... ok Oct 14 11:03:34.243 INFO blam! test tests::payload_item_from_none_with_name ... ok Oct 14 11:03:34.243 INFO blam! Oct 14 11:03:34.243 INFO blam! test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:34.243 INFO blam! Oct 14 11:03:34.244 INFO kablam! su: No module specific data is present Oct 14 11:03:35.208 INFO running `"docker" "rm" "-f" "f653f1acc7849ebbf139faa260823ac66008ac339cc41157266abe48839dcb24"` Oct 14 11:03:35.544 INFO blam! f653f1acc7849ebbf139faa260823ac66008ac339cc41157266abe48839dcb24