[INFO] updating cached repository https://github.com/caelra/rust-wasm-demo [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 1e97242e52bb3cec29c96090e410b84801668213 [INFO] testing caelra/rust-wasm-demo against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcaelra%2Frust-wasm-demo" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] [stderr] Checking out files: 65% (4044/6207) Checking out files: 66% (4097/6207) Checking out files: 67% (4159/6207) Checking out files: 68% (4221/6207) Checking out files: 69% (4283/6207) Checking out files: 70% (4345/6207) Checking out files: 71% (4407/6207) Checking out files: 72% (4470/6207) Checking out files: 73% (4532/6207) Checking out files: 74% (4594/6207) Checking out files: 75% (4656/6207) Checking out files: 76% (4718/6207) Checking out files: 77% (4780/6207) Checking out files: 78% (4842/6207) Checking out files: 79% (4904/6207) Checking out files: 80% (4966/6207) Checking out files: 81% (5028/6207) Checking out files: 82% (5090/6207) Checking out files: 83% (5152/6207) Checking out files: 84% (5214/6207) Checking out files: 85% (5276/6207) Checking out files: 86% (5339/6207) Checking out files: 87% (5401/6207) Checking out files: 88% (5463/6207) Checking out files: 89% (5525/6207) Checking out files: 90% (5587/6207) Checking out files: 91% (5649/6207) Checking out files: 92% (5711/6207) Checking out files: 93% (5773/6207) Checking out files: 94% (5835/6207) Checking out files: 95% (5897/6207) Checking out files: 96% (5959/6207) Checking out files: 97% (6021/6207) Checking out files: 98% (6083/6207) Checking out files: 98% (6118/6207) Checking out files: 99% (6145/6207) Checking out files: 99% (6163/6207) Checking out files: 100% (6207/6207) Checking out files: 100% (6207/6207), done. [INFO] validating manifest of git repo https://github.com/caelra/rust-wasm-demo on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/caelra/rust-wasm-demo [INFO] finished tweaking git repo https://github.com/caelra/rust-wasm-demo [INFO] tweaked toml for git repo https://github.com/caelra/rust-wasm-demo written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/caelra/rust-wasm-demo already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 4de37e566b1b363a8142e62f0ec8398408159b4cf030604bf8d6f4a3da47ff44 [INFO] running `"docker" "start" "-a" "4de37e566b1b363a8142e62f0ec8398408159b4cf030604bf8d6f4a3da47ff44"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.50 [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.50 [INFO] [stderr] Compiling proc-macro2 v1.0.1 [INFO] [stderr] Compiling syn v1.0.3 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling wasm-bindgen-backend v0.2.50 [INFO] [stderr] Compiling wasm-bindgen-macro-support v0.2.50 [INFO] [stderr] Compiling wasm-bindgen-macro v0.2.50 [INFO] [stderr] Compiling rust-wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.33s [INFO] running `"docker" "inspect" "4de37e566b1b363a8142e62f0ec8398408159b4cf030604bf8d6f4a3da47ff44"` [INFO] running `"docker" "rm" "-f" "4de37e566b1b363a8142e62f0ec8398408159b4cf030604bf8d6f4a3da47ff44"` [INFO] [stdout] 4de37e566b1b363a8142e62f0ec8398408159b4cf030604bf8d6f4a3da47ff44 [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3e9f3bf5082e0992ba4dca79664c945992611e074414c584360b408bbdd1db62 [INFO] running `"docker" "start" "-a" "3e9f3bf5082e0992ba4dca79664c945992611e074414c584360b408bbdd1db62"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling rust-wasm v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.06s [INFO] running `"docker" "inspect" "3e9f3bf5082e0992ba4dca79664c945992611e074414c584360b408bbdd1db62"` [INFO] running `"docker" "rm" "-f" "3e9f3bf5082e0992ba4dca79664c945992611e074414c584360b408bbdd1db62"` [INFO] [stdout] 3e9f3bf5082e0992ba4dca79664c945992611e074414c584360b408bbdd1db62 [INFO] running `"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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] e6030ef6856a3fe86f1a816f3a37d607ca8ab6144571bc4aa3926b8bdf6f4aef [INFO] running `"docker" "start" "-a" "e6030ef6856a3fe86f1a816f3a37d607ca8ab6144571bc4aa3926b8bdf6f4aef"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/rust_wasm-3d6b54a0d4405b71 [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 [INFO] [stdout] [INFO] running `"docker" "inspect" "e6030ef6856a3fe86f1a816f3a37d607ca8ab6144571bc4aa3926b8bdf6f4aef"` [INFO] running `"docker" "rm" "-f" "e6030ef6856a3fe86f1a816f3a37d607ca8ab6144571bc4aa3926b8bdf6f4aef"` [INFO] [stdout] e6030ef6856a3fe86f1a816f3a37d607ca8ab6144571bc4aa3926b8bdf6f4aef