[INFO] cloning repository https://github.com/cceckman/lispish [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/cceckman/lispish" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcceckman%2Flispish", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcceckman%2Flispish'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] a04cd1cf780d668018ee3b04398cc3c0434f6070 [INFO] testing cceckman/lispish/a04cd1cf780d668018ee3b04398cc3c0434f6070 against master#8c0ec05f7dc9ef185eea9f36c5638e74e43935bf for pr-130285 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fcceckman%2Flispish" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/cceckman/lispish on toolchain 8c0ec05f7dc9ef185eea9f36c5638e74e43935bf [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/cceckman/lispish [INFO] finished tweaking git repo https://github.com/cceckman/lispish [INFO] tweaked toml for git repo https://github.com/cceckman/lispish written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/cceckman/lispish already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 7e3b8090b282f894c37d8c68952fefab5efd9412dfa19ab318226186d0b44af4 [INFO] running `Command { std: "docker" "start" "-a" "7e3b8090b282f894c37d8c68952fefab5efd9412dfa19ab318226186d0b44af4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "7e3b8090b282f894c37d8c68952fefab5efd9412dfa19ab318226186d0b44af4", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7e3b8090b282f894c37d8c68952fefab5efd9412dfa19ab318226186d0b44af4", kill_on_drop: false }` [INFO] [stdout] 7e3b8090b282f894c37d8c68952fefab5efd9412dfa19ab318226186d0b44af4 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] c84c3951636f008598a231746de2ce2bc933a2cb84c5202248bd092d1471aa9c [INFO] running `Command { std: "docker" "start" "-a" "c84c3951636f008598a231746de2ce2bc933a2cb84c5202248bd092d1471aa9c", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.81 [INFO] [stderr] Compiling unicode-ident v1.0.12 [INFO] [stderr] Compiling libc v0.2.153 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling once_cell v1.19.0 [INFO] [stderr] Compiling itoa v1.0.11 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling pin-project-lite v0.2.14 [INFO] [stderr] Compiling futures-core v0.3.30 [INFO] [stderr] Compiling rustversion v1.0.15 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling bytes v1.6.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.32 [INFO] [stderr] Compiling log v0.4.21 [INFO] [stderr] Compiling serde v1.0.198 [INFO] [stderr] Compiling futures-task v0.3.30 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling futures-util v0.3.30 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling http v1.1.0 [INFO] [stderr] Compiling quote v1.0.36 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling axum-core v0.4.3 [INFO] [stderr] Compiling syn v2.0.60 [INFO] [stderr] Compiling ahash v0.8.11 [INFO] [stderr] Compiling socket2 v0.5.6 [INFO] [stderr] Compiling num_cpus v1.16.0 [INFO] [stderr] Compiling mio v0.8.11 [INFO] [stderr] Compiling smallvec v1.13.2 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling memchr v2.7.2 [INFO] [stderr] Compiling tower-layer v0.3.2 [INFO] [stderr] Compiling http-body v1.0.0 [INFO] [stderr] Compiling http-body-util v0.1.1 [INFO] [stderr] Compiling getrandom v0.2.14 [INFO] [stderr] Compiling futures-channel v0.3.30 [INFO] [stderr] Compiling ryu v1.0.17 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling serde_json v1.0.116 [INFO] [stderr] Compiling rustix v0.38.34 [INFO] [stderr] Compiling httpdate v1.0.3 [INFO] [stderr] Compiling percent-encoding v2.3.1 [INFO] [stderr] Compiling sync_wrapper v0.1.2 [INFO] [stderr] Compiling zerocopy v0.7.32 [INFO] [stderr] Compiling form_urlencoded v1.2.1 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling aho-corasick v1.1.3 [INFO] [stderr] Compiling axum v0.7.5 [INFO] [stderr] Compiling heck v0.4.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.8.3 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling linux-raw-sys v0.4.13 [INFO] [stderr] Compiling bitflags v2.5.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling sharded-slab v0.1.7 [INFO] [stderr] Compiling hashbrown v0.14.3 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling serde_path_to_error v0.1.16 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.2.0 [INFO] [stderr] Compiling thread_local v1.1.8 [INFO] [stderr] Compiling fastrand v2.1.0 [INFO] [stderr] Compiling sync_wrapper v1.0.1 [INFO] [stderr] Compiling matchit v0.7.3 [INFO] [stderr] Compiling tracing-subscriber v0.3.18 [INFO] [stderr] Compiling string-interner v0.15.0 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dot-writer v0.1.3 [INFO] [stderr] Compiling regex-automata v0.4.6 [INFO] [stderr] Compiling tempfile v3.10.1 [INFO] [stderr] Compiling tokio-macros v2.2.0 [INFO] [stderr] Compiling tracing-attributes v0.1.27 [INFO] [stderr] Compiling async-trait v0.1.80 [INFO] [stderr] Compiling pin-project-internal v1.1.5 [INFO] [stderr] Compiling axum-macros v0.4.1 [INFO] [stderr] Compiling maud_macros v0.26.0 [INFO] [stderr] Compiling tokio v1.37.0 [INFO] [stderr] Compiling pin-project v1.1.5 [INFO] [stderr] Compiling regex v1.10.4 [INFO] [stderr] Compiling tracing v0.1.40 [INFO] [stderr] Compiling maud v0.26.0 [INFO] [stderr] Compiling hyper v1.3.1 [INFO] [stderr] Compiling tower v0.4.13 [INFO] [stderr] Compiling hyper-util v0.1.3 [INFO] [stderr] Compiling lispish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 12.43s [INFO] running `Command { std: "docker" "inspect" "c84c3951636f008598a231746de2ce2bc933a2cb84c5202248bd092d1471aa9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c84c3951636f008598a231746de2ce2bc933a2cb84c5202248bd092d1471aa9c", kill_on_drop: false }` [INFO] [stdout] c84c3951636f008598a231746de2ce2bc933a2cb84c5202248bd092d1471aa9c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 143b2517274b6b4039d4dba82fd74cdd929bf1f492c148322d2e23524a96f1d9 [INFO] running `Command { std: "docker" "start" "-a" "143b2517274b6b4039d4dba82fd74cdd929bf1f492c148322d2e23524a96f1d9", kill_on_drop: false }` [INFO] [stderr] Compiling lispish v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.81s [INFO] running `Command { std: "docker" "inspect" "143b2517274b6b4039d4dba82fd74cdd929bf1f492c148322d2e23524a96f1d9", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "143b2517274b6b4039d4dba82fd74cdd929bf1f492c148322d2e23524a96f1d9", kill_on_drop: false }` [INFO] [stdout] 143b2517274b6b4039d4dba82fd74cdd929bf1f492c148322d2e23524a96f1d9 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-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:96c0aa5895ecf336b730ef27bcdde6e21027415df19888aad3cf1448e5d65d90" "/opt/rustwide/cargo-home/bin/cargo" "+8c0ec05f7dc9ef185eea9f36c5638e74e43935bf" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 21c0220fcaa93b3e05195e2e33ee5f21a592b42c9708dd3446d203b14723a141 [INFO] running `Command { std: "docker" "start" "-a" "21c0220fcaa93b3e05195e2e33ee5f21a592b42c9708dd3446d203b14723a141", kill_on_drop: false }` [INFO] [stderr] Finished `test` profile [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/lispish-d6a833fe4db98ab8) [INFO] [stdout] [INFO] [stdout] running 56 tests [INFO] [stdout] test data::tests::gc_numbers ... ok [INFO] [stdout] test data::bitset::tests::even_bits ... ok [INFO] [stdout] test data::tests::gc_strings ... ok [INFO] [stdout] test data::tests::gc_pairs ... ok [INFO] [stdout] test data::tests::gc_symbols ... ok [INFO] [stdout] test data::bitset::tests::exhaustive_single_bits ... ok [INFO] [stdout] test eval::stdlib_test::define_body_is_expression ... ok [INFO] [stdout] test eval::stdlib_test::begin ... ok [INFO] [stdout] test eval::stdlib_test::booleans ... ok [INFO] [stdout] test eval::stdlib_test::create_id_lambda ... ok [INFO] [stdout] test eval::stdlib_test::add_strings ... ok [INFO] [stdout] test eval::stdlib_test::add_floats ... ok [INFO] [stdout] test eval::stdlib_test::add_ints ... ok [INFO] [stdout] test eval::stdlib_test::and ... ok [INFO] [stdout] test eval::stdlib_test::div_floats ... ok [INFO] [stdout] test eval::stdlib_test::define_int_value_and_retrieve ... ok [INFO] [stdout] test eval::stdlib_test::div_ints ... ok [INFO] [stdout] test eval::stdlib_test::define_requires_symbol ... ok [INFO] [stdout] test eval::stdlib_test::empty_list ... ok [INFO] [stdout] test eval::stdlib_test::define_requires_body ... ok [INFO] [stdout] test eval::stdlib_test::eq ... ok [INFO] [stdout] test eval::stdlib_test::div_zero ... ok [INFO] [stdout] test eval::stdlib_test::if_else ... ok [INFO] [stdout] test eval::stdlib_test::invoke_id_split ... ok [INFO] [stdout] test eval::stdlib_test::mul_floats ... ok [INFO] [stdout] test eval::stdlib_test::mul_ints ... ok [INFO] [stdout] test eval::stdlib_test::eqv ... ok [INFO] [stdout] test eval::stdlib_test::nonempty_list ... ok [INFO] [stdout] test eval::stdlib_test::invoke_id ... ok [INFO] [stdout] test eval::stdlib_test::quote ... ok [INFO] [stdout] test eval::stdlib_test::or ... ok [INFO] [stdout] test eval::stdlib_test::set ... ok [INFO] [stdout] test eval::stdlib_test::quote_requires_arg ... ok [INFO] [stdout] test eval::stdlib_test::sub_floats ... ok [INFO] [stdout] test eval::stdlib_test::skip_if_block ... ok [INFO] [stdout] test eval::stdlib_test::pair_ops ... ok [INFO] [stdout] test eval::stdlib_test::sub_strings ... ok [INFO] [stdout] test eval::stdlib_test::sub_ints ... ok [INFO] [stdout] test eval::tests::cannot_apply_number ... ok [INFO] [stdout] test eval::tests::int_eval ... ok [INFO] [stdout] test eval::stdlib_test::xor ... ok [INFO] [stdout] test reader::token::tests::dot_is_symbol ... ok [INFO] [stdout] test reader::token::tests::comments ... ok [INFO] [stdout] test eval::tests::eval_nil ... ok [INFO] [stdout] test reader::token::tests::error_on_unexpected_stringend ... ok [INFO] [stdout] test reader::token::tests::error_on_escaped_stringend ... ok [INFO] [stdout] test reader::token::tests::string_escapes ... ok [INFO] [stdout] test reader::token::tests::recognize_symbols ... ok [INFO] [stdout] test reader::token::tests::tokenize_atoms ... ok [INFO] [stdout] test eval::tests::require_all_args ... ok [INFO] [stdout] test eval::tests::restart ... ok [INFO] [stdout] test reader::token::tests::tokenize_unbalanced ... ok [INFO] [stdout] test reader::token::tests::tokenize_parens ... ok [INFO] [stdout] test eval::tests::require_only_args ... ok [INFO] [stdout] test eval::tests::string_eval ... ok [INFO] [stdout] test eval::tests::float_eval ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 56 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.02s [INFO] [stdout] [INFO] [stderr] Running unittests src/bin/web.rs (/opt/rustwide/target/debug/deps/web-37cfd46f47b02014) [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 lispish [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" "21c0220fcaa93b3e05195e2e33ee5f21a592b42c9708dd3446d203b14723a141", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "21c0220fcaa93b3e05195e2e33ee5f21a592b42c9708dd3446d203b14723a141", kill_on_drop: false }` [INFO] [stdout] 21c0220fcaa93b3e05195e2e33ee5f21a592b42c9708dd3446d203b14723a141