Remove backend control #339
test.yml
on: pull_request
Node.js Latest Full
25s
Matrix: short
Annotations
10 errors
server/index.test.ts > shows help about port in use:
server/index.test.ts#L242
Error: Snapshot `shows help about port in use 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
" FATAL Port 2001 already in use at 1970-01-01 00:00:00
Another Logux server or other app already running on this port.
Probably you haven’t stopped server from other project or previous
version of this server was not killed.
-
+
$ su - root
# netstat -nlp | grep 2001
Proto Local Address State PID/Program name
tcp 0.0.0.0:2001 LISTEN 777/node
# sudo kill -9 777
❯ server/index.test.ts:242:21
|
server/index.test.ts > shows help about privileged port:
server/index.test.ts#L95
Error: Snapshot `shows help about privileged port 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
" FATAL You are not allowed to run server on port 1000 at 1970-01-01 00:00:00
Non-privileged users can't start a listening socket on ports below 1024.
Try to change user or take another port.
-
+
$ su - <username>
$ npm start -p 1000
INFO Shutting down Logux server at 1970-01-01 00:00:00
❯ checkError server/index.test.ts:95:15
|
Node.js 20 Quick
Process completed with exit code 1.
|
Node.js 18 Quick
The job was canceled because "_20" failed.
|
server/index.test.ts > shows help about port in use:
server/index.test.ts#L242
Error: Snapshot `shows help about port in use 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
" FATAL Port 2001 already in use at 1970-01-01 00:00:00
Another Logux server or other app already running on this port.
Probably you haven’t stopped server from other project or previous
version of this server was not killed.
-
+
$ su - root
# netstat -nlp | grep 2001
Proto Local Address State PID/Program name
tcp 0.0.0.0:2001 LISTEN 777/node
# sudo kill -9 777
❯ server/index.test.ts:242:21
|
server/index.test.ts > shows help about privileged port:
server/index.test.ts#L95
Error: Snapshot `shows help about privileged port 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
" FATAL You are not allowed to run server on port 1000 at 1970-01-01 00:00:00
Non-privileged users can't start a listening socket on ports below 1024.
Try to change user or take another port.
-
+
$ su - <username>
$ npm start -p 1000
INFO Shutting down Logux server at 1970-01-01 00:00:00
❯ checkError server/index.test.ts:95:15
|
Node.js 18 Quick
Process completed with exit code 1.
|
server/index.test.ts > shows help about port in use:
server/index.test.ts#L242
Error: Snapshot `shows help about port in use 1` mismatched
- Expected
+ Received
@@ -1,10 +1,10 @@
" FATAL Port 2001 already in use at 1970-01-01 00:00:00
Another Logux server or other app already running on this port.
Probably you haven’t stopped server from other project or previous
version of this server was not killed.
-
+
$ su - root
# netstat -nlp | grep 2001
Proto Local Address State PID/Program name
tcp 0.0.0.0:2001 LISTEN 777/node
# sudo kill -9 777
❯ server/index.test.ts:242:21
|
server/index.test.ts > shows help about privileged port:
server/index.test.ts#L95
Error: Snapshot `shows help about privileged port 1` mismatched
- Expected
+ Received
@@ -1,9 +1,9 @@
" FATAL You are not allowed to run server on port 1000 at 1970-01-01 00:00:00
Non-privileged users can't start a listening socket on ports below 1024.
Try to change user or take another port.
-
+
$ su - <username>
$ npm start -p 1000
INFO Shutting down Logux server at 1970-01-01 00:00:00
❯ checkError server/index.test.ts:95:15
|
Node.js Latest Full
Process completed with exit code 1.
|