[INFO] crate oniguruma 0.3.0 is already in cache [INFO] checking oniguruma-0.3.0 against try#e4dba30b9b475d8750370c4dfb49b6541990904d for pr-71393 [INFO] extracting crate oniguruma 0.3.0 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate oniguruma 0.3.0 on toolchain e4dba30b9b475d8750370c4dfb49b6541990904d [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate oniguruma 0.3.0 [INFO] finished tweaking crates.io crate oniguruma 0.3.0 [INFO] tweaked toml for crates.io crate oniguruma 0.3.0 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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=forbid" "-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" "+e4dba30b9b475d8750370c4dfb49b6541990904d" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 938355bcbfb3e0aaf0953fbf185d4447617b4c2157a03c8822ff84ceacabd2ab [INFO] running `"docker" "start" "-a" "938355bcbfb3e0aaf0953fbf185d4447617b4c2157a03c8822ff84ceacabd2ab"` [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking oniguruma v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// Regex parsing, compilation and evaluation options. [INFO] [stderr] 5 | | flags Options: c_uint { [INFO] [stderr] 6 | | /// Default options. This is both compile and search time option. [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// Regex parsing, compilation and evaluation options. [INFO] [stderr] 5 | | flags Options: c_uint { [INFO] [stderr] 6 | | /// Default options. This is both compile and search time option. [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / bitflags! { [INFO] [stderr] 40 | | flags SyntaxOperator: u64 { [INFO] [stderr] 41 | | /// `.` [INFO] [stderr] 42 | | const SYNTAX_OPERATOR_DOT_ANYCHAR = 1u64 << 1, [INFO] [stderr] ... | [INFO] [stderr] 135 | | } [INFO] [stderr] 136 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / bitflags! { [INFO] [stderr] 40 | | flags SyntaxOperator: u64 { [INFO] [stderr] 41 | | /// `.` [INFO] [stderr] 42 | | const SYNTAX_OPERATOR_DOT_ANYCHAR = 1u64 << 1, [INFO] [stderr] ... | [INFO] [stderr] 135 | | } [INFO] [stderr] 136 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | / bitflags! { [INFO] [stderr] 139 | | flags SyntaxBehavior: c_uint { [INFO] [stderr] 140 | | /// `?, *, +, {n,m}` [INFO] [stderr] 141 | | const SYNTAX_BEHAVIOR_CONTEXT_INDEP_REPEAT_OPS = 1u32 << 0, [INFO] [stderr] ... | [INFO] [stderr] 170 | | } [INFO] [stderr] 171 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | / bitflags! { [INFO] [stderr] 139 | | flags SyntaxBehavior: c_uint { [INFO] [stderr] 140 | | /// `?, *, +, {n,m}` [INFO] [stderr] 141 | | const SYNTAX_BEHAVIOR_CONTEXT_INDEP_REPEAT_OPS = 1u32 << 0, [INFO] [stderr] ... | [INFO] [stderr] 170 | | } [INFO] [stderr] 171 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:102:32 [INFO] [stderr] | [INFO] [stderr] 102 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// Regex parsing, compilation and evaluation options. [INFO] [stderr] 5 | | flags Options: c_uint { [INFO] [stderr] 6 | | /// Default options. This is both compile and search time option. [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:3:1 [INFO] [stderr] | [INFO] [stderr] 3 | / bitflags! { [INFO] [stderr] 4 | | /// Regex parsing, compilation and evaluation options. [INFO] [stderr] 5 | | flags Options: c_uint { [INFO] [stderr] 6 | | /// Default options. This is both compile and search time option. [INFO] [stderr] ... | [INFO] [stderr] 36 | | } [INFO] [stderr] 37 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / bitflags! { [INFO] [stderr] 40 | | flags SyntaxOperator: u64 { [INFO] [stderr] 41 | | /// `.` [INFO] [stderr] 42 | | const SYNTAX_OPERATOR_DOT_ANYCHAR = 1u64 << 1, [INFO] [stderr] ... | [INFO] [stderr] 135 | | } [INFO] [stderr] 136 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:39:1 [INFO] [stderr] | [INFO] [stderr] 39 | / bitflags! { [INFO] [stderr] 40 | | flags SyntaxOperator: u64 { [INFO] [stderr] 41 | | /// `.` [INFO] [stderr] 42 | | const SYNTAX_OPERATOR_DOT_ANYCHAR = 1u64 << 1, [INFO] [stderr] ... | [INFO] [stderr] 135 | | } [INFO] [stderr] 136 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | / bitflags! { [INFO] [stderr] 139 | | flags SyntaxBehavior: c_uint { [INFO] [stderr] 140 | | /// `?, *, +, {n,m}` [INFO] [stderr] 141 | | const SYNTAX_BEHAVIOR_CONTEXT_INDEP_REPEAT_OPS = 1u32 << 0, [INFO] [stderr] ... | [INFO] [stderr] 170 | | } [INFO] [stderr] 171 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'try': use the `?` operator instead [INFO] [stderr] --> src/flags.rs:138:1 [INFO] [stderr] | [INFO] [stderr] 138 | / bitflags! { [INFO] [stderr] 139 | | flags SyntaxBehavior: c_uint { [INFO] [stderr] 140 | | /// `?, *, +, {n,m}` [INFO] [stderr] 141 | | const SYNTAX_BEHAVIOR_CONTEXT_INDEP_REPEAT_OPS = 1u32 << 0, [INFO] [stderr] ... | [INFO] [stderr] 170 | | } [INFO] [stderr] 171 | | } [INFO] [stderr] | |_^ [INFO] [stderr] | [INFO] [stderr] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stderr] --> src/regex.rs:102:32 [INFO] [stderr] | [INFO] [stderr] 102 | fn cause(&self) -> Option<&error::Error> { [INFO] [stderr] | ^^^^^^^^^^^^ help: use `dyn`: `dyn error::Error` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/regex.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | let mut err_buff = &mut [0 as u8; 90]; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/regex.rs:61:13 [INFO] [stderr] | [INFO] [stderr] 61 | let mut err_buff = &mut [0 as u8; 90]; [INFO] [stderr] | ----^^^^^^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_mut)]` on by default [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/encoding.rs:9:47 [INFO] [stderr] | [INFO] [stderr] 9 | pub static ENCODING_UTF8: &'static Encoding = &OnigEncodingUTF8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:31:43 [INFO] [stderr] | [INFO] [stderr] 31 | pub static SYNTAX_ASIS: &'static Syntax = &OnigSyntaxASIS; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | pub static SYNTAX_POSIX_BASIC: &'static Syntax = &OnigSyntaxPosixBasic; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:35:53 [INFO] [stderr] | [INFO] [stderr] 35 | pub static SYNTAX_POSIX_EXTENDED: &'static Syntax = &OnigSyntaxPosixExtended; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:37:44 [INFO] [stderr] | [INFO] [stderr] 37 | pub static SYNTAX_EMACS: &'static Syntax = &OnigSyntaxEmacs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:39:43 [INFO] [stderr] | [INFO] [stderr] 39 | pub static SYNTAX_GREP: &'static Syntax = &OnigSyntaxGrep; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:41:48 [INFO] [stderr] | [INFO] [stderr] 41 | pub static SYNTAX_GNU_REGEX: &'static Syntax = &OnigSyntaxGnuRegex; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:43:43 [INFO] [stderr] | [INFO] [stderr] 43 | pub static SYNTAX_JAVA: &'static Syntax = &OnigSyntaxJava; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:45:43 [INFO] [stderr] | [INFO] [stderr] 45 | pub static SYNTAX_PERL: &'static Syntax = &OnigSyntaxPerl; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | pub static SYNTAX_PERL_NG: &'static Syntax = &OnigSyntaxPerl_NG; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:49:43 [INFO] [stderr] | [INFO] [stderr] 49 | pub static SYNTAX_RUBY: &'static Syntax = &OnigSyntaxRuby; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] error: could not compile `oniguruma`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/encoding.rs:9:47 [INFO] [stderr] | [INFO] [stderr] 9 | pub static ENCODING_UTF8: &'static Encoding = &OnigEncodingUTF8; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:31:43 [INFO] [stderr] | [INFO] [stderr] 31 | pub static SYNTAX_ASIS: &'static Syntax = &OnigSyntaxASIS; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:33:50 [INFO] [stderr] | [INFO] [stderr] 33 | pub static SYNTAX_POSIX_BASIC: &'static Syntax = &OnigSyntaxPosixBasic; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:35:53 [INFO] [stderr] | [INFO] [stderr] 35 | pub static SYNTAX_POSIX_EXTENDED: &'static Syntax = &OnigSyntaxPosixExtended; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:37:44 [INFO] [stderr] | [INFO] [stderr] 37 | pub static SYNTAX_EMACS: &'static Syntax = &OnigSyntaxEmacs; [INFO] [stderr] | ^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:39:43 [INFO] [stderr] | [INFO] [stderr] 39 | pub static SYNTAX_GREP: &'static Syntax = &OnigSyntaxGrep; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:41:48 [INFO] [stderr] | [INFO] [stderr] 41 | pub static SYNTAX_GNU_REGEX: &'static Syntax = &OnigSyntaxGnuRegex; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:43:43 [INFO] [stderr] | [INFO] [stderr] 43 | pub static SYNTAX_JAVA: &'static Syntax = &OnigSyntaxJava; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:45:43 [INFO] [stderr] | [INFO] [stderr] 45 | pub static SYNTAX_PERL: &'static Syntax = &OnigSyntaxPerl; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:47:46 [INFO] [stderr] | [INFO] [stderr] 47 | pub static SYNTAX_PERL_NG: &'static Syntax = &OnigSyntaxPerl_NG; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error[E0133]: use of extern static is unsafe and requires unsafe function or block [INFO] [stderr] --> src/syntax.rs:49:43 [INFO] [stderr] | [INFO] [stderr] 49 | pub static SYNTAX_RUBY: &'static Syntax = &OnigSyntaxRuby; [INFO] [stderr] | ^^^^^^^^^^^^^^^ use of extern static [INFO] [stderr] | [INFO] [stderr] = note: extern statics are not controlled by the Rust type system: invalid data, aliasing violations or data races will cause undefined behavior [INFO] [stderr] [INFO] [stderr] error: aborting due to 11 previous errors; 8 warnings emitted [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0133`. [INFO] [stderr] error: could not compile `oniguruma`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "938355bcbfb3e0aaf0953fbf185d4447617b4c2157a03c8822ff84ceacabd2ab"` [INFO] running `"docker" "rm" "-f" "938355bcbfb3e0aaf0953fbf185d4447617b4c2157a03c8822ff84ceacabd2ab"` [INFO] [stdout] 938355bcbfb3e0aaf0953fbf185d4447617b4c2157a03c8822ff84ceacabd2ab