[INFO] cloning repository commiebstrd/rusterpreter [INFO] running `"git" "clone" "--bare" "git://github.com/commiebstrd/rusterpreter.git" "work/cache/sources/gh/commiebstrd/rusterpreter"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/commiebstrd/rusterpreter'... [INFO] running `"git" "clone" "work/cache/sources/gh/commiebstrd/rusterpreter" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/commiebstrd/rusterpreter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/commiebstrd/rusterpreter'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/commiebstrd/rusterpreter" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d5849f656c4405dfcea54854fe4ca45f043ebaf4 [INFO] sha for GitHub repo commiebstrd/rusterpreter: d5849f656c4405dfcea54854fe4ca45f043ebaf4 [INFO] validating manifest of commiebstrd/rusterpreter on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of commiebstrd/rusterpreter on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing commiebstrd/rusterpreter [INFO] finished frobbing commiebstrd/rusterpreter [INFO] frobbed toml for commiebstrd/rusterpreter written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/commiebstrd/rusterpreter/Cargo.toml [INFO] started frobbing commiebstrd/rusterpreter [INFO] finished frobbing commiebstrd/rusterpreter [INFO] frobbed toml for commiebstrd/rusterpreter written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter/Cargo.toml [INFO] crate commiebstrd/rusterpreter already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing commiebstrd/rusterpreter against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 19a7f5ee92b37336903d84b89b9d794fe369e79e2fa5b846e98f3f89e49977c6 [INFO] running `"docker" "start" "-a" "19a7f5ee92b37336903d84b89b9d794fe369e79e2fa5b846e98f3f89e49977c6"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling rusterpreter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `slice` [INFO] [stderr] --> lib/common/tlv.rs:395:20 [INFO] [stderr] | [INFO] [stderr] 395 | let (buffer, slice) = slice.split_at(header.length() as usize); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_slice` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `val` [INFO] [stderr] --> lib/common/packet.rs:255:22 [INFO] [stderr] | [INFO] [stderr] 255 | let (payload_, val) = val.split_at(header.length() as usize - PACKET_HEADER_SIZE); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_val` [INFO] [stderr] [INFO] [stderr] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> lib/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(alloc)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.83s [INFO] running `"docker" "inspect" "19a7f5ee92b37336903d84b89b9d794fe369e79e2fa5b846e98f3f89e49977c6"` [INFO] running `"docker" "rm" "-f" "19a7f5ee92b37336903d84b89b9d794fe369e79e2fa5b846e98f3f89e49977c6"` [INFO] [stdout] 19a7f5ee92b37336903d84b89b9d794fe369e79e2fa5b846e98f3f89e49977c6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] d17c2f23355e621c2223f7c536f0289bf53473df020fbdba702e6f2a8409f28e [INFO] running `"docker" "start" "-a" "d17c2f23355e621c2223f7c536f0289bf53473df020fbdba702e6f2a8409f28e"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Compiling rusterpreter v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `slice` [INFO] [stderr] --> lib/common/tlv.rs:395:20 [INFO] [stderr] | [INFO] [stderr] 395 | let (buffer, slice) = slice.split_at(header.length() as usize); [INFO] [stderr] | ^^^^^ help: consider prefixing with an underscore: `_slice` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused variable: `val` [INFO] [stderr] --> lib/common/packet.rs:255:22 [INFO] [stderr] | [INFO] [stderr] 255 | let (payload_, val) = val.split_at(header.length() as usize - PACKET_HEADER_SIZE); [INFO] [stderr] | ^^^ help: consider prefixing with an underscore: `_val` [INFO] [stderr] [INFO] [stderr] warning: the feature `alloc` has been stable since 1.36.0 and no longer requires an attribute to enable [INFO] [stderr] --> lib/lib.rs:2:12 [INFO] [stderr] | [INFO] [stderr] 2 | #![feature(alloc)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(stable_features)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `"docker" "inspect" "d17c2f23355e621c2223f7c536f0289bf53473df020fbdba702e6f2a8409f28e"` [INFO] running `"docker" "rm" "-f" "d17c2f23355e621c2223f7c536f0289bf53473df020fbdba702e6f2a8409f28e"` [INFO] [stdout] d17c2f23355e621c2223f7c536f0289bf53473df020fbdba702e6f2a8409f28e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-1/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/commiebstrd/rusterpreter:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] d7888271a6c6fcce67af1a70c966f317c3dba9365aad35fc6d6bc56b6fed3236 [INFO] running `"docker" "start" "-a" "d7888271a6c6fcce67af1a70c966f317c3dba9365aad35fc6d6bc56b6fed3236"` [INFO] [stderr] warning: the cargo feature `edition` is now stable and is no longer necessary to be listed in the manifest [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.01s [INFO] [stderr] Running /opt/crater/target/debug/deps/rusterpreter-a0cf2e4ddc597055 [INFO] [stdout] [INFO] [stdout] running 5 tests [INFO] [stdout] test common::test::tlv::static_lengths ... ok [INFO] [stdout] test common::test::tlv::pkt_type_convert ... ok [INFO] [stdout] test common::test::packet::static_lengths ... ok [INFO] [stdout] test common::test::tlv::type_from_u32 ... ok [INFO] [stderr] Running /opt/crater/target/debug/deps/rusterpreter-8db541243f66bf52 [INFO] [stdout] test common::test::tlv::type_to_u32 ... ok [INFO] [stderr] Doc-tests rusterpreter [INFO] [stdout] [INFO] [stdout] test result: ok. 5 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [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] [stderr] error: no global memory allocator found but one is required; link to std or add #[global_allocator] to a static item that implements the GlobalAlloc trait. [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [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" "d7888271a6c6fcce67af1a70c966f317c3dba9365aad35fc6d6bc56b6fed3236"` [INFO] running `"docker" "rm" "-f" "d7888271a6c6fcce67af1a70c966f317c3dba9365aad35fc6d6bc56b6fed3236"` [INFO] [stdout] d7888271a6c6fcce67af1a70c966f317c3dba9365aad35fc6d6bc56b6fed3236