xo@edurange-dev:~/dev/er/5_25/edurange-flask$ npm start > edurange_refactored@1.0.0 start > concurrently -n "WEBPACK,FLASK,CELERY,FLOWER,WEBSSH,CHATSERVER" -c "bgBlue.bold,bgMagenta.bold,bgGreen.bold,bgRed.bold,bgCyan.bold,bgYellow.bold" "npm run webpack-watch" "npm run flask-server" "celery -A edurange_refactored.tasks worker -B -E -f celery.log -l DEBUG" "celery -A edurange_refactored.tasks --broker=redis://localhost:6379/0 flower --port=5555" "node webssh2/app/index.js" "node edurange_refactored/chat_server/server.js" [WEBSSH] node:internal/modules/cjs/loader:1075 [WEBSSH] throw err; [WEBSSH] ^ [WEBSSH] [WEBSSH] Error: Cannot find module '/home/exo/dev/er/5_25/edurange-flask/webssh2/app/index.js' [WEBSSH] at Module._resolveFilename (node:internal/modules/cjs/loader:1072:15) [WEBSSH] at Module._load (node:internal/modules/cjs/loader:925:27) [WEBSSH] at Function.executeUserEntryPoint [as runMain] (node:internal/modules/run_main:83:12) [WEBSSH] at node:internal/main/run_main_module:23:47 { [WEBSSH] code: 'MODULE_NOT_FOUND', [WEBSSH] requireStack: [] [WEBSSH] } [WEBSSH] [WEBSSH] Node.js v20.3.1 [WEBSSH] node webssh2/app/index.js exited with code 1 [CHATSERVER] sever listening on port 3001 [CHATSERVER] /home/exo/dev/er/5_25/edurange-flask/edurange_refactored/chat_server/server.js:22 [CHATSERVER] if (err) throw err; [CHATSERVER] ^ [CHATSERVER] [CHATSERVER] [Error: ENOENT: no such file or directory, open '/home/exo/edurange-flask/data/tmp/chatnames.json'] { [CHATSERVER] errno: -2, [CHATSERVER] code: 'ENOENT', [CHATSERVER] syscall: 'open', [CHATSERVER] path: '/home/exo/edurange-flask/data/tmp/chatnames.json' [CHATSERVER] } [CHATSERVER] [CHATSERVER] Node.js v20.3.1 [CHATSERVER] node edurange_refactored/chat_server/server.js exited with code 1 [WEBPACK] [WEBPACK] > edurange_refactored@1.0.0 webpack-watch [WEBPACK] > NODE_ENV=debug webpack --mode development --watch [WEBPACK] [FLASK] [FLASK] > edurange_refactored@1.0.0 flask-server [FLASK] > flask run --host=0.0.0.0 [FLASK] [FLASK] * Serving Flask app 'autoapp.py' (lazy loading) [FLASK] * Environment: production [FLASK] WARNING: This is a development server. Do not use it in a production deployment. [FLASK] Use a production WSGI server instead. [FLASK] * Debug mode: off [WEBPACK] [WEBPACK] webpack is watching the files... [WEBPACK] [FLOWER] [I 230711 22:24:32 command:152] Visit me at http://localhost:5555 [FLOWER] [I 230711 22:24:32 command:159] Broker: redis://localhost:6379/0 [FLOWER] [I 230711 22:24:32 command:160] Registered tasks: [FLOWER] ['celery.accumulate', [FLOWER] 'celery.backend_cleanup', [FLOWER] 'celery.chain', [FLOWER] 'celery.chord', [FLOWER] 'celery.chord_unlock', [FLOWER] 'celery.chunks', [FLOWER] 'celery.group', [FLOWER] 'celery.map', [FLOWER] 'celery.starmap', [FLOWER] 'edurange_refactored.tasks.CreateScenarioTask', [FLOWER] 'edurange_refactored.tasks.destroy', [FLOWER] 'edurange_refactored.tasks.scenarioCollectLogs', [FLOWER] 'edurange_refactored.tasks.scenarioTimeoutWarningEmail', [FLOWER] 'edurange_refactored.tasks.send_async_email', [FLOWER] 'edurange_refactored.tasks.start', [FLOWER] 'edurange_refactored.tasks.stop', [FLOWER] 'edurange_refactored.tasks.test_send_async_email'] [FLOWER] [I 230711 22:24:32 mixins:228] Connected to redis://localhost:6379/0 [CELERY] [CELERY] -------------- celery@edurange-dev v5.2.7 (dawn-chorus) [CELERY] --- ***** ----- [CELERY] -- ******* ---- Linux-5.19.0-45-generic-x86_64-with-glibc2.35 2023-07-11 22:24:32 [CELERY] - *** --- * --- [CELERY] - ** ---------- [config] [CELERY] - ** ---------- .> app: edurange_refactored.tasks:0x7fcdcef77f40 [CELERY] - ** ---------- .> transport: redis://localhost:6379/0 [CELERY] - ** ---------- .> results: redis://localhost:6379/0 [CELERY] - *** --- * --- .> concurrency: 1 (prefork) [CELERY] -- ******* ---- .> task events: ON [CELERY] --- ***** ----- [CELERY] -------------- [queues] [CELERY] .> celery exchange=celery(direct) key=celery [CELERY] [CELERY] [CELERY] [tasks] [CELERY] . celery.accumulate [CELERY] . celery.backend_cleanup [CELERY] . celery.chain [CELERY] . celery.chord [CELERY] . celery.chord_unlock [CELERY] . celery.chunks [CELERY] . celery.group [CELERY] . celery.map [CELERY] . celery.starmap [CELERY] . edurange_refactored.tasks.CreateScenarioTask [CELERY] . edurange_refactored.tasks.destroy [CELERY] . edurange_refactored.tasks.scenarioCollectLogs [CELERY] . edurange_refactored.tasks.scenarioTimeoutWarningEmail [CELERY] . edurange_refactored.tasks.send_async_email [CELERY] . edurange_refactored.tasks.start [CELERY] . edurange_refactored.tasks.stop [CELERY] . edurange_refactored.tasks.test_send_async_email [CELERY] [FLOWER] [W 230711 22:24:33 inspector:42] Inspect method active_queues failed [FLOWER] [W 230711 22:24:33 inspector:42] Inspect method registered failed [FLOWER] [W 230711 22:24:33 inspector:42] Inspect method stats failed [FLOWER] [W 230711 22:24:33 inspector:42] Inspect method scheduled failed [FLOWER] [W 230711 22:24:33 inspector:42] Inspect method active failed [FLASK] * Running on all addresses (0.0.0.0) [FLASK] WARNING: This is a development server. Do not use it in a production deployment. [FLASK] * Running on http://127.0.0.1:5000 [FLASK] * Running on http://10.0.2.15:5000 (Press CTRL+C to quit) [WEBPACK] /home/exo/dev/er/5_25/edurange-flask/node_modules/loader-runner/lib/LoaderRunner.js:106 [WEBPACK] throw new Error("callback(): The callback was already called."); [WEBPACK] ^ [WEBPACK] [WEBPACK] Error: callback(): The callback was already called. [WEBPACK] at context.callback (/home/exo/dev/er/5_25/edurange-flask/node_modules/loader-runner/lib/LoaderRunner.js:106:10) [WEBPACK] at /home/exo/dev/er/5_25/edurange-flask/node_modules/css-loader/dist/index.js:141:5 [WEBPACK] [WEBPACK] Node.js v20.3.1 [WEBPACK] npm run webpack-watch exited with code 1 [FLOWER] [W 230711 22:24:34 inspector:42] Inspect method reserved failed [FLOWER] [W 230711 22:24:34 inspector:42] Inspect method revoked failed [FLOWER] [W 230711 22:24:34 inspector:42] Inspect method conf failed [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:11] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:12] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:12] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:12] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:24] "POST / HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:24] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:24] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:24] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:24] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:37] "GET /logout/ HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:37] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:37] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:37] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:37] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:55] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:55] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:25:55] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:02] "POST / HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:02] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:02] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:02] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:02] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:22] "GET /dashboard/set_view?mode=studentView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:22] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:22] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:22] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:22] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:34] "GET /dashboard/ HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:35] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:35] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:45] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:46] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:46] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:59] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:59] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:26:59] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET /dashboard/set_view?mode=studentView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:17] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:37] "GET /dashboard/account_management HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:37] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:27:37] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:28:50] "GET /scenarios/5 HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:28:50] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:28:50] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:24] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:24] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:24] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:33] "GET /dashboard/instructor HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:33] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:36:33] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:46] "GET /dashboard/set_view?mode=studentView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:46] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:46] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:46] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:46] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:54] "GET /dashboard/set_view?mode=instructorView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:54] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:55] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:55] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:37:55] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 22:50:43] "GET /scenarios/1 HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:50:43] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:50:43] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:06] "GET /instructor/scenarios/1 HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:06] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:06] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:13] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:13] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 22:51:13] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 23:49:48] "GET /logout/ HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:49:48] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:49:48] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:49:48] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:49:48] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:32] "POST / HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:32] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:33] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:33] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:33] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:42] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:43] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:43] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:48] "GET /logout/ HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:48] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:48] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:48] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:48] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:55] "GET /login/ HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:55] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:50:55] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:51:32] "POST / HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:51:32] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:51:32] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:51:32] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [11/Jul/2023 23:51:32] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:19] "GET /bug/ HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:28] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:30] "GET /logout/ HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:30] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:31] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:31] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:31] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:32] "GET /login/ HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:33] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:33] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:42] "POST / HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:42] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:42] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:42] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:03:42] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:01] "GET /dashboard/set_view?mode=adminView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:01] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:01] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:01] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:02] "GET /dashboard/set_view?mode=instructorView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:02] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:02] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:02] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:03] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:06] "GET /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:06] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:06] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:06] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:13] "POST /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:13] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:13] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:13] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:27] "GET /dashboard/catalog?Submit=New+Scenario HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:27] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:27] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:33] "POST /dashboard/make_scenario HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:34] "GET /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:34] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:34] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:34] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:34] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] Error response from daemon: Could not find the file /usr/local/src/raw_logs.zip in container ok_nat [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:45] "GET /dashboard/catalog?Submit=New+Scenario HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:45] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:04:45] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "POST /dashboard/make_scenario HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /static/build/img/building.png HTTP/1.1" 404 - [CELERY] [CELERY] Initializing the backend... [CELERY] Initializing provider plugins... [CELERY] - Finding latest version of kreuzwerker/docker... [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:03] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:06] "POST /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:06] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:06] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:06] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:06] "GET /static/build/img/building.png HTTP/1.1" 404 - [CELERY] - Installing kreuzwerker/docker v3.0.2... [CELERY] - Installed kreuzwerker/docker v3.0.2 (self-signed, key ID BD080C4571C6104C) [CELERY] [CELERY] Partner and community providers are signed by their developers. [CELERY] If you'd like to know more about provider signing, you can read about it here: https://www.terraform.io/docs/cli/plugins/signing.html [CELERY] [CELERY] Terraform has created a lock file .terraform.lock.hcl to record the provider [CELERY] selections it made above. Include this file in your version control repository [CELERY] so that Terraform can guarantee to make the same selections by default when you run "terraform init" in the future. [CELERY] [CELERY] Terraform has been successfully initialized! [CELERY] [CELERY] You may now begin working with Terraform. Try running "terraform plan" to see [CELERY] any changes that are required for your infrastructure. All Terraform commands [CELERY] should now work. [CELERY] [CELERY] If you ever set or change modules or backend configuration for Terraform, [CELERY] rerun this command to reinitialize your working directory. If you forget, other commands will detect it and remind you to do so if necessary. [CELERY] [CELERY] Terraform used the selected providers to generate the following execution [CELERY] plan. Resource actions are indicated with the following symbols: [CELERY] + create [CELERY] [CELERY] Terraform will perform the following actions: [CELERY] [CELERY] # docker_network.Ransomware_NAT will be created [CELERY] + resource "docker_network" "Ransomware_NAT" { [CELERY] + driver = "bridge" [CELERY] + id = (known after apply) [CELERY] + internal = false [CELERY] + ipam_driver = "default" [CELERY] + name = "Ransomware_NAT" [CELERY] + options = (known after apply) [CELERY] + scope = (known after apply) [CELERY] [CELERY] + ipam_config { [CELERY] + subnet = "12.0.1.0/27" [CELERY] } [CELERY] } [CELERY] [CELERY] # docker_network.Ransomware_PLAYER will be created [CELERY] + resource "docker_network" "Ransomware_PLAYER" { [CELERY] + driver = "bridge" [CELERY] + id = (known after apply) [CELERY] + internal = true [CELERY] + ipam_driver = "default" [CELERY] + name = "Ransomware_PLAYER" [CELERY] + options = (known after apply) [CELERY] + scope = (known after apply) [CELERY] [CELERY] + ipam_config { [CELERY] + subnet = "12.0.0.0/27" [CELERY] } [CELERY] } [CELERY] [CELERY] Plan: 2 to add, 0 to change, 0 to destroy. [CELERY] ───────────────────────────────────────────────────────────────────────────── [CELERY] [CELERY] Saved the plan to: network [CELERY] [CELERY] To perform exactly these actions, run the following command to apply: [CELERY] terraform apply "network" [CELERY] docker_network.Ransomware_PLAYER: Creating... [CELERY] docker_network.Ransomware_NAT: Creating... [CELERY] docker_network.Ransomware_PLAYER: Creation complete after 2s [id=e8381dd623c3a9e2d7ba609116b2fdc9bf1e421b576125f182c2a4714f772561] [CELERY] docker_network.Ransomware_NAT: Creation complete after 3s [id=c7bc4d2dbff9e8730855bb4511ff4f1aca770ae6d629e64382f4dd5bafb47865] [CELERY] [CELERY] Apply complete! Resources: 2 added, 0 changed, 0 destroyed. docker_network.Ransomware_PLAYER: Refreshing state... [id=e8381dd623c3a9e2d7ba609116b2fdc9bf1e421b576125f182c2a4714f772561] [CELERY] docker_network.Ransomware_NAT: Refreshing state... [id=c7bc4d2dbff9e8730855bb4511ff4f1aca770ae6d629e64382f4dd5bafb47865] [CELERY] [CELERY] Terraform used the selected providers to generate the following execution [CELERY] plan. Resource actions are indicated with the following symbols: [CELERY] + create [CELERY] Terraform will perform the following actions: [CELERY] [CELERY] # docker_container.Ransomware_ransom will be created [CELERY] + resource "docker_container" "Ransomware_ransom" { [CELERY] + attach = false [CELERY] + bridge = (known after apply) [CELERY] + command = [] [CELERY] + container_logs = (known after apply) [CELERY] + container_read_refresh_timeout_milliseconds = 15000 [CELERY] + entrypoint = (known after apply) [CELERY] + env = (known after apply) [CELERY] + exit_code = (known after apply) [CELERY] + hostname = "ransom" [CELERY] + id = (known after apply) [CELERY] + image = "edurange2/ubuntu_desktop_testing" [CELERY] + init = (known after apply) [CELERY] + ipc_mode = (known after apply) [CELERY] + log_driver = (known after apply) [CELERY] + logs = false [CELERY] + must_run = true [CELERY] + name = "Ransomware_ransom" [CELERY] + network_data = (known after apply) [CELERY] + read_only = false [CELERY] + remove_volumes = true [CELERY] + restart = "always" [CELERY] + rm = false [CELERY] + runtime = (known after apply) [CELERY] + security_opts = (known after apply) [CELERY] + shm_size = (known after apply) [CELERY] + start = true [CELERY] + stdin_open = false [CELERY] + stop_signal = (known after apply) [CELERY] + stop_timeout = (known after apply) [CELERY] + tty = false [CELERY] + wait = false [CELERY] + wait_timeout = 60 [CELERY] [CELERY] + capabilities { [CELERY] + add = [ [CELERY] + "NET_ADMIN", [CELERY] + "SYS_PTRACE", [CELERY] ] [CELERY] + drop = [] [CELERY] } [CELERY] [CELERY] + healthcheck { [CELERY] + interval = (known after apply) [CELERY] + retries = (known after apply) [CELERY] + start_period = (known after apply) [CELERY] + test = (known after apply) [CELERY] + timeout = (known after apply) [CELERY] } [CELERY] [CELERY] + labels { [CELERY] + label = (known after apply) [CELERY] + value = (known after apply) [CELERY] } [CELERY] [CELERY] + mounts { [CELERY] + read_only = false [CELERY] + source = "/dev/shm" [CELERY] + target = "/dev/shm" [CELERY] + type = "bind" [CELERY] } [CELERY] [CELERY] + networks_advanced { [CELERY] + aliases = [] [CELERY] + ipv4_address = "12.0.0.2" [CELERY] + name = "Ransomware_PLAYER" [CELERY] } [CELERY] + networks_advanced { [CELERY] + aliases = [] [CELERY] + ipv4_address = "12.0.1.2" [CELERY] + name = "Ransomware_NAT" [CELERY] } [CELERY] [CELERY] + ports { [CELERY] + external = 6080 [CELERY] + internal = 80 [CELERY] + ip = "0.0.0.0" [CELERY] + protocol = "tcp" [CELERY] } [CELERY] + ports { [CELERY] + external = (known after apply) [CELERY] + internal = 22 [CELERY] + ip = "0.0.0.0" [CELERY] + protocol = "tcp" [CELERY] } [CELERY] } [CELERY] [CELERY] Plan: 1 to add, 0 to change, 0 to destroy. [CELERY] [CELERY] Changes to Outputs: [CELERY] + Ransomware_ransom = [ [CELERY] + { [CELERY] + ip_address_public = "no.com:6080" [CELERY] + name = "Ransomware_ransom" [CELERY] }, [CELERY] ] [CELERY] docker_container.Ransomware_ransom: Creating... [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:23] "GET /dashboard/set_view?mode=studentView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:23] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:23] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:23] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:24] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [CELERY] docker_container.Ransomware_ransom: Still creating... [10s elapsed] [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:31] "GET /dashboard/set_view?mode=instructorView HTTP/1.1" 302 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:31] "GET / HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:31] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:31] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:31] "GET /static/build/img/favicon.ico HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:35] "GET /dashboard/scenarios HTTP/1.1" 200 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:36] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:36] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:36] "GET /static/build/img/started.png HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:36] "GET /static/build/img/booting.png HTTP/1.1" 404 - [CELERY] docker_container.Ransomware_ransom: Still creating... [20s elapsed] [FLASK] [2023-07-12 00:05:39,120] ERROR in app: Exception on /dashboard/scenarios/2 [GET] [FLASK] Traceback (most recent call last): [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 2073, in wsgi_app [FLASK] response = self.full_dispatch_request() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1519, in full_dispatch_request [FLASK] rv = self.handle_user_exception(e) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1517, in full_dispatch_request [FLASK] rv = self.dispatch_request() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1503, in dispatch_request [FLASK] return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) [FLASK] File "/home/exo/dev/er/5_25/edurange-flask/edurange_refactored/user/views.py", line 450, in scenariosInfo [FLASK] status, owner, bTime, desc, s_type, s_name, guide, questions = tempMaker(sId, "ins") [FLASK] File "/home/exo/dev/er/5_25/edurange-flask/edurange_refactored/utils.py", line 406, in tempMaker [FLASK] questions = getQuestions(ty) [FLASK] File "/home/exo/dev/er/5_25/edurange-flask/edurange_refactored/utils.py", line 377, in getQuestions [FLASK] document = yaml.full_load(yml) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/__init__.py", line 105, in full_load [FLASK] return load(stream, FullLoader) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/__init__.py", line 81, in load [FLASK] return loader.get_single_data() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/constructor.py", line 49, in get_single_data [FLASK] node = self.get_single_node() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 36, in get_single_node [FLASK] document = self.compose_document() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 55, in compose_document [FLASK] node = self.compose_node(None, None) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 82, in compose_node [FLASK] node = self.compose_sequence_node(anchor) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 111, in compose_sequence_node [FLASK] node.value.append(self.compose_node(node, index)) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 84, in compose_node [FLASK] node = self.compose_mapping_node(anchor) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 133, in compose_mapping_node [FLASK] item_value = self.compose_node(node, item_key) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 82, in compose_node [FLASK] node = self.compose_sequence_node(anchor) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/composer.py", line 110, in compose_sequence_node [FLASK] while not self.check_event(SequenceEndEvent): [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/parser.py", line 98, in check_event [FLASK] self.current_event = self.state() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/yaml/parser.py", line 392, in parse_block_sequence_entry [FLASK] raise ParserError("while parsing a block collection", self.marks[-1], [FLASK] yaml.parser.ParserError: while parsing a block collection [FLASK] in "./scenarios/prod/ransomware/questions.yml", line 5, column 5 [FLASK] expected , but found '?' [FLASK] in "./scenarios/prod/ransomware/questions.yml", line 6, column 5 [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:39] "GET /dashboard/scenarios/2 HTTP/1.1" 500 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:39] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:39] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:45] "GET /dashboard/scenarios/1 HTTP/1.1" 200 - [CELERY] docker_container.Ransomware_ransom: Still creating... [30s elapsed] [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:46] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:05:46] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] docker_container.Ransomware_ransom: Still creating... [40s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [50s elapsed] [FLASK] [2023-07-12 00:06:15,114] ERROR in app: Exception on /dashboard/scenarios/123 [GET] [FLASK] Traceback (most recent call last): [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 2073, in wsgi_app [FLASK] response = self.full_dispatch_request() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1519, in full_dispatch_request [FLASK] rv = self.handle_user_exception(e) [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1517, in full_dispatch_request [FLASK] rv = self.dispatch_request() [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/flask/app.py", line 1503, in dispatch_request [FLASK] return self.ensure_sync(self.view_functions[rule.endpoint])(**req.view_args) [FLASK] File "/home/exo/dev/er/5_25/edurange-flask/edurange_refactored/user/views.py", line 450, in scenariosInfo [FLASK] status, owner, bTime, desc, s_type, s_name, guide, questions = tempMaker(sId, "ins") [FLASK] File "/home/exo/dev/er/5_25/edurange-flask/edurange_refactored/utils.py", line 395, in tempMaker [FLASK] status = statusSwitch[status[0]] [FLASK] TypeError: 'NoneType' object is not subscriptable [FLASK] 127.0.0.1 - - [12/Jul/2023 00:06:15] "GET /dashboard/scenarios/123 HTTP/1.1" 500 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:06:16] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [FLASK] 127.0.0.1 - - [12/Jul/2023 00:06:16] "GET /static/build/main_css.bundle.css HTTP/1.1" 404 - [CELERY] docker_container.Ransomware_ransom: Still creating... [1m0s elapsed] [FLASK] 127.0.0.1 - - [12/Jul/2023 00:06:16] "GET /static/build/main_js.bundle.js HTTP/1.1" 404 - [CELERY] docker_container.Ransomware_ransom: Provisioning with 'file'... [CELERY] docker_container.Ransomware_ransom: Still creating... [1m10s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [1m20s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [1m30s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [1m40s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [1m50s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [2m0s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [2m10s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [2m20s elapsed] [CELERY] docker_container.Ransomware_ransom: Still creating... [2m30s elapsed] [FLASK] [2023-07-12 00:07:55,238] ERROR in app: Exception on /dashboard/scenarios/1 [GET] [FLASK] Traceback (most recent call last): [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1905, in _execute_context [FLASK] self.dialect.do_execute( [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute [FLASK] cursor.execute(statement, parameters) [FLASK] psycopg2.errors.InvalidTextRepresentation: invalid input syntax for type integer: "1 [GET] [FLASK] Traceback (most recent call last): [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 1905, in _execute_context [FLASK] self.dialect.do_execute( [FLASK] File "/home/exo/.local/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 736, in do_execute [FLASK] cursor.execute(statement, parameters) [FLASK] psycopg2.errors.InvalidTextRepresentation: invalid input syntax for type integer: "'