[INFO] fetching crate mujs 0.0.3... [INFO] checking mujs-0.0.3 against try#f47dd4da3ae8c32c9e65d307bfe640b143e674df for pr-77526 [INFO] extracting crate mujs 0.0.3 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate mujs 0.0.3 on toolchain f47dd4da3ae8c32c9e65d307bfe640b143e674df [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate mujs 0.0.3 [INFO] finished tweaking crates.io crate mujs 0.0.3 [INFO] tweaked toml for crates.io crate mujs 0.0.3 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] b062c74ba5177a9208d102481a57689f794a8df063cc153db68a371b1b80e4db [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" "b062c74ba5177a9208d102481a57689f794a8df063cc153db68a371b1b80e4db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "b062c74ba5177a9208d102481a57689f794a8df063cc153db68a371b1b80e4db", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b062c74ba5177a9208d102481a57689f794a8df063cc153db68a371b1b80e4db", kill_on_drop: false }` [INFO] [stdout] b062c74ba5177a9208d102481a57689f794a8df063cc153db68a371b1b80e4db [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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:d92eaeed33fa75130ca1ee6c8a01d1ffb62bac859dfdfb3450e3e5d1c0146529" "/opt/rustwide/cargo-home/bin/cargo" "+f47dd4da3ae8c32c9e65d307bfe640b143e674df" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a6f7ec0ac46df9bf6a332df5ce5df5d3b872bdc219af255fa12b6dadd3c7b0f8 [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" "a6f7ec0ac46df9bf6a332df5ce5df5d3b872bdc219af255fa12b6dadd3c7b0f8", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.79 [INFO] [stderr] Compiling mujs v0.0.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: use of deprecated function `gcc::compile_library`: crate has been renamed to `cc`, the `gcc` name is not maintained [INFO] [stdout] --> build.rs:4:5 [INFO] [stdout] | [INFO] [stdout] 4 | gcc::compile_library("libmujs.a", &["mujs/one.c"]); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: In file included from mujs/one.c:4: [INFO] [stderr] warning: mujs/jscompile.c: In function 'findlocal': [INFO] [stderr] warning: mujs/jscompile.c:9:22: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:166:22: note: in expansion of macro 'JF' [INFO] [stderr] warning: 166 | static int findlocal(JF, const char *name) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'here': [INFO] [stderr] warning: mujs/jscompile.c:9:22: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:228:17: note: in expansion of macro 'JF' [INFO] [stderr] warning: 228 | static int here(JF) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'checkdup': [INFO] [stderr] warning: mujs/jscompile.c:9:38: warning: unused parameter 'F' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:301:22: note: in expansion of macro 'JF' [INFO] [stderr] warning: 301 | static void checkdup(JF, js_Ast *list, js_Ast *end) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'ceval': [INFO] [stderr] warning: mujs/jscompile.c:509:31: warning: unused parameter 'fun' [-Wunused-parameter] [INFO] [stderr] warning: 509 | static void ceval(JF, js_Ast *fun, js_Ast *args) [INFO] [stderr] warning: | ~~~~~~~~^~~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'addjump': [INFO] [stderr] warning: mujs/jscompile.c:9:38: warning: unused parameter 'F' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:730:21: note: in expansion of macro 'JF' [INFO] [stderr] warning: 730 | static void addjump(JF, enum js_AstType type, js_Ast *target, int inst) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'breaktarget': [INFO] [stderr] warning: mujs/jscompile.c:9:22: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:772:28: note: in expansion of macro 'JF' [INFO] [stderr] warning: 772 | static js_Ast *breaktarget(JF, js_Ast *node, const char *label) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c:9:38: warning: unused parameter 'F' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:772:28: note: in expansion of macro 'JF' [INFO] [stderr] warning: 772 | static js_Ast *breaktarget(JF, js_Ast *node, const char *label) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'continuetarget': [INFO] [stderr] warning: mujs/jscompile.c:9:22: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:789:31: note: in expansion of macro 'JF' [INFO] [stderr] warning: 789 | static js_Ast *continuetarget(JF, js_Ast *node, const char *label) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c:9:38: warning: unused parameter 'F' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:789:31: note: in expansion of macro 'JF' [INFO] [stderr] warning: 789 | static js_Ast *continuetarget(JF, js_Ast *node, const char *label) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c: In function 'returntarget': [INFO] [stderr] warning: mujs/jscompile.c:9:22: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:805:29: note: in expansion of macro 'JF' [INFO] [stderr] warning: 805 | static js_Ast *returntarget(JF, js_Ast *node) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: mujs/jscompile.c:9:38: warning: unused parameter 'F' [-Wunused-parameter] [INFO] [stderr] warning: 9 | #define JF js_State *J, js_Function *F [INFO] [stderr] warning: | ~~~~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jscompile.c:805:29: note: in expansion of macro 'JF' [INFO] [stderr] warning: 805 | static js_Ast *returntarget(JF, js_Ast *node) [INFO] [stderr] warning: | ^~ [INFO] [stderr] warning: In file included from mujs/one.c:5: [INFO] [stderr] warning: mujs/jsdate.c: In function 'DaylightSavingTA': [INFO] [stderr] warning: mujs/jsdate.c:44:39: warning: unused parameter 't' [-Wunused-parameter] [INFO] [stderr] warning: 44 | static double DaylightSavingTA(double t) [INFO] [stderr] warning: | ~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:6: [INFO] [stderr] warning: mujs/jsdtoa.c: In function 'k_comp': [INFO] [stderr] warning: mujs/jsdtoa.c:378:41: warning: unused parameter 'gamma' [-Wunused-parameter] [INFO] [stderr] warning: 378 | static int k_comp(int e, int alpha, int gamma) { [INFO] [stderr] warning: | ~~~~^~~~~ [INFO] [stderr] warning: In file included from mujs/one.c:7: [INFO] [stderr] warning: mujs/jsdump.c: In function 'jsP_dumpsyntax': [INFO] [stderr] warning: mujs/jsdump.c:624:31: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 624 | void jsP_dumpsyntax(js_State *J, js_Ast *prog) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsdump.c: In function 'jsP_dumplist': [INFO] [stderr] warning: mujs/jsdump.c:705:29: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 705 | void jsP_dumplist(js_State *J, js_Ast *prog) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:16: [INFO] [stderr] warning: mujs/json.c: In function 'fmtobject': [INFO] [stderr] warning: mujs/json.c:209:63: warning: unused parameter 'obj' [-Wunused-parameter] [INFO] [stderr] warning: 209 | static void fmtobject(js_State *J, js_Buffer **sb, js_Object *obj, const char *gap, int level) [INFO] [stderr] warning: | ~~~~~~~~~~~^~~ [INFO] [stderr] warning: In file included from mujs/one.c:18: [INFO] [stderr] warning: mujs/jsproperty.c: In function 'jsV_getownproperty': [INFO] [stderr] warning: mujs/jsproperty.c:165:43: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 165 | js_Property *jsV_getownproperty(js_State *J, js_Object *obj, const char *name) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsproperty.c: In function 'jsV_getpropertyx': [INFO] [stderr] warning: mujs/jsproperty.c:170:41: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 170 | js_Property *jsV_getpropertyx(js_State *J, js_Object *obj, const char *name, int *own) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsproperty.c: In function 'jsV_getproperty': [INFO] [stderr] warning: mujs/jsproperty.c:183:40: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 183 | js_Property *jsV_getproperty(js_State *J, js_Object *obj, const char *name) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsproperty.c: In function 'jsV_getenumproperty': [INFO] [stderr] warning: mujs/jsproperty.c:194:51: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 194 | static js_Property *jsV_getenumproperty(js_State *J, js_Object *obj, const char *name) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:20: [INFO] [stderr] warning: mujs/jsrun.c: In function 'js_insert': [INFO] [stderr] warning: mujs/jsrun.c:350:33: warning: unused parameter 'idx' [-Wunused-parameter] [INFO] [stderr] warning: 350 | void js_insert(js_State *J, int idx) [INFO] [stderr] warning: | ~~~~^~~ [INFO] [stderr] warning: mujs/jsrun.c: In function 'js_isarrayindex': [INFO] [stderr] warning: mujs/jsrun.c:437:31: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 437 | int js_isarrayindex(js_State *J, const char *p, int *idx) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:21: [INFO] [stderr] warning: mujs/jsstate.c: In function 'js_defaultalloc': [INFO] [stderr] warning: mujs/jsstate.c:10:36: warning: unused parameter 'actx' [-Wunused-parameter] [INFO] [stderr] warning: 10 | static void *js_defaultalloc(void *actx, void *ptr, int size) [INFO] [stderr] warning: | ~~~~~~^~~~ [INFO] [stderr] warning: mujs/jsstate.c: In function 'js_defaultreport': [INFO] [stderr] warning: mujs/jsstate.c:19:40: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 19 | static void js_defaultreport(js_State *J, const char *message) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:22: [INFO] [stderr] warning: mujs/jsstring.c: In function 'js_runeat': [INFO] [stderr] warning: mujs/jsstring.c:14:25: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 14 | int js_runeat(js_State *J, const char *s, int i) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:23: [INFO] [stderr] warning: mujs/jsvalue.c: In function 'jsV_toboolean': [INFO] [stderr] warning: mujs/jsvalue.c:116:29: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 116 | int jsV_toboolean(js_State *J, js_Value *v) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsvalue.c: In function 'jsV_stringtonumber': [INFO] [stderr] warning: mujs/jsvalue.c:183:37: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 183 | double jsV_stringtonumber(js_State *J, const char *s) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: mujs/jsvalue.c: In function 'jsV_numbertostring': [INFO] [stderr] warning: mujs/jsvalue.c:227:42: warning: unused parameter 'J' [-Wunused-parameter] [INFO] [stderr] warning: 227 | const char *jsV_numbertostring(js_State *J, char buf[32], double f) [INFO] [stderr] warning: | ~~~~~~~~~~^ [INFO] [stderr] warning: In file included from mujs/one.c:24: [INFO] [stderr] warning: mujs/regexp.c: In function 'default_alloc': [INFO] [stderr] warning: mujs/regexp.c:896:34: warning: unused parameter 'ctx' [-Wunused-parameter] [INFO] [stderr] warning: 896 | static void *default_alloc(void *ctx, void *p, int n) [INFO] [stderr] warning: | ~~~~~~^~~ [INFO] [stderr] warning: In file included from mujs/one.c:22: [INFO] [stderr] warning: mujs/jsstring.c: In function 'Sp_replace_regexp': [INFO] [stderr] warning: mujs/jsstring.c:424:13: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 424 | case 0: --r; /* end of string; back up and fall through */ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: mujs/jsstring.c:425:5: note: here [INFO] [stderr] warning: 425 | case '$': js_putc(J, &sb, '$'); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: mujs/jsstring.c: In function 'Sp_replace_string': [INFO] [stderr] warning: mujs/jsstring.c:520:13: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 520 | case 0: --r; /* end of string; back up and fall through */ [INFO] [stderr] warning: | ^~~ [INFO] [stderr] warning: mujs/jsstring.c:521:5: note: here [INFO] [stderr] warning: 521 | case '$': js_putc(J, &sb, '$'); break; [INFO] [stderr] warning: | ^~~~ [INFO] [stderr] warning: In file included from mujs/one.c:24: [INFO] [stderr] warning: mujs/regexp.c: In function 'nextrune': [INFO] [stderr] warning: mujs/regexp.c:114:11: warning: this statement may fall through [-Wimplicit-fallthrough=] [INFO] [stderr] warning: 114 | case 0: die(g, "unterminated escape sequence"); [INFO] [stderr] warning: | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ [INFO] [stderr] warning: mujs/regexp.c:115:3: note: here [INFO] [stderr] warning: 115 | case 'f': g->yychar = '\f'; return 0; [INFO] [stderr] warning: | ^~~~ [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:831:28 [INFO] [stdout] | [INFO] [stdout] 831 | let func: &mut Box = unsafe { std::mem::transmute(cb_ptr) }; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&State)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:860:25 [INFO] [stdout] | [INFO] [stdout] 860 | let cb: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&State)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:141:1 [INFO] [stdout] | [INFO] [stdout] 141 | / bitflags! { [INFO] [stdout] 142 | | pub struct PropertyAttributes: c_int { [INFO] [stdout] 143 | | /// Read only property attribute [INFO] [stdout] 144 | | /// [INFO] [stdout] ... | [INFO] [stdout] 164 | | } [INFO] [stdout] 165 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:167:1 [INFO] [stdout] | [INFO] [stdout] 167 | / bitflags! { [INFO] [stdout] 168 | | pub struct StateFlags: c_int { [INFO] [stdout] 169 | | /// Compile and run code using ES5 strict mode. [INFO] [stdout] 170 | | const JS_STRICT = 1; [INFO] [stdout] 171 | | } [INFO] [stdout] 172 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated macro `try`: use the `?` operator instead [INFO] [stdout] --> src/lib.rs:174:1 [INFO] [stdout] | [INFO] [stdout] 174 | / bitflags! { [INFO] [stdout] 175 | | /// Regular expression (RegExp) flags [INFO] [stdout] 176 | | pub struct RegExpFlags: c_int { [INFO] [stdout] 177 | | /// Global match [INFO] [stdout] ... | [INFO] [stdout] 190 | | } [INFO] [stdout] 191 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:831:28 [INFO] [stdout] | [INFO] [stdout] 831 | let func: &mut Box = unsafe { std::mem::transmute(cb_ptr) }; [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&State)` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(bare_trait_objects)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: trait objects without an explicit `dyn` are deprecated [INFO] [stdout] --> src/lib.rs:860:25 [INFO] [stdout] | [INFO] [stdout] 860 | let cb: Box> = Box::new(Box::new(func)); [INFO] [stdout] | ^^^^^^^^^^^^^ help: use `dyn`: `dyn FnMut(&State)` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `js_call` [INFO] [stdout] --> src/lib.rs:62:5 [INFO] [stdout] | [INFO] [stdout] 62 | fn js_call(J: *const c_void, n: c_int) -> c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 12 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 11 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 4.11s [INFO] running `Command { std: "docker" "inspect" "a6f7ec0ac46df9bf6a332df5ce5df5d3b872bdc219af255fa12b6dadd3c7b0f8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a6f7ec0ac46df9bf6a332df5ce5df5d3b872bdc219af255fa12b6dadd3c7b0f8", kill_on_drop: false }` [INFO] [stdout] a6f7ec0ac46df9bf6a332df5ce5df5d3b872bdc219af255fa12b6dadd3c7b0f8