[INFO] cloning repository https://github.com/andrewwhitehead/endorser-tool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andrewwhitehead/endorser-tool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewwhitehead%2Fendorser-tool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewwhitehead%2Fendorser-tool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 793ec04bb746391eb40616e97203b537165f9ccc [INFO] testing andrewwhitehead/endorser-tool against master#a77da2d454e6caa227a85b16410b95f93495e7e0 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandrewwhitehead%2Fendorser-tool" "/workspace/builds/worker-54/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-54/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andrewwhitehead/endorser-tool on toolchain a77da2d454e6caa227a85b16410b95f93495e7e0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andrewwhitehead/endorser-tool [INFO] finished tweaking git repo https://github.com/andrewwhitehead/endorser-tool [INFO] tweaked toml for git repo https://github.com/andrewwhitehead/endorser-tool written to /workspace/builds/worker-54/source/Cargo.toml [INFO] crate git repo https://github.com/andrewwhitehead/endorser-tool already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "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] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6e0224eea612b83969a33bbfed33f3c95fabb9242c378c373df5bcdd72d1ba4e [INFO] running `Command { std: "docker" "start" "-a" "6e0224eea612b83969a33bbfed33f3c95fabb9242c378c373df5bcdd72d1ba4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6e0224eea612b83969a33bbfed33f3c95fabb9242c378c373df5bcdd72d1ba4e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6e0224eea612b83969a33bbfed33f3c95fabb9242c378c373df5bcdd72d1ba4e", kill_on_drop: false }` [INFO] [stdout] 6e0224eea612b83969a33bbfed33f3c95fabb9242c378c373df5bcdd72d1ba4e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 12e9c0228c09dc3aa45df8a0e442e969213732d637cb2d47fff667cfc9d6e9d8 [INFO] running `Command { std: "docker" "start" "-a" "12e9c0228c09dc3aa45df8a0e442e969213732d637cb2d47fff667cfc9d6e9d8", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling proc-macro2 v1.0.27 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.73 [INFO] [stderr] Compiling serde_derive v1.0.126 [INFO] [stderr] Compiling serde v1.0.126 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling version-compare v0.0.10 [INFO] [stderr] Compiling libc v0.2.98 [INFO] [stderr] Compiling strum v0.18.0 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling cc v1.0.68 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling memchr v2.4.0 [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling gimli v0.24.0 [INFO] [stderr] Compiling toml v0.2.1 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling signature v1.3.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling rustc-demangle v0.1.20 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling futures-core v0.3.15 [INFO] [stderr] Compiling cpufeatures v0.1.5 [INFO] [stderr] Compiling futures-task v0.3.15 [INFO] [stderr] Compiling fake-simd v0.1.2 [INFO] [stderr] Compiling keccak v0.1.0 [INFO] [stderr] Compiling arrayref v0.3.6 [INFO] [stderr] Compiling amcl v0.2.0 [INFO] [stderr] Compiling zmq v0.9.2 [INFO] [stderr] Compiling bs58 v0.3.1 [INFO] [stderr] Compiling slab v0.4.3 [INFO] [stderr] Compiling once_cell v1.8.0 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-channel v0.3.15 [INFO] [stderr] Compiling etcommon-hexutil v0.2.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling elastic-array-plus v0.10.0 [INFO] [stderr] Compiling boxfnonce v0.1.1 [INFO] [stderr] Compiling urlencoding v1.3.3 [INFO] [stderr] Compiling c2-chacha v0.2.4 [INFO] [stderr] Compiling object v0.25.3 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling ed25519 v1.1.1 [INFO] [stderr] Compiling webkit2gtk-sys v0.12.0 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling block-padding v0.1.5 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling etcommon-rlp v0.2.5 [INFO] [stderr] Compiling metadeps v1.1.2 [INFO] [stderr] Compiling addr2line v0.15.2 [INFO] [stderr] Compiling backtrace v0.3.60 [INFO] [stderr] Compiling webview-sys v0.6.2 [INFO] [stderr] Compiling tinyfiledialogs v3.8.3 [INFO] [stderr] Compiling getrandom v0.2.3 [INFO] [stderr] Compiling javascriptcore-rs-sys v0.2.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling generic-array v0.12.4 [INFO] [stderr] Compiling rmp v0.8.10 [INFO] [stderr] Compiling zmq-sys v0.11.0 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Compiling sha3 v0.8.2 [INFO] [stderr] Compiling sha2 v0.8.2 [INFO] [stderr] Compiling rand_chacha v0.2.1 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling sha2 v0.9.5 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling rand v0.8.4 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling thiserror-impl v1.0.26 [INFO] [stderr] Compiling strum_macros v0.18.0 [INFO] [stderr] Compiling zeroize_derive v1.1.0 [INFO] [stderr] Compiling zeroize v1.3.0 [INFO] [stderr] Compiling curve25519-dalek v3.1.0 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling thiserror v1.0.26 [INFO] [stderr] Compiling x25519-dalek v1.1.1 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling toml v0.5.8 [INFO] [stderr] Compiling ed25519-dalek v1.0.1 [INFO] [stderr] Compiling rmp-serde v0.13.7 [INFO] [stderr] Compiling ursa v0.3.6 [INFO] [stderr] Compiling system-deps v1.3.2 [INFO] [stderr] Compiling indy-wql v0.4.0 [INFO] [stderr] Compiling indy-utils v0.4.0 [INFO] [stderr] Compiling glib-sys v0.10.1 [INFO] [stderr] Compiling gobject-sys v0.10.0 [INFO] [stderr] Compiling gio-sys v0.10.1 [INFO] [stderr] Compiling cairo-sys-rs v0.10.0 [INFO] [stderr] Compiling gdk-pixbuf-sys v0.10.0 [INFO] [stderr] Compiling pango-sys v0.10.0 [INFO] [stderr] Compiling gdk-sys v0.10.0 [INFO] [stderr] Compiling atk-sys v0.10.0 [INFO] [stderr] Compiling soup-sys v0.10.0 [INFO] [stderr] Compiling gtk-sys v0.10.0 [INFO] [stderr] Compiling indy-data-types v0.5.0 [INFO] [stderr] Compiling indy-vdr v0.3.1 [INFO] [stderr] Compiling web-view v0.7.3 [INFO] [stderr] Compiling endorser-tool v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4m 30s [INFO] running `Command { std: "docker" "inspect" "12e9c0228c09dc3aa45df8a0e442e969213732d637cb2d47fff667cfc9d6e9d8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "12e9c0228c09dc3aa45df8a0e442e969213732d637cb2d47fff667cfc9d6e9d8", kill_on_drop: false }` [INFO] [stdout] 12e9c0228c09dc3aa45df8a0e442e969213732d637cb2d47fff667cfc9d6e9d8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 3bce73535c26069ebc2e028f0f7b5132bb2a2535e536685b83272552f76ba9bd [INFO] running `Command { std: "docker" "start" "-a" "3bce73535c26069ebc2e028f0f7b5132bb2a2535e536685b83272552f76ba9bd", kill_on_drop: false }` [INFO] [stderr] Compiling endorser-tool v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.08s [INFO] running `Command { std: "docker" "inspect" "3bce73535c26069ebc2e028f0f7b5132bb2a2535e536685b83272552f76ba9bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3bce73535c26069ebc2e028f0f7b5132bb2a2535e536685b83272552f76ba9bd", kill_on_drop: false }` [INFO] [stdout] 3bce73535c26069ebc2e028f0f7b5132bb2a2535e536685b83272552f76ba9bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-54/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" "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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+a77da2d454e6caa227a85b16410b95f93495e7e0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 0c0541cff6b9ffe7fd6e4903e7d40587ab79316a5448a94543f2217ed3d81130 [INFO] running `Command { std: "docker" "start" "-a" "0c0541cff6b9ffe7fd6e4903e7d40587ab79316a5448a94543f2217ed3d81130", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 14.37s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/endorser_tool-f3edfe7e81f2d75e) [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" "0c0541cff6b9ffe7fd6e4903e7d40587ab79316a5448a94543f2217ed3d81130", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0c0541cff6b9ffe7fd6e4903e7d40587ab79316a5448a94543f2217ed3d81130", kill_on_drop: false }` [INFO] [stdout] 0c0541cff6b9ffe7fd6e4903e7d40587ab79316a5448a94543f2217ed3d81130