Oct 14 11:02:17.974 INFO testing mike-engel/jwt-cli against master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513 for rustdoc-test-static-cling-1 Oct 14 11:02:17.974 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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.327 INFO blam! 610cc7a61fbdad21d9381bc97249d8ae0bf639261893b3abb258459cf6142931 Oct 14 11:02:18.343 INFO running `"docker" "start" "-a" "610cc7a61fbdad21d9381bc97249d8ae0bf639261893b3abb258459cf6142931"` Oct 14 11:02:19.347 INFO kablam! usermod: no changes Oct 14 11:02:19.483 INFO kablam! Compiling nodrop v0.1.12 Oct 14 11:02:19.483 INFO kablam! Compiling cfg-if v0.1.2 Oct 14 11:02:19.483 INFO kablam! Compiling memoffset v0.2.1 Oct 14 11:02:19.483 INFO kablam! Compiling lazy_static v1.0.0 Oct 14 11:02:19.491 INFO kablam! Compiling scopeguard v0.3.3 Oct 14 11:02:19.507 INFO kablam! Compiling rayon-core v1.4.0 Oct 14 11:02:19.507 INFO kablam! Compiling libc v0.2.40 Oct 14 11:02:19.507 INFO kablam! Compiling gcc v0.3.54 Oct 14 11:02:20.088 INFO kablam! Compiling num-traits v0.2.2 Oct 14 11:02:20.107 INFO kablam! Compiling unicode-width v0.1.4 Oct 14 11:02:20.275 INFO kablam! Compiling byteorder v1.2.2 Oct 14 11:02:20.455 INFO kablam! Compiling untrusted v0.5.1 Oct 14 11:02:20.761 INFO kablam! Compiling serde v1.0.43 Oct 14 11:02:20.863 INFO kablam! Compiling bitflags v1.0.2 Oct 14 11:02:21.567 INFO kablam! Compiling term v0.4.6 Oct 14 11:02:22.732 INFO kablam! Compiling vec_map v0.8.0 Oct 14 11:02:22.795 INFO kablam! Compiling error-chain v0.11.0 Oct 14 11:02:24.463 INFO kablam! Compiling proc-macro2 v0.3.7 Oct 14 11:02:25.295 INFO kablam! Compiling arrayvec v0.4.7 Oct 14 11:02:33.841 INFO kablam! Compiling crossbeam-utils v0.2.2 Oct 14 11:02:34.048 INFO kablam! Compiling textwrap v0.9.0 Oct 14 11:02:34.103 INFO kablam! Compiling base64 v0.9.1 Oct 14 11:02:34.126 INFO kablam! Compiling num_cpus v1.8.0 Oct 14 11:02:34.139 INFO kablam! Compiling rand v0.4.2 Oct 14 11:02:34.328 INFO kablam! Compiling time v0.1.39 Oct 14 11:02:41.411 INFO kablam! Compiling atty v0.2.9 Oct 14 11:02:41.467 INFO kablam! Compiling num-integer v0.1.36 Oct 14 11:02:41.491 INFO kablam! Compiling term-painter v0.2.4 Oct 14 11:02:41.623 INFO kablam! Compiling crossbeam-epoch v0.3.1 Oct 14 11:02:41.839 INFO kablam! Compiling clap v2.31.2 Oct 14 11:02:42.495 INFO kablam! Compiling quote v0.5.2 Oct 14 11:02:42.563 INFO kablam! Compiling chrono v0.4.2 Oct 14 11:02:44.779 INFO kablam! Compiling syn v0.13.1 Oct 14 11:02:44.911 INFO kablam! Compiling crossbeam-deque v0.2.0 Oct 14 11:02:49.315 INFO kablam! Compiling rayon v0.8.2 Oct 14 11:02:56.131 INFO kablam! Compiling ring v0.12.1 Oct 14 11:03:00.279 INFO kablam! Compiling serde_json v1.0.16 Oct 14 11:03:00.811 INFO kablam! Compiling serde_derive_internals v0.23.1 Oct 14 11:03:10.196 INFO kablam! Compiling serde_derive v1.0.43 Oct 14 11:03:22.362 INFO kablam! Compiling jsonwebtoken v4.0.1 Oct 14 11:03:23.702 INFO kablam! Compiling jwt-cli v2.1.0 (/source) Oct 14 11:03:23.952 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:23.952 INFO kablam! --> src/main.rs:35:1 Oct 14 11:03:23.952 INFO kablam! | Oct 14 11:03:23.952 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:23.952 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:23.952 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:23.952 INFO kablam! 38 | | HS256, Oct 14 11:03:23.952 INFO kablam! ... | Oct 14 11:03:23.952 INFO kablam! 44 | | } Oct 14 11:03:23.952 INFO kablam! 45 | | } Oct 14 11:03:23.952 INFO kablam! | |_^ Oct 14 11:03:23.952 INFO kablam! | Oct 14 11:03:23.952 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:23.952 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.952 INFO kablam! Oct 14 11:03:23.952 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:23.952 INFO kablam! --> src/main.rs:47:1 Oct 14 11:03:23.952 INFO kablam! | Oct 14 11:03:23.952 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:23.952 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:23.952 INFO kablam! 49 | | JWT Oct 14 11:03:23.953 INFO kablam! 50 | | } Oct 14 11:03:23.953 INFO kablam! 51 | | } Oct 14 11:03:23.953 INFO kablam! | |_^ Oct 14 11:03:23.953 INFO kablam! | Oct 14 11:03:23.953 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.953 INFO kablam! Oct 14 11:03:25.915 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 1m 06s Oct 14 11:03:25.918 INFO kablam! su: No module specific data is present Oct 14 11:03:26.319 INFO running `"docker" "rm" "-f" "610cc7a61fbdad21d9381bc97249d8ae0bf639261893b3abb258459cf6142931"` Oct 14 11:03:26.534 INFO blam! 610cc7a61fbdad21d9381bc97249d8ae0bf639261893b3abb258459cf6142931 Oct 14 11:03:26.543 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:26.931 INFO blam! 926a19a2cf138e61a37998f529522d83953830bbe5f2517cfdf2be9b92509466 Oct 14 11:03:26.933 INFO running `"docker" "start" "-a" "926a19a2cf138e61a37998f529522d83953830bbe5f2517cfdf2be9b92509466"` Oct 14 11:03:28.479 INFO kablam! usermod: no changes Oct 14 11:03:28.647 INFO kablam! Compiling jwt-cli v2.1.0 (/source) Oct 14 11:03:29.171 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:29.171 INFO kablam! --> src/main.rs:35:1 Oct 14 11:03:29.171 INFO kablam! | Oct 14 11:03:29.171 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:29.171 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:29.171 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:29.171 INFO kablam! 38 | | HS256, Oct 14 11:03:29.171 INFO kablam! ... | Oct 14 11:03:29.171 INFO kablam! 44 | | } Oct 14 11:03:29.171 INFO kablam! 45 | | } Oct 14 11:03:29.171 INFO kablam! | |_^ Oct 14 11:03:29.171 INFO kablam! | Oct 14 11:03:29.171 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:29.171 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:29.171 INFO kablam! Oct 14 11:03:29.171 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:29.171 INFO kablam! --> src/main.rs:47:1 Oct 14 11:03:29.171 INFO kablam! | Oct 14 11:03:29.171 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:29.171 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:29.171 INFO kablam! 49 | | JWT Oct 14 11:03:29.171 INFO kablam! 50 | | } Oct 14 11:03:29.171 INFO kablam! 51 | | } Oct 14 11:03:29.171 INFO kablam! | |_^ Oct 14 11:03:29.171 INFO kablam! | Oct 14 11:03:29.171 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:29.171 INFO kablam! Oct 14 11:03:29.347 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:29.347 INFO kablam! --> tests/../src/main.rs:35:1 Oct 14 11:03:29.347 INFO kablam! | Oct 14 11:03:29.347 INFO kablam! 35 | / arg_enum!{ Oct 14 11:03:29.347 INFO kablam! 36 | | #[derive(Debug, PartialEq)] Oct 14 11:03:29.347 INFO kablam! 37 | | enum SupportedAlgorithms { Oct 14 11:03:29.347 INFO kablam! 38 | | HS256, Oct 14 11:03:29.347 INFO kablam! ... | Oct 14 11:03:29.347 INFO kablam! 44 | | } Oct 14 11:03:29.347 INFO kablam! 45 | | } Oct 14 11:03:29.347 INFO kablam! | |_^ Oct 14 11:03:29.347 INFO kablam! | Oct 14 11:03:29.347 INFO kablam! = note: #[warn(deprecated)] on by default Oct 14 11:03:29.347 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:29.347 INFO kablam! Oct 14 11:03:29.347 INFO kablam! warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead Oct 14 11:03:29.347 INFO kablam! --> tests/../src/main.rs:47:1 Oct 14 11:03:29.347 INFO kablam! | Oct 14 11:03:29.347 INFO kablam! 47 | / arg_enum!{ Oct 14 11:03:29.347 INFO kablam! 48 | | enum SupportedTypes { Oct 14 11:03:29.347 INFO kablam! 49 | | JWT Oct 14 11:03:29.347 INFO kablam! 50 | | } Oct 14 11:03:29.347 INFO kablam! 51 | | } Oct 14 11:03:29.347 INFO kablam! | |_^ Oct 14 11:03:29.347 INFO kablam! | Oct 14 11:03:29.347 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:29.347 INFO kablam! Oct 14 11:03:33.495 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 4.99s Oct 14 11:03:33.498 INFO kablam! su: No module specific data is present Oct 14 11:03:34.137 INFO running `"docker" "rm" "-f" "926a19a2cf138e61a37998f529522d83953830bbe5f2517cfdf2be9b92509466"` Oct 14 11:03:34.511 INFO blam! 926a19a2cf138e61a37998f529522d83953830bbe5f2517cfdf2be9b92509466 Oct 14 11:03:34.515 INFO running `"docker" "create" "-v" "/mnt/big/crater/./work/local/target-dirs/rustdoc-test-static-cling-1/worker-3/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/target:rw,Z" "-v" "/mnt/big/crater/./work/local/test-source/worker-3/rustdoc-test-static-cling-1/master#0e07c4281c343e9e15a0a8fca79538ad1a8eb513:/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 +0e07c4281c343e9e15a0a8fca79538ad1a8eb513-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:34.913 INFO blam! 88424c740c7b04ed67940c24b6a5fe9d6f40c7660c4a8c02a2e697d7a19542d9 Oct 14 11:03:34.926 INFO running `"docker" "start" "-a" "88424c740c7b04ed67940c24b6a5fe9d6f40c7660c4a8c02a2e697d7a19542d9"` Oct 14 11:03:36.037 INFO kablam! usermod: no changes Oct 14 11:03:36.198 INFO kablam! Finished dev [unoptimized + debuginfo] target(s) in 0.12s Oct 14 11:03:36.223 INFO kablam! Running /target/debug/deps/jwt-44bf777dcb377de4 Oct 14 11:03:36.224 INFO blam! Oct 14 11:03:36.224 INFO blam! running 0 tests Oct 14 11:03:36.224 INFO blam! Oct 14 11:03:36.224 INFO blam! test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:36.224 INFO blam! Oct 14 11:03:36.231 INFO blam! Oct 14 11:03:36.231 INFO kablam! Running /target/debug/deps/jwt_cli-37d0bfc3302d2d5f Oct 14 11:03:36.231 INFO blam! running 23 tests Oct 14 11:03:36.231 INFO blam! test tests::decodes_a_token_as_json ... ok Oct 14 11:03:36.237 INFO blam! test tests::decodes_a_token ... ok Oct 14 11:03:36.237 INFO blam! test tests::decodes_a_token_without_a_secret ... ok Oct 14 11:03:36.237 INFO blam! test tests::creates_jwt_header_without_kid ... ok Oct 14 11:03:36.237 INFO blam! test tests::creates_jwt_header_with_kid ... ok Oct 14 11:03:36.237 INFO blam! test tests::allows_for_a_custom_exp ... ok Oct 14 11:03:36.237 INFO blam! test tests::decodes_a_token_with_invalid_secret ... ok Oct 14 11:03:36.237 INFO blam! test tests::decodes_a_token_without_a_typ ... ok Oct 14 11:03:36.237 INFO blam! test tests::is_valid_num ... ok Oct 14 11:03:36.237 INFO blam! test tests::payload_from_payload_items ... ok Oct 14 11:03:36.237 INFO blam! test tests::is_valid_payload_item ... ok Oct 14 11:03:36.237 INFO blam! test tests::payload_item_from_string ... ok Oct 14 11:03:36.237 INFO blam! test tests::payload_item_from_none_with_name ... ok Oct 14 11:03:36.237 INFO blam! test tests::payload_item_from_none ... ok Oct 14 11:03:36.237 INFO blam! test tests::payload_item_from_string_with_name ... ok Oct 14 11:03:36.237 INFO blam! test tests::split_payload_item ... ok Oct 14 11:03:36.237 INFO blam! test tests::supported_algorithm_from_string ... ok Oct 14 11:03:36.237 INFO blam! test tests::translates_algorithm ... ok Oct 14 11:03:36.254 INFO blam! test tests::adds_iat_exp_automatically ... ok Oct 14 11:03:36.254 INFO kablam! su: No module specific data is present Oct 14 11:03:36.254 INFO blam! test tests::decodes_a_token_without_an_alg ... ok Oct 14 11:03:36.254 INFO blam! test tests::is_invalid_payload_item ... ok Oct 14 11:03:36.255 INFO blam! test tests::is_invalid_num ... ok Oct 14 11:03:36.255 INFO blam! test tests::encodes_a_token ... ok Oct 14 11:03:36.255 INFO blam! Oct 14 11:03:36.255 INFO blam! test result: ok. 23 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out Oct 14 11:03:36.255 INFO blam! Oct 14 11:03:36.852 INFO running `"docker" "rm" "-f" "88424c740c7b04ed67940c24b6a5fe9d6f40c7660c4a8c02a2e697d7a19542d9"` Oct 14 11:03:37.119 INFO blam! 88424c740c7b04ed67940c24b6a5fe9d6f40c7660c4a8c02a2e697d7a19542d9