[INFO] cloning repository https://github.com/enigmampc/WasmiMemoryTest [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/enigmampc/WasmiMemoryTest" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenigmampc%2FWasmiMemoryTest"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenigmampc%2FWasmiMemoryTest'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] c37910ab082a18dcf6d7de6009c9ea5751807aa1 [INFO] checking enigmampc/WasmiMemoryTest against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenigmampc%2FWasmiMemoryTest" "/workspace/builds/worker-7/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-7/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/enigmampc/WasmiMemoryTest on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/enigmampc/WasmiMemoryTest [INFO] finished tweaking git repo https://github.com/enigmampc/WasmiMemoryTest [INFO] tweaked toml for git repo https://github.com/enigmampc/WasmiMemoryTest written to /workspace/builds/worker-7/source/Cargo.toml [INFO] crate git repo https://github.com/enigmampc/WasmiMemoryTest already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating git repository `https://github.com/paritytech/wasmi` [INFO] [stderr] Updating git submodule `https://github.com/WebAssembly/testsuite.git` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7/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=forbid" "-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" "+d7b51666469c792a8a3f40849607739bae1e705e" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 1e6821ccf9854de4e5b9fc41c31bc3ac6f72df16de4175750f0981a5d2f9bb64 [INFO] running `"docker" "start" "-a" "1e6821ccf9854de4e5b9fc41c31bc3ac6f72df16de4175750f0981a5d2f9bb64"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling autocfg v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.10 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling ryu v1.0.3 [INFO] [stderr] Compiling libm v0.1.4 [INFO] [stderr] Checking parity-wasm v0.41.0 [INFO] [stderr] Checking itoa v0.4.5 [INFO] [stderr] Checking memory_units v0.3.0 [INFO] [stderr] Compiling cmake v0.1.42 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking serde_json v1.0.51 [INFO] [stderr] Compiling wabt-sys v0.7.1 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling syn v1.0.17 [INFO] [stderr] Checking wasmi-validation v0.3.0 (https://github.com/paritytech/wasmi#39a18a43) [INFO] [stderr] Checking wasmi v0.6.2 (https://github.com/paritytech/wasmi#39a18a43) [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Checking wabt v0.9.2 [INFO] [stderr] Checking wasmi_memory_test v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read ./rust_contract/target/wasm32-unknown-unknown/release/wasm_example.wasm: No such file or directory (os error 2) [INFO] [stderr] --> main.rs:77:41 [INFO] [stderr] | [INFO] [stderr] 77 | let wasm_binary_rust: Vec = include_bytes!( [INFO] [stderr] | _________________________________________^ [INFO] [stderr] 78 | | "./rust_contract/target/wasm32-unknown-unknown/release/wasm_example.wasm" [INFO] [stderr] 79 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read ./rust_contract/target/wasm32-unknown-unknown/release/wasm_example.wasm: No such file or directory (os error 2) [INFO] [stderr] --> main.rs:77:41 [INFO] [stderr] | [INFO] [stderr] 77 | let wasm_binary_rust: Vec = include_bytes!( [INFO] [stderr] | _________________________________________^ [INFO] [stderr] 78 | | "./rust_contract/target/wasm32-unknown-unknown/release/wasm_example.wasm" [INFO] [stderr] 79 | | ) [INFO] [stderr] | |_________^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `wasmi_memory_test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: could not compile `wasmi_memory_test`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "1e6821ccf9854de4e5b9fc41c31bc3ac6f72df16de4175750f0981a5d2f9bb64"` [INFO] running `"docker" "rm" "-f" "1e6821ccf9854de4e5b9fc41c31bc3ac6f72df16de4175750f0981a5d2f9bb64"` [INFO] [stdout] 1e6821ccf9854de4e5b9fc41c31bc3ac6f72df16de4175750f0981a5d2f9bb64