[INFO] cloning repository https://github.com/pgold/celophane [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/pgold/celophane" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgold%2Fcelophane", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgold%2Fcelophane'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 1565f1968344b039e4fbc59cdc8f56c22179d51f [INFO] testing pgold/celophane against 1.55.0 for beta-1.56-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fpgold%2Fcelophane" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/pgold/celophane 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/pgold/celophane [INFO] finished tweaking git repo https://github.com/pgold/celophane [INFO] tweaked toml for git repo https://github.com/pgold/celophane written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/pgold/celophane 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] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] c7ba03d93ccb1866dd1b1d53ef89c94cd348aa5cfabf5baf7000e8fa40a48149 [INFO] running `Command { std: "docker" "start" "-a" "c7ba03d93ccb1866dd1b1d53ef89c94cd348aa5cfabf5baf7000e8fa40a48149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "c7ba03d93ccb1866dd1b1d53ef89c94cd348aa5cfabf5baf7000e8fa40a48149", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c7ba03d93ccb1866dd1b1d53ef89c94cd348aa5cfabf5baf7000e8fa40a48149", kill_on_drop: false }` [INFO] [stdout] c7ba03d93ccb1866dd1b1d53ef89c94cd348aa5cfabf5baf7000e8fa40a48149 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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] 0985bf7c5c26590ebb21b80f7721d5d905b421a7c238eadb1e602e27aecf61e5 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0985bf7c5c26590ebb21b80f7721d5d905b421a7c238eadb1e602e27aecf61e5", kill_on_drop: false }` [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling once_cell v1.7.0 [INFO] [stderr] Compiling funty v1.1.0 [INFO] [stderr] Compiling subtle v2.4.0 [INFO] [stderr] Compiling radium v0.4.1 [INFO] [stderr] Compiling rustc-hex v2.1.0 [INFO] [stderr] Compiling serde_json v1.0.63 [INFO] [stderr] Compiling byte-slice-cast v1.0.0 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling base64ct v0.2.0 [INFO] [stderr] Compiling curl v0.4.34 [INFO] [stderr] Compiling futures-timer v3.0.2 [INFO] [stderr] Compiling openssl-sys v0.9.60 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling indexmap v1.6.1 [INFO] [stderr] Compiling curl-sys v0.4.40+curl-7.75.0 [INFO] [stderr] Compiling futures-channel v0.3.13 [INFO] [stderr] Compiling tracing v0.1.25 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling mio v0.7.9 [INFO] [stderr] Compiling uint v0.9.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.10.0 [INFO] [stderr] Compiling cipher v0.2.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling url v2.2.1 [INFO] [stderr] Compiling password-hash v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.13 [INFO] [stderr] Compiling thiserror-impl v1.0.24 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Compiling signature v1.2.2 [INFO] [stderr] Compiling bitvec v0.20.1 [INFO] [stderr] Compiling elliptic-curve v0.9.4 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling aes-soft v0.6.4 [INFO] [stderr] Compiling salsa20 v0.7.2 [INFO] [stderr] Compiling ctr v0.6.0 [INFO] [stderr] Compiling sha3 v0.9.1 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling sha-1 v0.9.4 [INFO] [stderr] Compiling hmac v0.10.1 [INFO] [stderr] Compiling fixed-hash v0.7.0 [INFO] [stderr] Compiling bitvec v0.18.4 [INFO] [stderr] Compiling aes v0.6.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling openssl v0.10.32 [INFO] [stderr] Compiling native-tls v0.2.7 [INFO] [stderr] Compiling pbkdf2 v0.7.3 [INFO] [stderr] Compiling scrypt v0.6.3 [INFO] [stderr] Compiling auto_impl v0.4.1 [INFO] [stderr] Compiling structopt-derive v0.4.14 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling futures-util v0.3.13 [INFO] [stderr] Compiling ff v0.8.0 [INFO] [stderr] Compiling group v0.8.0 [INFO] [stderr] Compiling thiserror v1.0.24 [INFO] [stderr] Compiling webpki v0.21.4 [INFO] [stderr] Compiling sct v0.6.0 [INFO] [stderr] Compiling elliptic-curve v0.8.5 [INFO] [stderr] Compiling webpki-roots v0.21.0 [INFO] [stderr] Compiling rustls v0.19.0 [INFO] [stderr] Compiling ecdsa v0.10.2 [INFO] [stderr] Compiling bytes v1.0.1 [INFO] [stderr] Compiling parity-scale-codec v2.0.1 [INFO] [stderr] Compiling impl-serde v0.3.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling structopt v0.3.21 [INFO] [stderr] Compiling k256 v0.7.2 [INFO] [stderr] Compiling rlp v0.5.0 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Compiling http v0.2.3 [INFO] [stderr] Compiling input_buffer v0.4.0 [INFO] [stderr] Compiling futures-executor v0.3.13 [INFO] [stderr] Compiling impl-rlp v0.3.0 [INFO] [stderr] Compiling eth-keystore v0.2.0 [INFO] [stderr] Compiling serde-aux v2.1.1 [INFO] [stderr] Compiling ethbloom v0.11.0 [INFO] [stderr] Compiling http-body v0.4.0 [INFO] [stderr] Compiling tungstenite v0.12.0 [INFO] [stderr] Compiling impl-codec v0.5.0 [INFO] [stderr] Compiling primitive-types v0.9.0 [INFO] [stderr] Compiling ethereum-types v0.11.0 [INFO] [stderr] Compiling tokio-util v0.6.3 [INFO] [stderr] Compiling tokio-rustls v0.22.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.0 [INFO] [stderr] Compiling tokio-tungstenite v0.13.0 [INFO] [stderr] Compiling h2 v0.3.1 [INFO] [stderr] Compiling ethabi-next v13.1.0 [INFO] [stderr] Compiling ethers-core v0.2.1 [INFO] [stderr] Compiling hyper v0.14.4 [INFO] [stderr] Compiling ethers-contract-abigen v0.2.1 [INFO] [stderr] Compiling ethers-signers v0.2.1 [INFO] [stderr] Compiling ethers-contract-derive v0.2.1 [INFO] [stderr] Compiling hyper-rustls v0.22.1 [INFO] [stderr] Compiling reqwest v0.11.1 [INFO] [stderr] Compiling ethers-providers v0.2.1 [INFO] [stderr] Compiling ethers-contract v0.2.1 [INFO] [stderr] Compiling ethers-middleware v0.2.1 [INFO] [stderr] Compiling ethers v0.2.1 [INFO] [stderr] Compiling celophane v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 43s [INFO] running `Command { std: "docker" "inspect" "0985bf7c5c26590ebb21b80f7721d5d905b421a7c238eadb1e602e27aecf61e5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0985bf7c5c26590ebb21b80f7721d5d905b421a7c238eadb1e602e27aecf61e5", kill_on_drop: false }` [INFO] [stdout] 0985bf7c5c26590ebb21b80f7721d5d905b421a7c238eadb1e602e27aecf61e5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 13d280e0c0dddcebe428bca436cd9558d02c083f6ec1d057f839207a9dcc1e42 [INFO] running `Command { std: "docker" "start" "-a" "13d280e0c0dddcebe428bca436cd9558d02c083f6ec1d057f839207a9dcc1e42", kill_on_drop: false }` [INFO] [stderr] Compiling celophane v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.25s [INFO] running `Command { std: "docker" "inspect" "13d280e0c0dddcebe428bca436cd9558d02c083f6ec1d057f839207a9dcc1e42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "13d280e0c0dddcebe428bca436cd9558d02c083f6ec1d057f839207a9dcc1e42", kill_on_drop: false }` [INFO] [stdout] 13d280e0c0dddcebe428bca436cd9558d02c083f6ec1d057f839207a9dcc1e42 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "test" "--frozen", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e7155a4c167be729e1a9541164ec05447142341fe0f611a630156d1f7fa46e8b [INFO] running `Command { std: "docker" "start" "-a" "e7155a4c167be729e1a9541164ec05447142341fe0f611a630156d1f7fa46e8b", kill_on_drop: false }` [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.18s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/celophane-9c5a36016ac5e4ce) [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" "e7155a4c167be729e1a9541164ec05447142341fe0f611a630156d1f7fa46e8b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e7155a4c167be729e1a9541164ec05447142341fe0f611a630156d1f7fa46e8b", kill_on_drop: false }` [INFO] [stdout] e7155a4c167be729e1a9541164ec05447142341fe0f611a630156d1f7fa46e8b