[INFO] cloning repository https://github.com/paritytech/cargo-contract [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/paritytech/cargo-contract" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 347eb50ea199baaec1d3c1581208fea76366cc11 [INFO] testing paritytech/cargo-contract against beta-2021-01-01 for beta-1.50-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fparitytech%2Fcargo-contract" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/paritytech/cargo-contract on toolchain beta-2021-01-01 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/paritytech/cargo-contract [INFO] removed workspace from git repo https://github.com/paritytech/cargo-contract [INFO] removed path dependency contract-metadata from git repo https://github.com/paritytech/cargo-contract [INFO] finished tweaking git repo https://github.com/paritytech/cargo-contract [INFO] tweaked toml for git repo https://github.com/paritytech/cargo-contract written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/paritytech/cargo-contract already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2021-01-01" "fetch" "--locked" "--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 multistream-select v0.8.5 [INFO] [stderr] Downloaded const-random-macro v0.1.13 [INFO] [stderr] Downloaded sharded-slab v0.1.1 [INFO] [stderr] Downloaded anyhow v1.0.37 [INFO] [stderr] Downloaded semver v0.11.0 [INFO] [stderr] Downloaded const-random v0.1.13 [INFO] [stderr] Downloaded bs58 v0.4.0 [INFO] [stderr] Downloaded substrate-subxt-proc-macro v0.13.0 [INFO] [stderr] Downloaded semver-parser v0.10.0 [INFO] [stderr] Downloaded rustc_version v0.3.0 [INFO] [stderr] Downloaded cargo_metadata v0.12.1 [INFO] [stderr] Downloaded parity-wasm v0.42.1 [INFO] [stderr] Downloaded binaryen v0.12.0 [INFO] [stderr] Downloaded substrate-subxt v0.13.0 [INFO] [stderr] Downloaded wabt v0.10.0 [INFO] [stderr] Downloaded signature v1.3.0 [INFO] [stderr] Downloaded futures-lite v1.11.3 [INFO] [stderr] Downloaded trie-db v0.22.2 [INFO] [stderr] Downloaded parity-multiaddr v0.9.6 [INFO] [stderr] Downloaded dyn-clone v1.0.4 [INFO] [stderr] Downloaded ref-cast-impl v1.0.6 [INFO] [stderr] Downloaded ref-cast v1.0.6 [INFO] [stderr] Downloaded wabt-sys v0.8.0 [INFO] [stderr] Downloaded binaryen-sys v0.12.0 [INFO] [stderr] Downloaded contract-metadata v0.2.0 [INFO] [stderr] Downloaded pwasm-utils v0.17.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "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] 3f20bd153403d08d2bbf584cdded005912fd95573ca5fd902bf1e1846b6a3ba2 [INFO] running `Command { std: "docker" "start" "-a" "3f20bd153403d08d2bbf584cdded005912fd95573ca5fd902bf1e1846b6a3ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3f20bd153403d08d2bbf584cdded005912fd95573ca5fd902bf1e1846b6a3ba2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3f20bd153403d08d2bbf584cdded005912fd95573ca5fd902bf1e1846b6a3ba2", kill_on_drop: false }` [INFO] [stdout] 3f20bd153403d08d2bbf584cdded005912fd95573ca5fd902bf1e1846b6a3ba2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2021-01-01" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 4e2a0423433213b43b108e6a5c01dfdb6345e2c5cdad349a7ba37bef7cbe9f57 [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" "4e2a0423433213b43b108e6a5c01dfdb6345e2c5cdad349a7ba37bef7cbe9f57", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.58 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling radium v0.3.0 [INFO] [stderr] Compiling byte-slice-cast v0.3.5 [INFO] [stderr] Compiling parity-wasm v0.42.1 [INFO] [stderr] Compiling arrayvec v0.5.2 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling crypto-mac v0.8.0 [INFO] [stderr] Compiling colored v2.0.0 [INFO] [stderr] Compiling binaryen-sys v0.12.0 [INFO] [stderr] Compiling env_logger v0.8.2 [INFO] [stderr] Compiling tempfile v3.1.0 [INFO] [stderr] Compiling blake2 v0.9.1 [INFO] [stderr] Compiling bitvec v0.17.4 [INFO] [stderr] Compiling pwasm-utils v0.17.0 [INFO] [stderr] error: could not compile `syn` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn --edition=2018 /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.58/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' --cfg 'feature="visit"' -C metadata=f9d56620be48826c -C extra-filename=-f9d56620be48826c --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-fc674c02767ecd53.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-c80413db87535708.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-5ee0227a60781e0f.rmeta --cap-lints allow --cap-lints=warn --cfg syn_disable_nightly_tests` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "4e2a0423433213b43b108e6a5c01dfdb6345e2c5cdad349a7ba37bef7cbe9f57", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e2a0423433213b43b108e6a5c01dfdb6345e2c5cdad349a7ba37bef7cbe9f57", kill_on_drop: false }` [INFO] [stdout] 4e2a0423433213b43b108e6a5c01dfdb6345e2c5cdad349a7ba37bef7cbe9f57