[INFO] cloning repository https://github.com/roblabla/openpgp-smartcard [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/roblabla/openpgp-smartcard" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froblabla%2Fopenpgp-smartcard", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froblabla%2Fopenpgp-smartcard'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] bfe211f27c31fac1bd13164d19e64260c324571c [INFO] testing roblabla/openpgp-smartcard against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Froblabla%2Fopenpgp-smartcard" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/roblabla/openpgp-smartcard on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/roblabla/openpgp-smartcard [INFO] finished tweaking git repo https://github.com/roblabla/openpgp-smartcard [INFO] tweaked toml for git repo https://github.com/roblabla/openpgp-smartcard written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/roblabla/openpgp-smartcard already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded neon-macros v0.9.0 [INFO] [stderr] Downloaded neon v0.9.0 [INFO] [stderr] Downloaded neon-build v0.9.0 [INFO] [stderr] Downloaded neon-runtime v0.9.0 [INFO] [stderr] Downloaded pcsc v2.5.0 [INFO] [stderr] Downloaded pcsc-sys v1.2.0 [INFO] [stderr] Downloaded openpgp-card-pcsc v0.0.1 [INFO] [stderr] Downloaded openpgp-card v0.0.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b81395b9232674e2c626765f981366c3ccb81168fd282399da89c822828bca34 [INFO] running `Command { std: "docker" "start" "-a" "b81395b9232674e2c626765f981366c3ccb81168fd282399da89c822828bca34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b81395b9232674e2c626765f981366c3ccb81168fd282399da89c822828bca34", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b81395b9232674e2c626765f981366c3ccb81168fd282399da89c822828bca34", kill_on_drop: false }` [INFO] [stdout] b81395b9232674e2c626765f981366c3ccb81168fd282399da89c822828bca34 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] f39ebeb652e96de935e24b4f6986a7ce626efc7c041bd7607088539e346e1930 [INFO] running `Command { std: "docker" "start" "-a" "f39ebeb652e96de935e24b4f6986a7ce626efc7c041bd7607088539e346e1930", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.28 [INFO] [stderr] Compiling libc v0.2.100 [INFO] [stderr] Compiling syn v1.0.75 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling radium v0.5.3 [INFO] [stderr] Compiling neon-build v0.9.0 [INFO] [stderr] Compiling lexical-core v0.7.6 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling wyz v0.2.0 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling anyhow v1.0.43 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling hex-literal v0.3.3 [INFO] [stderr] Compiling cslice v0.2.0 [INFO] [stderr] Compiling nom v6.2.1 [INFO] [stderr] Compiling libloading v0.6.7 [INFO] [stderr] Compiling semver v0.9.0 [INFO] [stderr] Compiling neon-runtime v0.9.0 [INFO] [stderr] Compiling pcsc-sys v1.2.0 [INFO] [stderr] Compiling bitvec v0.19.5 [INFO] [stderr] Compiling neon v0.9.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling pcsc v2.5.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling regex v1.4.6 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling env_logger v0.8.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling neon-macros v0.9.0 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling openpgp-card v0.0.2 [INFO] [stderr] Compiling openpgp-card-pcsc v0.0.1 [INFO] [stderr] Compiling openpgp-smartcard v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 41s [INFO] running `Command { std: "docker" "inspect" "f39ebeb652e96de935e24b4f6986a7ce626efc7c041bd7607088539e346e1930", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f39ebeb652e96de935e24b4f6986a7ce626efc7c041bd7607088539e346e1930", kill_on_drop: false }` [INFO] [stdout] f39ebeb652e96de935e24b4f6986a7ce626efc7c041bd7607088539e346e1930 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 14747ce6372460c54b2abacbbd77b99f5f0a0a159c2a2e88a39752362af70546 [INFO] running `Command { std: "docker" "start" "-a" "14747ce6372460c54b2abacbbd77b99f5f0a0a159c2a2e88a39752362af70546", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling openpgp-smartcard v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.05s [INFO] running `Command { std: "docker" "inspect" "14747ce6372460c54b2abacbbd77b99f5f0a0a159c2a2e88a39752362af70546", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "14747ce6372460c54b2abacbbd77b99f5f0a0a159c2a2e88a39752362af70546", kill_on_drop: false }` [INFO] [stdout] 14747ce6372460c54b2abacbbd77b99f5f0a0a159c2a2e88a39752362af70546 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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:b0c94ce3c1162fcb8e57cac5b65ec2f72eabb1eebea4fcc35e269e823f681646" "/opt/rustwide/cargo-home/bin/cargo" "+1.60.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 6c4868ecbbc70f9ca7469c6a80713a7d4f405e4b9f3e5cb79ec88b5ca016699f [INFO] running `Command { std: "docker" "start" "-a" "6c4868ecbbc70f9ca7469c6a80713a7d4f405e4b9f3e5cb79ec88b5ca016699f", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/openpgp_smartcard-d7ecab490ff54470) [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; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "6c4868ecbbc70f9ca7469c6a80713a7d4f405e4b9f3e5cb79ec88b5ca016699f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6c4868ecbbc70f9ca7469c6a80713a7d4f405e4b9f3e5cb79ec88b5ca016699f", kill_on_drop: false }` [INFO] [stdout] 6c4868ecbbc70f9ca7469c6a80713a7d4f405e4b9f3e5cb79ec88b5ca016699f