[INFO] fetching crate rant 4.0.0-alpha.13... [INFO] checking rant-4.0.0-alpha.13 against beta for pr-78714 [INFO] extracting crate rant 4.0.0-alpha.13 into /workspace/builds/worker-14/source [INFO] validating manifest of crates.io crate rant 4.0.0-alpha.13 on toolchain beta [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate rant 4.0.0-alpha.13 [INFO] finished tweaking crates.io crate rant 4.0.0-alpha.13 [INFO] tweaked toml for crates.io crate rant 4.0.0-alpha.13 written to /workspace/builds/worker-14/source/Cargo.toml [INFO] crate crates.io crate rant 4.0.0-alpha.13 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded embedded-triple v0.1.0 [INFO] [stderr] Downloaded cervine v0.0.6 [INFO] [stderr] Downloaded line-col v0.2.1 [INFO] [stderr] Downloaded quickscope v0.1.5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 176e47bd9c91ada9a351d321bdfdf8e3386d9e2ebd93ee060bbe787ff0b6fe0f [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" "176e47bd9c91ada9a351d321bdfdf8e3386d9e2ebd93ee060bbe787ff0b6fe0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "176e47bd9c91ada9a351d321bdfdf8e3386d9e2ebd93ee060bbe787ff0b6fe0f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "176e47bd9c91ada9a351d321bdfdf8e3386d9e2ebd93ee060bbe787ff0b6fe0f", kill_on_drop: false }` [INFO] [stdout] 176e47bd9c91ada9a351d321bdfdf8e3386d9e2ebd93ee060bbe787ff0b6fe0f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-14/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" "rustops/crates-build-env@sha256:6eabd152ff4036248d66efda456a36cb33d24b7291b33f25f75140726c88da35" "/opt/rustwide/cargo-home/bin/cargo" "+beta" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] efa97ca425cb530a7694b6829e60eadb9151411ca5197f09cd3dda0eac43933e [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" "efa97ca425cb530a7694b6829e60eadb9151411ca5197f09cd3dda0eac43933e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.73 [INFO] [stderr] Compiling beef v0.4.4 [INFO] [stderr] Checking line-col v0.2.1 [INFO] [stderr] Checking cervine v0.0.6 [INFO] [stderr] Checking smartstring v0.2.5 [INFO] [stderr] Checking quickscope v0.1.5 [INFO] [stderr] Compiling syn v1.0.33 [INFO] [stderr] Checking getrandom v0.1.14 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] Checking rand_chacha v0.2.2 [INFO] [stderr] Checking rand_xoshiro v0.4.0 [INFO] [stderr] Checking rand v0.7.3 [INFO] [stderr] Compiling logos-derive v0.11.5 [INFO] [stderr] Checking logos v0.11.4 [INFO] [stderr] Checking rant v4.0.0-alpha.13 (/opt/rustwide/workdir) [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/runtime/output.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 51 | match &self.format.ws_norm_mode { [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 60 | self.write_frag(val.to_string().as_str()) [INFO] [stdout] | ^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: cannot borrow `*self` as mutable because it is also borrowed as immutable [INFO] [stdout] --> src/runtime/output.rs:60:9 [INFO] [stdout] | [INFO] [stdout] 51 | match &self.format.ws_norm_mode { [INFO] [stdout] | ----------- immutable borrow occurs here [INFO] [stdout] ... [INFO] [stdout] 60 | self.write_frag(val.to_string().as_str()) [INFO] [stdout] | ^^^^ --- immutable borrow later used here [INFO] [stdout] | | [INFO] [stdout] | mutable borrow occurs here [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(mutable_borrow_reservation_conflict)]` on by default [INFO] [stdout] = warning: this borrowing pattern was not meant to be accepted, and may become a hard error in the future [INFO] [stdout] = note: for more information, see issue #59159 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/func_with_variadic_star.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 121 | / test_rant_file!( [INFO] [stdout] 122 | | "sources/func_with_variadic_star.rant", [INFO] [stdout] 123 | | "\na\na b\na b c\na b c d" [INFO] [stdout] 124 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/func_with_variadic_plus.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 129 | / test_rant_file!( [INFO] [stdout] 130 | | "sources/func_with_variadic_plus.rant", [INFO] [stdout] 131 | | "a\na b\na b c\na b c d" [INFO] [stdout] 132 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/func_with_optional_param.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 137 | / test_rant_file!( [INFO] [stdout] 138 | | "sources/func_with_optional_param.rant", [INFO] [stdout] 139 | | "foo\nbar" [INFO] [stdout] 140 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/override_shadowed_locals_with_multi_descope.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 170 | / test_rant_file!( [INFO] [stdout] 171 | | "sources/override_shadowed_locals_with_multi_descope.rant", [INFO] [stdout] 172 | | "foo bar baz" [INFO] [stdout] 173 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/dynamic_index_setter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 198 | / test_rant_file!( [INFO] [stdout] 199 | | "sources/dynamic_index_setter.rant", [INFO] [stdout] 200 | | "1, 2, 4" [INFO] [stdout] 201 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/dynamic_multi_index_setter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 206 | / test_rant_file!( [INFO] [stdout] 207 | | "sources/dynamic_multi_index_setter.rant", [INFO] [stdout] 208 | | "1, 2, 4, 4, 5, 6" [INFO] [stdout] 209 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/closure_capture_var.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 214 | / test_rant_file!( [INFO] [stdout] 215 | | "sources/closure_capture_var.rant", [INFO] [stdout] 216 | | "foo" [INFO] [stdout] 217 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/closure_capture_arg.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 222 | / test_rant_file!( [INFO] [stdout] 223 | | "sources/closure_capture_arg.rant", [INFO] [stdout] 224 | | "foo" [INFO] [stdout] 225 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/closure_mutate_captured_value.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 230 | / test_rant_file!( [INFO] [stdout] 231 | | "sources/closure_mutate_captured_value.rant", [INFO] [stdout] 232 | | "0 1 2 3" [INFO] [stdout] 233 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/filter_with_native_predicate.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 238 | / test_rant_file!( [INFO] [stdout] 239 | | "sources/filter_with_native_predicate.rant", [INFO] [stdout] 240 | | "1, 3, 5, 7, 9" [INFO] [stdout] 241 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/filter_with_user_predicate.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 246 | / test_rant_file!( [INFO] [stdout] 247 | | "sources/filter_with_user_predicate.rant", [INFO] [stdout] 248 | | "1, 3, 5, 7, 9" [INFO] [stdout] 249 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/map_with_native_callback.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 254 | / test_rant_file!( [INFO] [stdout] 255 | | "sources/map_with_native_callback.rant", [INFO] [stdout] 256 | | "-1, -2, -3, -4, -5, -6, -7, -8, -9, -10" [INFO] [stdout] 257 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/map_with_user_callback.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 262 | / test_rant_file!( [INFO] [stdout] 263 | | "sources/map_with_user_callback.rant", [INFO] [stdout] 264 | | "-1, -2, -3, -4, -5, -6, -7, -8, -9, -10" [INFO] [stdout] 265 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/zip_with_native_callback.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 270 | / test_rant_file!( [INFO] [stdout] 271 | | "sources/zip_with_native_callback.rant", [INFO] [stdout] 272 | | "5, 7, 9" [INFO] [stdout] 273 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/zip_with_user_callback.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 278 | / test_rant_file!( [INFO] [stdout] 279 | | "sources/zip_with_user_callback.rant", [INFO] [stdout] 280 | | "5, 7, 9" [INFO] [stdout] 281 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/trickle_down_func_lookup.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 286 | / test_rant_file!( [INFO] [stdout] 287 | | "sources/trickle_down_func_lookup.rant", [INFO] [stdout] 288 | | "global\nlocal\nvery local" [INFO] [stdout] 289 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/anon_getter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 294 | / test_rant_file!( [INFO] [stdout] 295 | | "sources/anon_getter.rant", [INFO] [stdout] 296 | | "foo bar" [INFO] [stdout] 297 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/dynamic_anon_getter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 302 | / test_rant_file!( [INFO] [stdout] 303 | | "sources/dynamic_anon_getter.rant", [INFO] [stdout] 304 | | "6" [INFO] [stdout] 305 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/anon_setter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 310 | / test_rant_file!( [INFO] [stdout] 311 | | "sources/anon_setter.rant", [INFO] [stdout] 312 | | "baz qux" [INFO] [stdout] 313 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/dynamic_anon_setter.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | / test_rant_file!( [INFO] [stdout] 319 | | "sources/dynamic_anon_setter.rant", [INFO] [stdout] 320 | | "7" [INFO] [stdout] 321 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/inv_index_get.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 326 | / test_rant_file!( [INFO] [stdout] 327 | | "sources/inv_index_get.rant", [INFO] [stdout] 328 | | "3, 2, 1" [INFO] [stdout] 329 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/inv_index_set.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 334 | / test_rant_file!( [INFO] [stdout] 335 | | "sources/inv_index_set.rant", [INFO] [stdout] 336 | | "4, 5, 6" [INFO] [stdout] 337 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/function_composition.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 342 | / test_rant_file!( [INFO] [stdout] 343 | | "sources/function_composition.rant", [INFO] [stdout] 344 | | "the fox the dog" [INFO] [stdout] 345 | | ); [INFO] [stdout] | |____- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/function_composition_callback.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 350 | / test_rant_file!( [INFO] [stdout] 351 | | "sources/function_composition_callback.rant", [INFO] [stdout] 352 | | "foo bar" [INFO] [stdout] 353 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/getter_fallback_from_var.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 358 | / test_rant_file!( [INFO] [stdout] 359 | | "sources/getter_fallback_from_var.rant", [INFO] [stdout] 360 | | "123, fallback" [INFO] [stdout] 361 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/getter_fallback_from_index.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 366 | / test_rant_file!( [INFO] [stdout] 367 | | "sources/getter_fallback_from_index.rant", [INFO] [stdout] 368 | | "foo, bar, baz, oops" [INFO] [stdout] 369 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/getter_fallback_from_key.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:36:31 [INFO] [stdout] | [INFO] [stdout] 36 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 374 | / test_rant_file!( [INFO] [stdout] 375 | | "sources/getter_fallback_from_key.rant", [INFO] [stdout] 376 | | "foo, bar, baz, oops" [INFO] [stdout] 377 | | ) [INFO] [stdout] | |___- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/assert/assert_pass.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 382 | test_rant_file!("sources/assert/assert_pass.rant"); [INFO] [stdout] | --------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/assert/assert_fail.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:20:31 [INFO] [stdout] | [INFO] [stdout] 20 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 387 | test_rant_file!("sources/assert/assert_fail.rant" raises AssertError); [INFO] [stdout] | ---------------------------------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/math/min.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 392 | test_rant_file!("sources/math/min.rant"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read tests/sources/math/max.rant: No such file or directory (os error 2) [INFO] [stdout] --> tests/runtime_tests.rs:28:31 [INFO] [stdout] | [INFO] [stdout] 28 | let pgm = r.compile_quiet(include_str!($src_path)).expect("failed to compile program"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 397 | test_rant_file!("sources/math/max.rant"); [INFO] [stdout] | ----------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 31 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `rant` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `Command { std: "docker" "inspect" "efa97ca425cb530a7694b6829e60eadb9151411ca5197f09cd3dda0eac43933e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "efa97ca425cb530a7694b6829e60eadb9151411ca5197f09cd3dda0eac43933e", kill_on_drop: false }` [INFO] [stdout] efa97ca425cb530a7694b6829e60eadb9151411ca5197f09cd3dda0eac43933e