[INFO] cloning repository https://github.com/andreivasiliu/demimud [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/andreivasiliu/demimud" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreivasiliu%2Fdemimud", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreivasiliu%2Fdemimud'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 537b899a3c9a6a874e9041fe0c912bf3b74d000c [INFO] testing andreivasiliu/demimud against beta-2022-02-22 for beta-1.60-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fandreivasiliu%2Fdemimud" "/workspace/builds/worker-19/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-19/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/andreivasiliu/demimud on toolchain beta-2022-02-22 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/andreivasiliu/demimud [INFO] finished tweaking git repo https://github.com/andreivasiliu/demimud [INFO] tweaked toml for git repo https://github.com/andreivasiliu/demimud written to /workspace/builds/worker-19/source/Cargo.toml [INFO] crate git repo https://github.com/andreivasiliu/demimud already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-02-22" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bincode v1.3.2 [INFO] [stderr] Downloaded regex v1.4.5 [INFO] [stderr] Downloaded regex-syntax v0.6.23 [INFO] [stderr] Downloaded string-interner v0.12.2 [INFO] [stderr] Downloaded syn v1.0.68 [INFO] [stderr] Downloaded mio v0.7.11 [INFO] [stderr] Downloaded libtelnet-rs v1.1.2 [INFO] [stderr] Downloaded libc v0.2.92 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a59d9fa4e72d2beb850b8e2a9eeac7207d14f91c1dec5c9c853eb409b8213ab1 [INFO] running `Command { std: "docker" "start" "-a" "a59d9fa4e72d2beb850b8e2a9eeac7207d14f91c1dec5c9c853eb409b8213ab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a59d9fa4e72d2beb850b8e2a9eeac7207d14f91c1dec5c9c853eb409b8213ab1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a59d9fa4e72d2beb850b8e2a9eeac7207d14f91c1dec5c9c853eb409b8213ab1", kill_on_drop: false }` [INFO] [stdout] a59d9fa4e72d2beb850b8e2a9eeac7207d14f91c1dec5c9c853eb409b8213ab1 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 08ce03979e01da350cebbb203d3c5223461b9a3b0a46c1156a9e6c29340031e7 [INFO] running `Command { std: "docker" "start" "-a" "08ce03979e01da350cebbb203d3c5223461b9a3b0a46c1156a9e6c29340031e7", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.92 [INFO] [stderr] Compiling proc-macro2 v1.0.26 [INFO] [stderr] Compiling syn v1.0.68 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling serde_derive v1.0.125 [INFO] [stderr] Compiling serde v1.0.125 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling regex-syntax v0.6.23 [INFO] [stderr] Compiling ahash v0.4.7 [INFO] [stderr] Compiling libtelnet-rs v1.1.2 [INFO] [stderr] Compiling wasi v0.10.2+wasi-snapshot-preview1 [INFO] [stderr] Compiling libloading v0.7.0 [INFO] [stderr] Compiling hashbrown v0.9.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling netcore v0.1.0 (/opt/rustwide/workdir/netcore) [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling regex v1.4.5 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling string-interner v0.12.2 [INFO] [stderr] Compiling bincode v1.3.2 [INFO] [stderr] Compiling mudlib v0.1.0 (/opt/rustwide/workdir/mudlib) [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> mudlib/src/components.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | pub key: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> mudlib/src/components.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:69 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:83 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling clicore v0.1.0 (/opt/rustwide/workdir/clicore) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 16.17s [INFO] running `Command { std: "docker" "inspect" "08ce03979e01da350cebbb203d3c5223461b9a3b0a46c1156a9e6c29340031e7", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "08ce03979e01da350cebbb203d3c5223461b9a3b0a46c1156a9e6c29340031e7", kill_on_drop: false }` [INFO] [stdout] 08ce03979e01da350cebbb203d3c5223461b9a3b0a46c1156a9e6c29340031e7 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 288c32166d6490be0daa9bbc267e42f4bade0da5bca8b307c6b60a10043598f8 [INFO] running `Command { std: "docker" "start" "-a" "288c32166d6490be0daa9bbc267e42f4bade0da5bca8b307c6b60a10043598f8", kill_on_drop: false }` [INFO] [stderr] Compiling netcore v0.1.0 (/opt/rustwide/workdir/netcore) [INFO] [stderr] Compiling mudlib v0.1.0 (/opt/rustwide/workdir/mudlib) [INFO] [stderr] Compiling clicore v0.1.0 (/opt/rustwide/workdir/clicore) [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> mudlib/src/components.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | pub key: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> mudlib/src/components.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:69 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:83 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `key` [INFO] [stdout] --> mudlib/src/components.rs:57:5 [INFO] [stdout] | [INFO] [stdout] 57 | pub key: Option, [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stdout] --> mudlib/src/components.rs:54:10 [INFO] [stdout] | [INFO] [stdout] 54 | #[derive(Clone)] [INFO] [stdout] | ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:69 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stdout] --> mudlib/src/net.rs:62:83 [INFO] [stdout] | [INFO] [stdout] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stdout] | ^^^^^^^^ not FFI-safe [INFO] [stdout] | [INFO] [stdout] = note: box cannot be represented as a single pointer [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 5.40s [INFO] running `Command { std: "docker" "inspect" "288c32166d6490be0daa9bbc267e42f4bade0da5bca8b307c6b60a10043598f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "288c32166d6490be0daa9bbc267e42f4bade0da5bca8b307c6b60a10043598f8", kill_on_drop: false }` [INFO] [stdout] 288c32166d6490be0daa9bbc267e42f4bade0da5bca8b307c6b60a10043598f8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-19/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:0cd99ca24d8e8c98e67c542213511d985b8778b5bdcbb160e038429496686047" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-02-22" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 782052f79e8655fccaf55ea37fbc24d9d27dab6d3537fa6aab4ae2039c32c00c [INFO] running `Command { std: "docker" "start" "-a" "782052f79e8655fccaf55ea37fbc24d9d27dab6d3537fa6aab4ae2039c32c00c", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: field is never read: `key` [INFO] [stderr] --> mudlib/src/components.rs:57:5 [INFO] [stderr] | [INFO] [stderr] 57 | pub key: Option, [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] note: `Object` has a derived impl for the trait `Clone`, but this is intentionally ignored during dead code analysis [INFO] [stderr] --> mudlib/src/components.rs:54:10 [INFO] [stderr] | [INFO] [stderr] 54 | #[derive(Clone)] [INFO] [stderr] | ^^^^^ [INFO] [stderr] = note: this warning originates in the derive macro `Clone` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stderr] --> mudlib/src/net.rs:62:69 [INFO] [stderr] | [INFO] [stderr] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stderr] | ^^^^^^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(improper_ctypes_definitions)]` on by default [INFO] [stderr] = note: box cannot be represented as a single pointer [INFO] [stderr] [INFO] [stderr] warning: `extern` fn uses type `Box<[u8]>`, which is not FFI-safe [INFO] [stderr] --> mudlib/src/net.rs:62:83 [INFO] [stderr] | [INFO] [stderr] 62 | pub extern "C" fn do_things(net_server: &mut NetServer, entry_code: EntryCode) -> ExitCode { [INFO] [stderr] | ^^^^^^^^ not FFI-safe [INFO] [stderr] | [INFO] [stderr] = note: box cannot be represented as a single pointer [INFO] [stderr] [INFO] [stderr] warning: `mudlib` (lib) generated 3 warnings [INFO] [stderr] warning: `mudlib` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/clicore-931d9b654a0d688d) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/mudlib-24229cdad79f2d8d) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/netcore-aaa8bcd57a68a929) [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] [stderr] Running unittests (/opt/rustwide/target/debug/deps/netcore-f14cbf8e95e0d99d) [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] [stderr] Doc-tests mudlib [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/acting.rs - acting (line 15) ... ignored [INFO] [stdout] test src/acting.rs - acting (line 7) ... ignored [INFO] [stdout] test src/find_entities.rs - find_entities (line 13) ... ignored [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 3 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Doc-tests netcore [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" "782052f79e8655fccaf55ea37fbc24d9d27dab6d3537fa6aab4ae2039c32c00c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "782052f79e8655fccaf55ea37fbc24d9d27dab6d3537fa6aab4ae2039c32c00c", kill_on_drop: false }` [INFO] [stdout] 782052f79e8655fccaf55ea37fbc24d9d27dab6d3537fa6aab4ae2039c32c00c