[INFO] updating cached repository https://github.com/Polly-lang/Polly [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] d04e656dddb3e39cb8aacf26000cf33896f0ed52 [INFO] testing Polly-lang/Polly against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPolly-lang%2FPolly" "/workspace/builds/worker-12/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Polly-lang/Polly on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Polly-lang/Polly [INFO] finished tweaking git repo https://github.com/Polly-lang/Polly [INFO] tweaked toml for git repo https://github.com/Polly-lang/Polly written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/Polly-lang/Polly already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /workspace/builds/worker-12/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9ab7da7db811ac0e499a7cce2f68b7445538310a36515aef8370ba99d94e7918 [INFO] running `"docker" "start" "-a" "9ab7da7db811ac0e499a7cce2f68b7445538310a36515aef8370ba99d94e7918"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling num-complex v0.1.43 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling num-bigint v0.1.44 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling serde v0.6.15 [INFO] [stderr] Compiling serde_json v0.6.1 [INFO] [stderr] Compiling polly v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:190:60 [INFO] [stderr] | [INFO] [stderr] 190 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 | -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 276 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:286:45 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 286 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 13.62s [INFO] running `"docker" "inspect" "9ab7da7db811ac0e499a7cce2f68b7445538310a36515aef8370ba99d94e7918"` [INFO] running `"docker" "rm" "-f" "9ab7da7db811ac0e499a7cce2f68b7445538310a36515aef8370ba99d94e7918"` [INFO] [stdout] 9ab7da7db811ac0e499a7cce2f68b7445538310a36515aef8370ba99d94e7918 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 9c035eb4d97ad0618353d5d23b0da8b15d084ad4a27f34a96e018f4663a576ba [INFO] running `"docker" "start" "-a" "9c035eb4d97ad0618353d5d23b0da8b15d084ad4a27f34a96e018f4663a576ba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling polly v0.1.2 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:190:60 [INFO] [stderr] | [INFO] [stderr] 190 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 | -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 276 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:286:45 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 286 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:190:60 [INFO] [stderr] | [INFO] [stderr] 190 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 | -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 276 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:286:45 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 286 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 3.17s [INFO] running `"docker" "inspect" "9c035eb4d97ad0618353d5d23b0da8b15d084ad4a27f34a96e018f4663a576ba"` [INFO] running `"docker" "rm" "-f" "9c035eb4d97ad0618353d5d23b0da8b15d084ad4a27f34a96e018f4663a576ba"` [INFO] [stdout] 9c035eb4d97ad0618353d5d23b0da8b15d084ad4a27f34a96e018f4663a576ba [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ab2ce1fbe1c31bd349ac6b785ed13927985468dbc2475b7db6bd0514042854dc [INFO] running `"docker" "start" "-a" "ab2ce1fbe1c31bd349ac6b785ed13927985468dbc2475b7db6bd0514042854dc"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:190:60 [INFO] [stderr] | [INFO] [stderr] 190 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 | -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 276 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:286:45 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 286 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] warning: unused `#[macro_use]` import [INFO] [stderr] --> src/lib.rs:6:1 [INFO] [stderr] | [INFO] [stderr] 6 | #[macro_use] [INFO] [stderr] | ^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unnecessary parentheses around function argument [INFO] [stderr] --> src/compiler/parser.rs:190:60 [INFO] [stderr] | [INFO] [stderr] 190 | ... return Ok(CompCall((ComponentCall::from_component(component)))); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: remove these parentheses [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_parens)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused label [INFO] [stderr] --> src/compiler/parser.rs:225:9 [INFO] [stderr] | [INFO] [stderr] 225 | 'element: while let Some(token) = self.take() { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_labels)]` on by default [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/compiler/codegen.rs:335:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 335 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/template.rs:14:24 [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] | ________________________^ [INFO] [stderr] 15 | | -> Result>; [INFO] [stderr] | |___________________________________________________^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] help: use `dyn` [INFO] [stderr] | [INFO] [stderr] 14 | pub type PollyFn = Box, &Rc>) [INFO] [stderr] 15 | -> Result>; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] warning: the item `Value` is imported redundantly [INFO] [stderr] --> src/template.rs:162:9 [INFO] [stderr] | [INFO] [stderr] 9 | use serde_json::Value; [INFO] [stderr] | ----------------- the item `Value` is already imported here [INFO] [stderr] ... [INFO] [stderr] 162 | use serde_json::Value; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:276:49 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 276 | return unexpected_eof!(Symbol(index, Equals)); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unreachable_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unreachable expression [INFO] [stderr] --> src/compiler/parser.rs:286:45 [INFO] [stderr] | [INFO] [stderr] 16 | return Err(UnexpectedEof($token)); [INFO] [stderr] | --------------------------------- any code following this expression is unreachable [INFO] [stderr] ... [INFO] [stderr] 286 | None => return unexpected_eof!(Word(index, key)), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ unreachable expression [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:293:42 [INFO] [stderr] | [INFO] [stderr] 293 | AstError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:297:47 [INFO] [stderr] | [INFO] [stderr] 297 | FromUtf8Error(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:299:41 [INFO] [stderr] | [INFO] [stderr] 299 | IoError(ref error) => error.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:315:71 [INFO] [stderr] | [INFO] [stderr] 315 | CompPassedToComp(ref name) => format!("{} NAME: {}", self.description(), name), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:317:70 [INFO] [stderr] | [INFO] [stderr] 317 | FunctionError(ref error) => format!("{} ERROR: {}", self.description(), error), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:320:45 [INFO] [stderr] | [INFO] [stderr] 320 | format!("{} NAME: {}", self.description(), name) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/codegen.rs:324:30 [INFO] [stderr] | [INFO] [stderr] 324 | self.description(), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:101:48 [INFO] [stderr] | [INFO] [stderr] 101 | Eof => return write!(f, "{}", self.description()), [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:113:45 [INFO] [stderr] | [INFO] [stderr] 113 | return write!(f, "{}", self.description()) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::description': use the Display impl or to_string() [INFO] [stderr] --> src/compiler/tokens/ast.rs:117:39 [INFO] [stderr] | [INFO] [stderr] 117 | write!(f, "{}, Got: {}", self.description(), lexeme) [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: 18 warnings emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/polly-20fa8556326c5a09 [INFO] [stdout] [INFO] [stdout] running 29 tests [INFO] [stdout] test compiler::lexer::tests::all_operators ... ok [INFO] [stdout] test compiler::lexer::tests::at_operator ... ok [INFO] [stdout] test compiler::lexer::tests::ampersand_operator ... ok [INFO] [stdout] test compiler::lexer::tests::back_slash_operator ... ok [INFO] [stdout] test compiler::lexer::tests::dot_operator ... ok [INFO] [stdout] test compiler::lexer::tests::close_brace_operator ... ok [INFO] [stdout] test compiler::lexer::tests::close_param_operator ... ok [INFO] [stdout] test compiler::lexer::tests::dollar_operator ... ok [INFO] [stdout] test compiler::lexer::tests::equals_operator ... ok [INFO] [stdout] test compiler::lexer::tests::forward_slash_operator ... ok [INFO] [stdout] test compiler::lexer::tests::ignore_spaces ... ok [INFO] [stdout] test compiler::lexer::tests::open_brace_operator ... ok [INFO] [stdout] test compiler::lexer::tests::hello_world ... ok [INFO] [stdout] test compiler::lexer::tests::words ... ok [INFO] [stdout] test compiler::lexer::tests::pound_operator ... ok [INFO] [stdout] test compiler::lexer::tests::word ... ok [INFO] [stdout] test compiler::lexer::tests::star_operator ... ok [INFO] [stdout] test compiler::lexer::tests::quote_operator ... ok [INFO] [stdout] test compiler::lexer::tests::open_param_operator ... ok [INFO] [stdout] test compiler::lexer::tests::words_and_operators ... ok [INFO] [stdout] test template::tests::component ... ok [INFO] [stdout] test template::tests::locales ... ok [INFO] [stdout] test template::tests::function_if ... ok [INFO] [stdout] test template::tests::function_each ... ok [INFO] [stdout] test template::tests::variable ... ok [INFO] [stdout] test template::tests::function_if_else ... ok [INFO] [stdout] test template::tests::element ... ok [INFO] [stdout] test template::tests::component_imported ... ok [INFO] [stdout] test template::tests::variable_inside_another_variable ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 29 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Running /opt/rustwide/target/debug/deps/pollyc-d1f3b6111e023a3c [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 [INFO] [stdout] [INFO] [stderr] Doc-tests polly [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test src/template.rs - template::std_functions (line 133) ... ok [INFO] [stdout] test src/template.rs - template::std_functions (line 95) ... ok [INFO] [stdout] test src/template.rs - template::std_functions (line 41) ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "ab2ce1fbe1c31bd349ac6b785ed13927985468dbc2475b7db6bd0514042854dc"` [INFO] running `"docker" "rm" "-f" "ab2ce1fbe1c31bd349ac6b785ed13927985468dbc2475b7db6bd0514042854dc"` [INFO] [stdout] ab2ce1fbe1c31bd349ac6b785ed13927985468dbc2475b7db6bd0514042854dc