(base) alpha@2734569823865:~/Downloads/meteor/disney/example$ docker-compose up Creating network "example_default" with the default driver Pulling mongo (mongo:latest)... latest: Pulling from library/mongo 35c102085707: Pull complete 251f5509d51d: Pull complete 8e829fe70a46: Pull complete 6001e1789921: Pull complete 62fb80b8f88c: Pull complete 76be8dc9ea13: Pull complete c73353d62de1: Pull complete 9dfe7c37b46c: Pull complete 1fdf813927b6: Pull complete 87b9bd03dc66: Pull complete 24c524d289d7: Pull complete 306b575ddfff: Pull complete ee1475733b36: Pull complete Digest: sha256:93c98ffc714faa1fa501297d35670a62835dbb7e62243cee0c491433ea523f30 Status: Downloaded newer image for mongo:latest Building app Step 1/15 : FROM geoffreybooth/meteor-base:1.8.1 1.8.1: Pulling from geoffreybooth/meteor-base 7413c47ba209: Pull complete 0fe7e7cbb2e8: Pull complete 1d425c982345: Pull complete 344da5c95cec: Pull complete 44bc3b20844a: Pull complete 13eea58f74c9: Pull complete af03c8254aa5: Pull complete 82d2b63dfcc9: Pull complete Digest: sha256:995b1bd4fab2edf9cde85eb94bbd0f387caba3e4659512cce72b29c517f05245 Status: Downloaded newer image for geoffreybooth/meteor-base:1.8.1 ---> fdbda6114cea Step 2/15 : COPY ./app/package*.json $APP_SOURCE_FOLDER/ ---> cebef0cd4a36 Step 3/15 : RUN bash $SCRIPTS_FOLDER/build-app-npm-dependencies.sh ---> Running in 922408f06a81 [-] Installing app NPM dependencies... added 87 packages from 52 contributors and audited 495 packages in 5.019s found 0 vulnerabilities Removing intermediate container 922408f06a81 ---> 8f996865c1c5 Step 4/15 : COPY ./app $APP_SOURCE_FOLDER/ ---> 58e83788fffb Step 5/15 : RUN bash $SCRIPTS_FOLDER/build-meteor-bundle.sh ---> Running in f2f8b30ab1f3 [-] Building Meteor application bundle... Even with METEOR_ALLOW_SUPERUSER or --allow-superuser, permissions in your app directory will be incorrect if you ever attempt to perform any Meteor tasks as a normal user. If you need to fix your permissions, run the following command from the root of your project: sudo chown -Rh .meteor/local Browserslist: caniuse-lite is outdated. Please run next command `npm update caniuse-lite browserslist` Removing intermediate container f2f8b30ab1f3 ---> 0c1e6742cdfb Step 6/15 : FROM node:8-alpine 8-alpine: Pulling from library/node e7c96db7181b: Pull complete e3b1e747cbd3: Pull complete 017f53a1e6e8: Pull complete 4cfcfaa362d1: Pull complete Digest: sha256:e1d58a32a7303b3f95f64fe13f2c6679e42879f02a2b77e06771a023e7706e02 Status: Downloaded newer image for node:8-alpine ---> b9e61ad789af Step 7/15 : ENV APP_BUNDLE_FOLDER /opt/bundle ---> Running in 9764130b480f Removing intermediate container 9764130b480f ---> 76920ca8f626 Step 8/15 : ENV SCRIPTS_FOLDER /docker ---> Running in da36d1f11707 Removing intermediate container da36d1f11707 ---> 91ecf5c285d4 Step 9/15 : ENV ROOT_URL http://localhost/ ---> Running in b4199b9393ee Removing intermediate container b4199b9393ee ---> cb8704017eab Step 10/15 : RUN apk --no-cache add bash ca-certificates ---> Running in cf71ae60f8fb fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/main/x86_64/APKINDEX.tar.gz fetch http://dl-cdn.alpinelinux.org/alpine/v3.9/community/x86_64/APKINDEX.tar.gz (1/6) Installing ncurses-terminfo-base (6.1_p20190105-r0) (2/6) Installing ncurses-terminfo (6.1_p20190105-r0) (3/6) Installing ncurses-libs (6.1_p20190105-r0) (4/6) Installing readline (7.0.003-r1) (5/6) Installing bash (4.4.19-r1) Executing bash-4.4.19-r1.post-install (6/6) Installing ca-certificates (20190108-r0) Executing busybox-1.29.3-r10.trigger Executing ca-certificates-20190108-r0.trigger OK: 17 MiB in 22 packages Removing intermediate container cf71ae60f8fb ---> e35be0ad7932 Step 11/15 : COPY --from=0 $SCRIPTS_FOLDER $SCRIPTS_FOLDER/ ---> a196878b3042 Step 12/15 : COPY --from=0 $APP_BUNDLE_FOLDER/bundle $APP_BUNDLE_FOLDER/bundle/ ---> 9502534e51a0 Step 13/15 : RUN bash $SCRIPTS_FOLDER/build-meteor-npm-dependencies.sh ---> Running in 31340ce466a7 [-] Installing Meteor application server NPM dependencies... npm WARN deprecated hawk@3.1.3: This module moved to @hapi/hawk. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. npm WARN deprecated cryptiles@2.0.5: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated hoek@2.16.3: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated boom@2.10.1: This version has been deprecated in accordance with the hapi support policy (hapi.im/support). Please upgrade to the latest version to get the best features, bug fixes, and security patches. If you are unable to upgrade at this time, paid support is available for older versions (hapi.im/commercial). npm WARN deprecated sntp@1.0.9: This module moved to @hapi/sntp. Please make sure to switch over as this distribution is no longer supported and may contain bugs and critical security issues. > fibers@3.1.1 install /opt/bundle/bundle/programs/server/node_modules/fibers > node build.js || nodejs build.js `linux-x64-57-musl` exists; testing Binary is fine; exiting npm WARN lifecycle meteor-dev-bundle@~install: cannot run in wd meteor-dev-bundle@ node npm-rebuild.js (wd=/opt/bundle/bundle/programs/server) added 150 packages from 109 contributors and audited 327 packages in 6.389s found 4 moderate severity vulnerabilities run `npm audit fix` to fix them, or `npm audit` for details Removing intermediate container 31340ce466a7 ---> 6eadc2ec4964 Step 14/15 : ENTRYPOINT ["/docker/entrypoint.sh"] ---> Running in 384630b8e96f Removing intermediate container 384630b8e96f ---> cf570ef288a9 Step 15/15 : CMD ["node", "main.js"] ---> Running in 50d2589ce119 Removing intermediate container 50d2589ce119 ---> 4475c49364f6 Successfully built 4475c49364f6 Successfully tagged example_app:latest WARNING: Image for service app was built because it did not already exist. To rebuild this image you must use `docker-compose build` or `docker-compose up --build`. Creating example_mongo_1 ... done Creating example_app_1 ... done Attaching to example_mongo_1, example_app_1 mongo_1 | 2019-09-11T09:10:26.005+0000 I CONTROL [main] Automatically disabling TLS 1.0, to force-enable TLS 1.0 specify --sslDisabledProtocols 'none' app_1 | Connecting to MongoDB... mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] MongoDB starting : pid=1 port=27017 dbpath=/data/db 64-bit host=428f78bb3321 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] db version v4.2.0 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] git version: a4b751dcf51dd249c5865812b390cfd1c0129c30 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] OpenSSL version: OpenSSL 1.1.1 11 Sep 2018 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] allocator: tcmalloc mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] modules: none mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] build environment: mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] distmod: ubuntu1804 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] distarch: x86_64 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] target_arch: x86_64 mongo_1 | 2019-09-11T09:10:26.010+0000 I CONTROL [initandlisten] options: { net: { bindIp: "*" }, storage: { engine: "wiredTiger" } } mongo_1 | 2019-09-11T09:10:26.013+0000 I STORAGE [initandlisten] mongo_1 | 2019-09-11T09:10:26.013+0000 I STORAGE [initandlisten] ** WARNING: Using the XFS filesystem is strongly recommended with the WiredTiger storage engine mongo_1 | 2019-09-11T09:10:26.013+0000 I STORAGE [initandlisten] ** See http://dochub.mongodb.org/core/prodnotes-filesystem mongo_1 | 2019-09-11T09:10:26.013+0000 I STORAGE [initandlisten] wiredtiger_open config: create,cache_size=7428M,cache_overflow=(file_max=0M),session_max=33000,eviction=(threads_min=4,threads_max=4),config_base=false,statistics=(fast),log=(enabled=true,archive=true,path=journal,compressor=snappy),file_manager=(close_idle_time=100000),statistics_log=(wait=0),verbose=[recovery_progress,checkpoint_progress], mongo_1 | 2019-09-11T09:10:26.527+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:527389][1:0x7fe31c2e4b00], txn-recover: Recovering log 4 through 5 mongo_1 | 2019-09-11T09:10:26.564+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:564902][1:0x7fe31c2e4b00], txn-recover: Recovering log 5 through 5 mongo_1 | 2019-09-11T09:10:26.617+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:617984][1:0x7fe31c2e4b00], txn-recover: Main recovery loop: starting at 4/6272 to 5/256 mongo_1 | 2019-09-11T09:10:26.687+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:687241][1:0x7fe31c2e4b00], txn-recover: Recovering log 4 through 5 mongo_1 | 2019-09-11T09:10:26.735+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:735464][1:0x7fe31c2e4b00], txn-recover: Recovering log 5 through 5 mongo_1 | 2019-09-11T09:10:26.773+0000 I STORAGE [initandlisten] WiredTiger message [1568193026:773058][1:0x7fe31c2e4b00], txn-recover: Set global recovery timestamp: (0,0) mongo_1 | 2019-09-11T09:10:26.787+0000 I RECOVERY [initandlisten] WiredTiger recoveryTimestamp. Ts: Timestamp(0, 0) mongo_1 | 2019-09-11T09:10:26.794+0000 I STORAGE [initandlisten] Timestamp monitor starting mongo_1 | 2019-09-11T09:10:26.795+0000 I CONTROL [initandlisten] mongo_1 | 2019-09-11T09:10:26.795+0000 I CONTROL [initandlisten] ** WARNING: Access control is not enabled for the database. mongo_1 | 2019-09-11T09:10:26.795+0000 I CONTROL [initandlisten] ** Read and write access to data and configuration is unrestricted. mongo_1 | 2019-09-11T09:10:26.795+0000 I CONTROL [initandlisten] mongo_1 | 2019-09-11T09:10:26.808+0000 I SHARDING [initandlisten] Marking collection local.system.replset as collection version: mongo_1 | 2019-09-11T09:10:26.809+0000 I STORAGE [initandlisten] Flow Control is enabled on this deployment. mongo_1 | 2019-09-11T09:10:26.809+0000 I SHARDING [initandlisten] Marking collection admin.system.roles as collection version: mongo_1 | 2019-09-11T09:10:26.809+0000 I SHARDING [initandlisten] Marking collection admin.system.version as collection version: mongo_1 | 2019-09-11T09:10:26.810+0000 I SHARDING [initandlisten] Marking collection local.startup_log as collection version: mongo_1 | 2019-09-11T09:10:26.810+0000 I FTDC [initandlisten] Initializing full-time diagnostic data capture with directory '/data/db/diagnostic.data' mongo_1 | 2019-09-11T09:10:26.811+0000 I SHARDING [LogicalSessionCacheRefresh] Marking collection config.system.sessions as collection version: mongo_1 | 2019-09-11T09:10:26.811+0000 I NETWORK [initandlisten] Listening on /tmp/mongodb-27017.sock mongo_1 | 2019-09-11T09:10:26.811+0000 I NETWORK [initandlisten] Listening on 0.0.0.0 mongo_1 | 2019-09-11T09:10:26.811+0000 I SHARDING [LogicalSessionCacheReap] Marking collection config.transactions as collection version: mongo_1 | 2019-09-11T09:10:26.811+0000 I NETWORK [initandlisten] waiting for connections on port 27017 mongo_1 | 2019-09-11T09:10:27.555+0000 I NETWORK [listener] connection accepted from 192.168.16.3:50070 #1 (1 connection now open) mongo_1 | 2019-09-11T09:10:27.555+0000 I NETWORK [listener] connection accepted from 192.168.16.3:50072 #2 (2 connections now open) mongo_1 | 2019-09-11T09:10:27.561+0000 I NETWORK [conn2] received client metadata from 192.168.16.3:50072 conn2: { driver: { name: "nodejs", version: "3.0.7" }, os: { type: "Linux", name: "linux", architecture: "x64", version: "5.0.0-13-generic" }, platform: "Node.js v8.16.1, LE, mongodb-core: 3.0.7" } mongo_1 | 2019-09-11T09:10:27.567+0000 I NETWORK [conn2] end connection 192.168.16.3:50072 (1 connection now open)