[INFO] cloning repository https://github.com/kristof-mattei/jwt-decode [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kristof-mattei/jwt-decode" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fjwt-decode", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fjwt-decode'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 3c935353e0196a8b39c657c202f32eef713357d5 [INFO] checking kristof-mattei/jwt-decode against try#c86ec274072509d26d0ee52682a0c94ed012ed89 for pr-153027 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkristof-mattei%2Fjwt-decode" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'... [INFO] [stderr] done. [INFO] removed /workspace/builds/worker-3-tc2/source/.cargo/config.toml [INFO] removed /workspace/builds/worker-3-tc2/source/rust-toolchain.toml [INFO] started tweaking git repo https://github.com/kristof-mattei/jwt-decode [INFO] finished tweaking git repo https://github.com/kristof-mattei/jwt-decode [INFO] tweaked toml for git repo https://github.com/kristof-mattei/jwt-decode written to /workspace/builds/worker-3-tc2/source/Cargo.toml [INFO] validating manifest of git repo https://github.com/kristof-mattei/jwt-decode on toolchain c86ec274072509d26d0ee52682a0c94ed012ed89 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] crate git repo https://github.com/kristof-mattei/jwt-decode already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Updating crates.io index [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-error v0.2.1 [INFO] [stderr] Downloaded mimalloc v0.1.48 [INFO] [stderr] Downloaded indenter v0.3.4 [INFO] [stderr] Downloaded color-spantrace v0.3.0 [INFO] [stderr] Downloaded rustc-demangle v0.1.27 [INFO] [stderr] Downloaded libmimalloc-sys v0.1.44 [INFO] [stderr] Downloaded color-eyre v0.6.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5481d27030e17e9d8b69c2b8c5b5e1d8b097974063609e14574bedfb9e6e156e [INFO] running `Command { std: "docker" "start" "-a" "5481d27030e17e9d8b69c2b8c5b5e1d8b097974063609e14574bedfb9e6e156e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5481d27030e17e9d8b69c2b8c5b5e1d8b097974063609e14574bedfb9e6e156e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5481d27030e17e9d8b69c2b8c5b5e1d8b097974063609e14574bedfb9e6e156e", kill_on_drop: false }` [INFO] [stdout] 5481d27030e17e9d8b69c2b8c5b5e1d8b097974063609e14574bedfb9e6e156e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+c86ec274072509d26d0ee52682a0c94ed012ed89" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 602937fb621c83a0f0bf4fe8a35bff72a52f01c340347f65339481e4e0d09506 [INFO] running `Command { std: "docker" "start" "-a" "602937fb621c83a0f0bf4fe8a35bff72a52f01c340347f65339481e4e0d09506", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.184 [INFO] [stderr] Checking tracing-core v0.1.36 [INFO] [stderr] Checking memchr v2.8.0 [INFO] [stderr] Compiling object v0.37.3 [INFO] [stderr] Compiling eyre v0.6.12 [INFO] [stderr] Checking gimli v0.32.3 [INFO] [stderr] Compiling color-spantrace v0.3.0 [INFO] [stderr] Compiling serde_core v1.0.228 [INFO] [stderr] Compiling cc v1.2.59 [INFO] [stderr] Checking sharded-slab v0.1.7 [INFO] [stderr] Checking thread_local v1.1.9 [INFO] [stderr] Checking miniz_oxide v0.8.9 [INFO] [stderr] Checking rustc-demangle v0.1.27 [INFO] [stderr] Checking indenter v0.3.4 [INFO] [stderr] Checking itoa v1.0.18 [INFO] [stderr] Compiling jwt-decode v0.0.0-development (/opt/rustwide/workdir/crates/jwt-decode) [INFO] [stderr] Checking yansi v1.0.1 [INFO] [stderr] Checking diff v0.1.13 [INFO] [stderr] Checking shared v0.0.0-development (/opt/rustwide/workdir/crates/shared) [INFO] [stderr] Checking tracing v0.1.44 [INFO] [stderr] Checking pretty_assertions v1.4.1 [INFO] [stderr] Checking tracing-subscriber v0.3.23 [INFO] [stderr] Compiling libmimalloc-sys v0.1.44 [INFO] [stderr] Checking serde_json v1.0.149 [INFO] [stderr] Checking tracing-error v0.2.1 [INFO] [stderr] Checking addr2line v0.25.1 [INFO] [stderr] Checking mimalloc v0.1.48 [INFO] [stderr] Checking backtrace v0.3.76 [INFO] [stderr] Checking color-eyre v0.6.5 [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 10.87s [INFO] running `Command { std: "docker" "inspect" "602937fb621c83a0f0bf4fe8a35bff72a52f01c340347f65339481e4e0d09506", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "602937fb621c83a0f0bf4fe8a35bff72a52f01c340347f65339481e4e0d09506", kill_on_drop: false }` [INFO] [stdout] 602937fb621c83a0f0bf4fe8a35bff72a52f01c340347f65339481e4e0d09506