[INFO] cloning repository https://github.com/adyta-lda/openmls [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/adyta-lda/openmls" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadyta-lda%2Fopenmls", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadyta-lda%2Fopenmls'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 6801e37b86d04988dd613758f55cd74890a45ad9 [INFO] testing adyta-lda/openmls against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fadyta-lda%2Fopenmls" "/workspace/builds/worker-82/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-82/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/adyta-lda/openmls on toolchain 1.55.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/adyta-lda/openmls [INFO] finished tweaking git repo https://github.com/adyta-lda/openmls [INFO] tweaked toml for git repo https://github.com/adyta-lda/openmls written to /workspace/builds/worker-82/source/Cargo.toml [INFO] crate git repo https://github.com/adyta-lda/openmls already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.55.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded typetag-impl v0.1.7 [INFO] [stderr] Downloaded flexi_logger v0.17.1 [INFO] [stderr] Downloaded typetag v0.1.7 [INFO] [stderr] Downloaded hpke-rs v0.0.7 [INFO] [stderr] Downloaded evercrypt v0.0.8 [INFO] [stderr] Downloaded evercrypt-sys v0.0.7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a235636b23e8f15ed7ff3fbd55fc7c827f55df65a498df270b8ba281d0ea61f6 [INFO] running `Command { std: "docker" "start" "-a" "a235636b23e8f15ed7ff3fbd55fc7c827f55df65a498df270b8ba281d0ea61f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a235636b23e8f15ed7ff3fbd55fc7c827f55df65a498df270b8ba281d0ea61f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a235636b23e8f15ed7ff3fbd55fc7c827f55df65a498df270b8ba281d0ea61f6", kill_on_drop: false }` [INFO] [stdout] a235636b23e8f15ed7ff3fbd55fc7c827f55df65a498df270b8ba281d0ea61f6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-82/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:a89201d6b5b9fd45c15d5952ece0a0129e7e80cb26ec023fd59cf09bc26f1604" "/opt/rustwide/cargo-home/bin/cargo" "+1.55.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 30157d1ec9d5080f6365a548c750a0ea48048f9a0c7464800fb0514792c42c4c [INFO] running `Command { std: "docker" "start" "-a" "30157d1ec9d5080f6365a548c750a0ea48048f9a0c7464800fb0514792c42c4c", 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 version_check v0.9.3 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling typenum v1.13.0 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling bindgen v0.54.0 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling shlex v0.1.1 [INFO] [stderr] Compiling peeking_take_while v0.1.2 [INFO] [stderr] Compiling rustc-hash v1.1.0 [INFO] [stderr] Compiling cpuid-bool v0.2.0 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling serde_json v1.0.64 [INFO] [stderr] Compiling inventory v0.1.10 [INFO] [stderr] Compiling clang-sys v0.29.3 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling nom v5.1.2 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling which v3.1.1 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling cexpr v0.4.0 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling env_logger v0.7.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling universal-hash v0.4.0 [INFO] [stderr] Compiling aead v0.3.2 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling polyval v0.4.5 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling ghash v0.3.1 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling aes-gcm v0.8.0 [INFO] [stderr] Compiling inventory-impl v0.1.10 [INFO] [stderr] Compiling ctor v0.1.20 [INFO] [stderr] Compiling ghost v0.1.2 [INFO] [stderr] Compiling typetag-impl v0.1.7 [INFO] [stderr] Compiling tls-codec-derive v0.1.0 (/opt/rustwide/workdir/tls-codec-derive) [INFO] [stderr] Compiling test_macros v0.1.0 (/opt/rustwide/workdir/test_macros) [INFO] [stderr] Compiling evercrypt-sys v0.0.7 [INFO] [stderr] Compiling erased-serde v0.3.13 [INFO] [stderr] Compiling typetag v0.1.7 [INFO] running `Command { std: "docker" "inspect" "30157d1ec9d5080f6365a548c750a0ea48048f9a0c7464800fb0514792c42c4c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "30157d1ec9d5080f6365a548c750a0ea48048f9a0c7464800fb0514792c42c4c", kill_on_drop: false }` [INFO] [stdout] 30157d1ec9d5080f6365a548c750a0ea48048f9a0c7464800fb0514792c42c4c