[INFO] cloning repository https://github.com/j-dong/lambda [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/j-dong/lambda" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2Flambda", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2Flambda'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] feb657900ec0364b58bae78a1e158ef6986ffd9a [INFO] testing j-dong/lambda against try#722e1797249a965b6335aebd65d777f917e498f1 for pr-91031 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fj-dong%2Flambda" "/workspace/builds/worker-11/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/j-dong/lambda on toolchain 722e1797249a965b6335aebd65d777f917e498f1 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/j-dong/lambda [INFO] finished tweaking git repo https://github.com/j-dong/lambda [INFO] tweaked toml for git repo https://github.com/j-dong/lambda written to /workspace/builds/worker-11/source/Cargo.toml [INFO] crate git repo https://github.com/j-dong/lambda already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "metadata" "--no-deps" "--format-version=1", 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] 2e837257eab9c5485cb7663cf7459a8be74e052213659f53dd5b1e1d69209954 [INFO] running `Command { std: "docker" "start" "-a" "2e837257eab9c5485cb7663cf7459a8be74e052213659f53dd5b1e1d69209954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "2e837257eab9c5485cb7663cf7459a8be74e052213659f53dd5b1e1d69209954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2e837257eab9c5485cb7663cf7459a8be74e052213659f53dd5b1e1d69209954", kill_on_drop: false }` [INFO] [stdout] 2e837257eab9c5485cb7663cf7459a8be74e052213659f53dd5b1e1d69209954 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "build" "--frozen" "--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] 704c6c6a184280862bda41fd0fbf7db0df61c88464826c0f2acf1fccec6a8d47 [INFO] running `Command { std: "docker" "start" "-a" "704c6c6a184280862bda41fd0fbf7db0df61c88464826c0f2acf1fccec6a8d47", kill_on_drop: false }` [INFO] [stderr] Compiling lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | Lexer { contents: contents.trim_left() } [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:95:57 [INFO] [stdout] | [INFO] [stdout] 95 | self.contents = &self.contents[index..].trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | self.contents = rest.trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.43s [INFO] running `Command { std: "docker" "inspect" "704c6c6a184280862bda41fd0fbf7db0df61c88464826c0f2acf1fccec6a8d47", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "704c6c6a184280862bda41fd0fbf7db0df61c88464826c0f2acf1fccec6a8d47", kill_on_drop: false }` [INFO] [stdout] 704c6c6a184280862bda41fd0fbf7db0df61c88464826c0f2acf1fccec6a8d47 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "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] c5f62e04d61af0c1dd8f081ead9f855516ac1209b027a3b98a07c19e2860ae76 [INFO] running `Command { std: "docker" "start" "-a" "c5f62e04d61af0c1dd8f081ead9f855516ac1209b027a3b98a07c19e2860ae76", kill_on_drop: false }` [INFO] [stderr] Compiling lambda v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | Lexer { contents: contents.trim_left() } [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:95:57 [INFO] [stdout] | [INFO] [stdout] 95 | self.contents = &self.contents[index..].trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | self.contents = rest.trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:71:36 [INFO] [stdout] | [INFO] [stdout] 71 | Lexer { contents: contents.trim_left() } [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:95:57 [INFO] [stdout] | [INFO] [stdout] 95 | self.contents = &self.contents[index..].trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] --> src/expr/lambda.rs:105:38 [INFO] [stdout] | [INFO] [stdout] 105 | self.contents = rest.trim_left(); [INFO] [stdout] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.24s [INFO] running `Command { std: "docker" "inspect" "c5f62e04d61af0c1dd8f081ead9f855516ac1209b027a3b98a07c19e2860ae76", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "c5f62e04d61af0c1dd8f081ead9f855516ac1209b027a3b98a07c19e2860ae76", kill_on_drop: false }` [INFO] [stdout] c5f62e04d61af0c1dd8f081ead9f855516ac1209b027a3b98a07c19e2860ae76 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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:5736fa189c1c60b01babf4b8b698fe57b6ecc41933a7ff2e0b8d7a221459412b" "/opt/rustwide/cargo-home/bin/cargo" "+722e1797249a965b6335aebd65d777f917e498f1" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4e6d209198c00543366d6d4ba92a6175dce3c0e726c7bfb5a2d7be30a052cb35 [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" "4e6d209198c00543366d6d4ba92a6175dce3c0e726c7bfb5a2d7be30a052cb35", kill_on_drop: false }` [INFO] [stdout] [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] running 20 tests [INFO] [stderr] --> src/expr/lambda.rs:71:36 [INFO] [stdout] test convert::tests::const_to_ski ... ok [INFO] [stderr] | [INFO] [stdout] test expr::lambda::tests::church_add ... ok [INFO] [stderr] 71 | Lexer { contents: contents.trim_left() } [INFO] [stdout] test expr::lambda::tests::display_parenthesis ... ok [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] test expr::lambda::tests::display_single_application ... ok [INFO] [stderr] | [INFO] [stdout] test expr::lambda::tests::display_single_lambda ... ok [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] test expr::lambda::tests::display_single_parenthesis ... ok [INFO] [stderr] [INFO] [stdout] test expr::lambda::tests::display_single_variable ... ok [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] test expr::lambda::tests::single_lambda ... ok [INFO] [stderr] --> src/expr/lambda.rs:95:57 [INFO] [stdout] test expr::lambda::tests::single_parenthesis ... ok [INFO] [stderr] | [INFO] [stdout] test expr::lambda::tests::single_variable ... ok [INFO] [stderr] 95 | self.contents = &self.contents[index..].trim_left(); [INFO] [stdout] test interpret::tests::beta_const ... ok [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stdout] test interpret::tests::beta_eta ... ok [INFO] [stderr] [INFO] [stdout] test interpret::tests::beta_id ... ok [INFO] [stderr] warning: use of deprecated associated function `core::str::::trim_left`: superseded by `trim_start` [INFO] [stdout] test interpret::tests::beta_succ ... ok [INFO] [stderr] --> src/expr/lambda.rs:105:38 [INFO] [stdout] test interpret::tests::replace_alpha ... ok [INFO] [stderr] | [INFO] [stderr] 105 | self.contents = rest.trim_left(); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated associated function: `trim_start` [INFO] [stderr] [INFO] [stderr] warning: `lambda` (lib) generated 3 warnings [INFO] [stderr] warning: `lambda` (lib test) generated 3 warnings (3 duplicates) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lambda-54b0fc145f80bf6f) [INFO] [stdout] test convert::tests::flip_to_ski ... ok [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/beta-8f73230eec833e91) [INFO] [stdout] test convert::tests::id_to_ski ... ok [INFO] [stdout] test convert::tests::ski_to_iota ... ok [INFO] [stdout] test expr::lambda::tests::display_church_add ... ok [INFO] [stdout] test expr::lambda::tests::single_application ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 20 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.01s [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; finished in 0.00s [INFO] [stdout] [INFO] [stderr] Running unittests (/opt/rustwide/target/debug/deps/lambda2iota-7b05729cf171d744) [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 lambda [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" "4e6d209198c00543366d6d4ba92a6175dce3c0e726c7bfb5a2d7be30a052cb35", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4e6d209198c00543366d6d4ba92a6175dce3c0e726c7bfb5a2d7be30a052cb35", kill_on_drop: false }` [INFO] [stdout] 4e6d209198c00543366d6d4ba92a6175dce3c0e726c7bfb5a2d7be30a052cb35