[INFO] cloning repository https://github.com/mbillingr/interpreter [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/mbillingr/interpreter" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbillingr%2Finterpreter", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbillingr%2Finterpreter'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 85ab4017f87b8d1bb8fdde4b304a9acd1ad0dda3 [INFO] testing mbillingr/interpreter against master#99e3aef02079e9c10583638520cd0c134dc3a01d for pr-85530 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmbillingr%2Finterpreter" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/mbillingr/interpreter on toolchain 99e3aef02079e9c10583638520cd0c134dc3a01d [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/mbillingr/interpreter [INFO] finished tweaking git repo https://github.com/mbillingr/interpreter [INFO] tweaked toml for git repo https://github.com/mbillingr/interpreter written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/mbillingr/interpreter already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "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" "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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] dd634e503873ee3eb19cb4f1bbd660e01bc21b96fafb8712735ee1bde8c40329 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "dd634e503873ee3eb19cb4f1bbd660e01bc21b96fafb8712735ee1bde8c40329", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "dd634e503873ee3eb19cb4f1bbd660e01bc21b96fafb8712735ee1bde8c40329", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "dd634e503873ee3eb19cb4f1bbd660e01bc21b96fafb8712735ee1bde8c40329", kill_on_drop: false }` [INFO] [stdout] dd634e503873ee3eb19cb4f1bbd660e01bc21b96fafb8712735ee1bde8c40329 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e042cbc2875eedfc92d446c6fae98b282bba319024afda208b5d3455aa4ff16 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "0e042cbc2875eedfc92d446c6fae98b282bba319024afda208b5d3455aa4ff16", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling libc v0.2.77 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling libloading v0.6.3 [INFO] [stderr] Compiling cc v1.0.60 [INFO] [stderr] Compiling proc-macro2 v1.0.21 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.1 [INFO] [stderr] Compiling syn v1.0.41 [INFO] [stderr] Compiling unicode-width v0.1.8 [INFO] [stderr] Compiling hashbrown v0.9.0 [INFO] [stderr] Compiling utf8parse v0.2.0 [INFO] [stderr] Compiling termcolor v1.1.0 [INFO] [stderr] Compiling os_str_bytes v2.3.2 [INFO] [stderr] Compiling vec_map v0.8.2 [INFO] [stderr] Compiling x11-dl v2.18.5 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling lock_api v0.3.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling textwrap v0.12.1 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Compiling draw_state v0.8.0 [INFO] [stderr] Compiling stb_truetype v0.3.1 [INFO] [stderr] Compiling gl_generator v0.14.0 [INFO] [stderr] Compiling dlib v0.4.2 [INFO] [stderr] Compiling gfx_core v0.9.2 [INFO] [stderr] Compiling wayland-sys v0.21.13 [INFO] [stderr] Compiling num-traits v0.2.12 [INFO] [stderr] Compiling num-integer v0.1.43 [INFO] [stderr] Compiling num-bigint v0.3.0 [INFO] [stderr] Compiling indexmap v1.6.0 [INFO] [stderr] Compiling num-rational v0.3.0 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling wayland-scanner v0.21.13 [INFO] [stderr] Compiling imgui-sys v0.0.23 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling approx v0.3.2 [INFO] [stderr] Compiling ordered-float v1.1.0 [INFO] [stderr] Compiling line_drawing v0.7.0 [INFO] [stderr] Compiling num-complex v0.3.0 [INFO] [stderr] Compiling gfx_gl v0.6.1 [INFO] [stderr] Compiling glutin_egl_sys v0.1.5 [INFO] [stderr] Compiling glutin_glx_sys v0.1.7 [INFO] [stderr] Compiling nix v0.14.1 [INFO] [stderr] Compiling getrandom v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.6.2 [INFO] [stderr] Compiling memmap v0.7.0 [INFO] [stderr] Compiling raw-window-handle v0.3.3 [INFO] [stderr] Compiling shared_library v0.1.9 [INFO] [stderr] Compiling dirs-sys-next v0.1.0 [INFO] [stderr] Compiling atty v0.2.14 [INFO] [stderr] Compiling nix v0.18.0 [INFO] [stderr] Compiling rusttype v0.8.3 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling parking_lot v0.9.0 [INFO] [stderr] Compiling osmesa-sys v0.1.2 [INFO] [stderr] Compiling dirs-next v1.0.1 [INFO] [stderr] Compiling gfx v0.18.2 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rusttype v0.7.9 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling andrew v0.2.1 [INFO] [stderr] Compiling wayland-client v0.21.13 [INFO] [stderr] Compiling wayland-protocols v0.21.13 [INFO] [stderr] Compiling wayland-commons v0.21.13 [INFO] [stderr] Compiling clap_derive v3.0.0-beta.2 [INFO] [stderr] Compiling rustyline v6.3.0 [INFO] [stderr] Compiling gfx_device_gl v0.16.2 [INFO] [stderr] Compiling imgui v0.0.23 [INFO] [stderr] Compiling imgui-gfx-renderer v0.0.23 [INFO] [stderr] Compiling clap v3.0.0-beta.2 [INFO] [stderr] Compiling smithay-client-toolkit v0.4.6 [INFO] [stderr] Compiling winit v0.19.5 [INFO] [stderr] Compiling glutin v0.21.2 [INFO] [stderr] Compiling imgui-winit-support v0.0.23 [INFO] [stderr] Compiling gfx_window_glutin v0.31.0 [INFO] [stderr] Compiling interpreter v0.2.5-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/environment.rs:763:9 [INFO] [stdout] | [INFO] [stdout] 763 | ... /// deprecated since 0.2.2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 764 | / ... env.insert_native("complex", |args| { [INFO] [stdout] 765 | | ... eprintln!("Warning: (complex re im) is deprecated and will be removed in a future release. Use (make-rectangular re im) instead... [INFO] [stdout] 766 | | ... let re = car(&args)?.try_as_number()?.to_f64().unwrap(); [INFO] [stdout] 767 | | ... let im = car(cdr(&args)?)?.try_as_number()?.to_f64().unwrap(); [INFO] [stdout] 768 | | ... Ok(Number::complex(re, im).into()) [INFO] [stdout] 769 | | ... }); [INFO] [stdout] | |________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2m 40s [INFO] running `Command { std: "docker" "inspect" "0e042cbc2875eedfc92d446c6fae98b282bba319024afda208b5d3455aa4ff16", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e042cbc2875eedfc92d446c6fae98b282bba319024afda208b5d3455aa4ff16", kill_on_drop: false }` [INFO] [stdout] 0e042cbc2875eedfc92d446c6fae98b282bba319024afda208b5d3455aa4ff16 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 47f40d93e2853d71925a4d975e459a0e39285f0c327dc0b13563bdf2b67d1b36 [INFO] running `Command { std: "docker" "start" "-a" "47f40d93e2853d71925a4d975e459a0e39285f0c327dc0b13563bdf2b67d1b36", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] Compiling interpreter v0.2.5-dev (/opt/rustwide/workdir) [INFO] [stdout] warning: unused doc comment [INFO] [stdout] --> src/environment.rs:763:9 [INFO] [stdout] | [INFO] [stdout] 763 | ... /// deprecated since 0.2.2 [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] 764 | / ... env.insert_native("complex", |args| { [INFO] [stdout] 765 | | ... eprintln!("Warning: (complex re im) is deprecated and will be removed in a future release. Use (make-rectangular re im) instead... [INFO] [stdout] 766 | | ... let re = car(&args)?.try_as_number()?.to_f64().unwrap(); [INFO] [stdout] 767 | | ... let im = car(cdr(&args)?)?.try_as_number()?.to_f64().unwrap(); [INFO] [stdout] 768 | | ... Ok(Number::complex(re, im).into()) [INFO] [stdout] 769 | | ... }); [INFO] [stdout] | |________- rustdoc does not generate documentation for expressions [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 16.03s [INFO] running `Command { std: "docker" "inspect" "47f40d93e2853d71925a4d975e459a0e39285f0c327dc0b13563bdf2b67d1b36", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "47f40d93e2853d71925a4d975e459a0e39285f0c327dc0b13563bdf2b67d1b36", kill_on_drop: false }` [INFO] [stdout] 47f40d93e2853d71925a4d975e459a0e39285f0c327dc0b13563bdf2b67d1b36 [INFO] running `Command { std: "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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+99e3aef02079e9c10583638520cd0c134dc3a01d" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 932eeccd69fdfd9bc67956f213dba9a33e05fab261348b1e8fd9f4f2f37cd064 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "932eeccd69fdfd9bc67956f213dba9a33e05fab261348b1e8fd9f4f2f37cd064", kill_on_drop: false }` [INFO] [stderr] warning: only one of `license` or `license-file` is necessary [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/environment.rs:763:9 [INFO] [stderr] | [INFO] [stderr] 763 | ... /// deprecated since 0.2.2 [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] 764 | / ... env.insert_native("complex", |args| { [INFO] [stderr] 765 | | ... eprintln!("Warning: (complex re im) is deprecated and will be removed in a future release. Use (make-rectangular re im) instead... [INFO] [stderr] 766 | | ... let re = car(&args)?.try_as_number()?.to_f64().unwrap(); [INFO] [stderr] 767 | | ... let im = car(cdr(&args)?)?.try_as_number()?.to_f64().unwrap(); [INFO] [stderr] 768 | | ... Ok(Number::complex(re, im).into()) [INFO] [stderr] 769 | | ... }); [INFO] [stderr] | |________- rustdoc does not generate documentation for expressions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.15s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/interpreter-0761da23a1a47fdd) [INFO] [stdout] running 17 tests [INFO] [stdout] test macros::test::match_constant ... ok [INFO] [stdout] test destructure::test::destructure ... ok [INFO] [stdout] test macros::test::match_identifier ... ok [INFO] [stdout] test macros::test::expand ... ok [INFO] [stdout] test number::tests::compare_float_to_int ... ok [INFO] [stdout] test tests::misc::normal_let ... ok [INFO] [stdout] test macros::test::parse_spec ... ok [INFO] [stdout] test macros::test::match_literal ... ok [INFO] [stdout] test macros::test::match_list ... ok [INFO] [stdout] test tests::misc::named_let ... ok [INFO] [stdout] test scheme::test::scheme_macro ... ok [INFO] [stdout] test tests::misc::type_predicates ... ok [INFO] [stdout] test tests::r7rs_procedure_apply::apply ... ok [INFO] [stdout] test tests::r7rs_6_2_equivalence_predicates::eq ... ok [INFO] [stdout] test macros::test::match_improper ... ok [INFO] [stdout] test tests::r7rs_6_2_equivalence_predicates::equal ... ok [INFO] [stdout] test tests::r7rs_6_2_equivalence_predicates::eqv ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 17 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.10s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "932eeccd69fdfd9bc67956f213dba9a33e05fab261348b1e8fd9f4f2f37cd064", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "932eeccd69fdfd9bc67956f213dba9a33e05fab261348b1e8fd9f4f2f37cd064", kill_on_drop: false }` [INFO] [stdout] 932eeccd69fdfd9bc67956f213dba9a33e05fab261348b1e8fd9f4f2f37cd064