Skip to content

Instantly share code, notes, and snippets.

@B3nCr
Created April 8, 2020 08:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save B3nCr/c37c9a8a2ba26a3d03bee1636148a9bc to your computer and use it in GitHub Desktop.
Save B3nCr/c37c9a8a2ba26a3d03bee1636148a9bc to your computer and use it in GitHub Desktop.
Build Log
This file has been truncated, but you can view the full file.
2020-04-08T08:31:30.2208417Z ##[section]Starting: Compile
2020-04-08T08:31:30.2213533Z ==============================================================================
2020-04-08T08:31:30.2214011Z Task : Command line
2020-04-08T08:31:30.2214392Z Description : Run a command line script using Bash on Linux and macOS and cmd.exe on Windows
2020-04-08T08:31:30.2214698Z Version : 2.164.0
2020-04-08T08:31:30.2214921Z Author : Microsoft Corporation
2020-04-08T08:31:30.2215267Z Help : https://docs.microsoft.com/azure/devops/pipelines/tasks/utility/command-line
2020-04-08T08:31:30.2215645Z ==============================================================================
2020-04-08T08:31:31.1733567Z Generating script.
2020-04-08T08:31:31.1735016Z ========================== Starting Command Output ===========================
2020-04-08T08:31:31.1740246Z [command]/bin/bash --noprofile --norc /vsts/agent/_work/_temp/d8d07728-441b-4567-80ed-65056b30f51e.sh
2020-04-08T08:31:31.1786520Z Sending build context to Docker daemon 2.278MB
2020-04-08T08:31:31.1787044Z
2020-04-08T08:31:31.2065817Z Step 1/61 : FROM ***/sorted.build-base:2.2.0 as packages
2020-04-08T08:31:31.2070756Z ---> 23f0cc3998a8
2020-04-08T08:31:31.2071128Z Step 2/61 : ARG BUILD_VERSION
2020-04-08T08:31:31.2077068Z ---> Using cache
2020-04-08T08:31:31.2078430Z ---> 0e449e531bc0
2020-04-08T08:31:31.2078916Z Step 3/61 : ARG BRANCH
2020-04-08T08:31:31.2083292Z ---> Using cache
2020-04-08T08:31:31.2084176Z ---> 637b42fe8d28
2020-04-08T08:31:31.2102926Z Step 4/61 : ARG PULL_REQUEST_ID
2020-04-08T08:31:31.2104430Z ---> Using cache
2020-04-08T08:31:31.2105015Z ---> 4f9ee7a3c433
2020-04-08T08:31:31.2105357Z Step 5/61 : ARG PULL_REQUEST_TARGET_BRANCH
2020-04-08T08:31:31.2105990Z ---> Using cache
2020-04-08T08:31:31.2106306Z ---> 583d643cf8c8
2020-04-08T08:31:31.2106566Z Step 6/61 : ARG COLLECTION_URI
2020-04-08T08:31:31.2107070Z ---> Using cache
2020-04-08T08:31:31.2107554Z ---> acb0eedd6a98
2020-04-08T08:31:31.2107845Z Step 7/61 : ARG PROJECT
2020-04-08T08:31:31.2108400Z ---> Using cache
2020-04-08T08:31:31.2108906Z ---> 556a726fba52
2020-04-08T08:31:31.2109202Z Step 8/61 : ARG REPOSITORY
2020-04-08T08:31:31.2109715Z ---> Using cache
2020-04-08T08:31:31.2110003Z ---> a4540e0f0798
2020-04-08T08:31:31.2110183Z Step 9/61 : ARG AZDO_PKG_PAT
2020-04-08T08:31:31.2110844Z ---> Using cache
2020-04-08T08:31:31.2111690Z ---> d451a864fdfc
2020-04-08T08:31:31.2112488Z Step 10/61 : ARG PROGET_PACKAGE_PW
2020-04-08T08:31:31.2113099Z ---> Using cache
2020-04-08T08:31:31.2113600Z ---> 9f47b4210e0c
2020-04-08T08:31:31.2113917Z Step 11/61 : ARG PROGET_PACKAGE_USER
2020-04-08T08:31:31.2114807Z ---> Using cache
2020-04-08T08:31:31.2115638Z ---> 5c9da33d3773
2020-04-08T08:31:31.2116311Z Step 12/61 : ARG SONAR_ORGANISATION
2020-04-08T08:31:31.2117245Z ---> Using cache
2020-04-08T08:31:31.2126503Z ---> efbc460b295b
2020-04-08T08:31:31.2130236Z Step 13/61 : ARG SONAR_URL
2020-04-08T08:31:31.2131889Z ---> Using cache
2020-04-08T08:31:31.2133943Z ---> a008ed6d7ef5
2020-04-08T08:31:31.2134530Z Step 14/61 : ARG SONAR_TOKEN
2020-04-08T08:31:31.2135336Z ---> Using cache
2020-04-08T08:31:31.2136079Z ---> 489de491b560
2020-04-08T08:31:31.2138564Z Step 15/61 : ARG NUGET_FEED="{ 'endpointCredentials': [ { 'endpoint': 'https://pkgs.dev.azure.com/sortedproapp/_packaging/SortedPROPackages/nuget/v3/index.json', 'username': 'optional', 'password': '${AZDO_PKG_PAT}' }, { 'endpoint': 'http://sortednuget.westeurope.cloudapp.azure.com:8624/nuget/SortedPROPackages', 'username': '${PROGET_PACKAGE_USER}', 'password': '${PROGET_PACKAGE_PW} ' } ] }"
2020-04-08T08:31:31.2139674Z ---> Using cache
2020-04-08T08:31:31.2139967Z ---> dd063cdbd349
2020-04-08T08:31:31.2140204Z Step 16/61 : ENV VSS_NUGET_EXTERNAL_FEED_ENDPOINTS=${NUGET_FEED}
2020-04-08T08:31:31.2140751Z ---> Using cache
2020-04-08T08:31:31.2141601Z ---> 477c7473ddd8
2020-04-08T08:31:31.2142613Z Step 17/61 : ENV SONAR_ORGANISATION=${SONAR_ORGANISATION}
2020-04-08T08:31:31.2143461Z ---> Using cache
2020-04-08T08:31:31.2144325Z ---> 550e5cb08a24
2020-04-08T08:31:31.2144974Z Step 18/61 : ENV SONAR_URL=${SONAR_URL}
2020-04-08T08:31:31.2148099Z ---> Using cache
2020-04-08T08:31:31.2148674Z ---> d04a6a015d29
2020-04-08T08:31:31.2149206Z Step 19/61 : ENV SONAR_TOKEN=${SONAR_TOKEN}
2020-04-08T08:31:31.2153451Z ---> Using cache
2020-04-08T08:31:31.2154023Z ---> c5eb54a6de2e
2020-04-08T08:31:31.2154652Z Step 20/61 : ENV BRANCH=${BRANCH:-"refs/heads/master"}
2020-04-08T08:31:31.2159054Z ---> Using cache
2020-04-08T08:31:31.2159607Z ---> a9631d76d8bd
2020-04-08T08:31:31.2160104Z Step 21/61 : ENV PULL_REQUEST_ID=${PULL_REQUEST_ID}
2020-04-08T08:31:31.2168804Z ---> Using cache
2020-04-08T08:31:31.2169196Z ---> 639a33f1ce6e
2020-04-08T08:31:31.2169552Z Step 22/61 : ENV PULL_REQUEST_BRANCH=${BRANCH}
2020-04-08T08:31:31.2179794Z ---> Using cache
2020-04-08T08:31:31.2180384Z ---> 6cd2796c7798
2020-04-08T08:31:31.2181045Z Step 23/61 : ENV PULL_REQUEST_TARGET_BRANCH=${PULL_REQUEST_TARGET_BRANCH}
2020-04-08T08:31:31.2185079Z ---> Using cache
2020-04-08T08:31:31.2185544Z ---> fbf82f779fe6
2020-04-08T08:31:31.2185857Z Step 24/61 : ENV COLLECTION_URI=${COLLECTION_URI}
2020-04-08T08:31:31.2191060Z ---> Using cache
2020-04-08T08:31:31.2191637Z ---> c4b423f152ec
2020-04-08T08:31:31.2192104Z Step 25/61 : ENV PROJECT=${PROJECT}
2020-04-08T08:31:31.2196634Z ---> Using cache
2020-04-08T08:31:31.2197107Z ---> 5bdb140fba52
2020-04-08T08:31:31.2197331Z Step 26/61 : ENV REPOSITORY=${REPOSITORY}
2020-04-08T08:31:31.2207098Z ---> Using cache
2020-04-08T08:31:31.2209262Z ---> 63f30bf7210c
2020-04-08T08:31:31.2209520Z Step 27/61 : COPY ./startsonar.sh ./
2020-04-08T08:31:31.2214953Z ---> Using cache
2020-04-08T08:31:31.2215475Z ---> effd785d67c7
2020-04-08T08:31:31.2220570Z Step 28/61 : COPY ./Sorted.Carrier.Lineten.sln ./
2020-04-08T08:31:31.2231608Z ---> Using cache
2020-04-08T08:31:31.2232244Z ---> 4d51d9b6bf36
2020-04-08T08:31:31.2232704Z Step 29/61 : COPY ./nuget.config ./
2020-04-08T08:31:31.2243281Z ---> Using cache
2020-04-08T08:31:31.2243851Z ---> 056e48ea28d2
2020-04-08T08:31:31.2244180Z Step 30/61 : COPY ./.git/ ./
2020-04-08T08:31:33.8508245Z ---> 8e3a2adf09ea
2020-04-08T08:31:33.8509191Z Step 31/61 : COPY ./src/Sorted.Carrier.Lineten/*.csproj ./src/Sorted.Carrier.Lineten/
2020-04-08T08:31:36.1384955Z ---> 6d354d4301ea
2020-04-08T08:31:36.1385733Z Step 32/61 : COPY ./src/Sorted.Carrier.Lineten.Application/*.csproj ./src/Sorted.Carrier.Lineten.Application/
2020-04-08T08:31:38.0577386Z ---> 3df449d4f531
2020-04-08T08:31:38.0578140Z Step 33/61 : COPY ./src/Sorted.Carrier.Lineten.DataAccess/*.csproj ./src/Sorted.Carrier.Lineten.DataAccess/
2020-04-08T08:31:40.0117003Z ---> c1e640fbb2f5
2020-04-08T08:31:40.0117777Z Step 34/61 : COPY ./src/Sorted.Carrier.Lineten.DataAccess.EFCore/*.csproj ./src/Sorted.Carrier.Lineten.DataAccess.EFCore/
2020-04-08T08:31:41.9717210Z ---> 4eec470a1810
2020-04-08T08:31:41.9717877Z Step 35/61 : COPY ./src/Sorted.Carrier.Lineten.Domain/*.csproj ./src/Sorted.Carrier.Lineten.Domain/
2020-04-08T08:31:43.9638771Z ---> 7629bbeeea38
2020-04-08T08:31:43.9639450Z Step 36/61 : COPY ./test/Sorted.Carrier.Lineten.Application.Tests/*.csproj ./test/Sorted.Carrier.Lineten.Application.Tests/
2020-04-08T08:31:45.8693478Z ---> a26748b0037a
2020-04-08T08:31:45.8694236Z Step 37/61 : COPY ./test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/*.csproj ./test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/
2020-04-08T08:31:47.8395932Z ---> 2ff146944ce9
2020-04-08T08:31:47.8396480Z Step 38/61 : COPY ./test/Sorted.Carrier.Lineten.Domain.Tests/*.csproj ./test/Sorted.Carrier.Lineten.Domain.Tests/
2020-04-08T08:31:49.7036990Z ---> 9ce9a8f055b4
2020-04-08T08:31:49.7037685Z Step 39/61 : COPY ./test/Sorted.Carrier.Lineten.IntegrationTests/*.csproj ./test/Sorted.Carrier.Lineten.IntegrationTests/
2020-04-08T08:31:51.7231064Z ---> 9c2d9f1fab4d
2020-04-08T08:31:51.7231506Z Step 40/61 : COPY ./test/Sorted.Carrier.Lineten.Tests/*.csproj ./test/Sorted.Carrier.Lineten.Tests/
2020-04-08T08:31:53.5660460Z ---> 9966cb45188a
2020-04-08T08:31:53.5661245Z Step 41/61 : COPY ./test/Sorted.Carrier.Lineten.Tests.Common/*.csproj ./test/Sorted.Carrier.Lineten.Tests.Common/
2020-04-08T08:31:55.5249342Z ---> 1d8de8dd261a
2020-04-08T08:31:55.5250126Z Step 42/61 : COPY ./test/Sorted.Carrier.Lineten.EndToEndTests/*.csproj ./test/Sorted.Carrier.Lineten.EndToEndTests/
2020-04-08T08:31:57.5355085Z ---> 838d5a05ce96
2020-04-08T08:31:57.5355489Z Step 43/61 : RUN dotnet restore
2020-04-08T08:31:57.6879576Z ---> Running in b8480cb52efb
2020-04-08T08:32:01.5174409Z Restore completed in 1.74 sec for /app/src/Sorted.Carrier.Lineten.Domain/Sorted.Carrier.Lineten.Domain.csproj.
2020-04-08T08:32:01.5175460Z Restore completed in 1.74 sec for /app/src/Sorted.Carrier.Lineten.DataAccess/Sorted.Carrier.Lineten.DataAccess.csproj.
2020-04-08T08:32:01.8133664Z Restore completed in 1.85 sec for /app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Sorted.Carrier.Lineten.DataAccess.EFCore.csproj.
2020-04-08T08:32:01.8138781Z Restore completed in 2 sec for /app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj.
2020-04-08T08:32:02.9323053Z Restore completed in 1.12 sec for /app/test/Sorted.Carrier.Lineten.Domain.Tests/Sorted.Carrier.Lineten.Domain.Tests.csproj.
2020-04-08T08:32:03.1358307Z Restore completed in 1.48 sec for /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.csproj.
2020-04-08T08:32:03.2208787Z Restore completed in 1.68 sec for /app/test/Sorted.Carrier.Lineten.Application.Tests/Sorted.Carrier.Lineten.Application.Tests.csproj.
2020-04-08T08:32:03.2272611Z Restore completed in 3.97 ms for /app/test/Sorted.Carrier.Lineten.Tests.Common/Sorted.Carrier.Lineten.Tests.Common.csproj.
2020-04-08T08:32:03.8215543Z Restore completed in 880 ms for /app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj.
2020-04-08T08:32:04.5387915Z /app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved. [/app/Sorted.Carrier.Lineten.sln]
2020-04-08T08:32:04.5395745Z /app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved. [/app/Sorted.Carrier.Lineten.sln]
2020-04-08T08:32:04.5397628Z /app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved. [/app/Sorted.Carrier.Lineten.sln]
2020-04-08T08:32:04.5412467Z Restore completed in 1.38 sec for /app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj.
2020-04-08T08:32:04.6007968Z Restore completed in 3.05 sec for /app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj.
2020-04-08T08:32:04.6254848Z Restore completed in 1.37 sec for /app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj.
2020-04-08T08:32:23.4161074Z Removing intermediate container b8480cb52efb
2020-04-08T08:32:23.4162588Z ---> 645a669f32bb
2020-04-08T08:32:23.4166516Z Step 44/61 : FROM packages as build
2020-04-08T08:32:23.4170566Z ---> 645a669f32bb
2020-04-08T08:32:23.4170929Z Step 45/61 : COPY ./ ./
2020-04-08T08:32:27.9807786Z ---> a13ba582a57a
2020-04-08T08:32:27.9808623Z Step 46/61 : SHELL ["/bin/bash", "-c"]
2020-04-08T08:32:28.1951718Z ---> Running in f35c575dd28c
2020-04-08T08:32:30.3230345Z Removing intermediate container f35c575dd28c
2020-04-08T08:32:30.3232062Z ---> 1e29a9485ff2
2020-04-08T08:32:30.3232781Z Step 47/61 : ENV BUILD_VERSION=${BUILD_VERSION}
2020-04-08T08:32:30.4937437Z ---> Running in 02e1a101d419
2020-04-08T08:32:32.8322446Z Removing intermediate container 02e1a101d419
2020-04-08T08:32:32.8324454Z ---> 752eef0130bd
2020-04-08T08:32:32.8324900Z Step 48/61 : RUN chmod +x ./startsonar.sh
2020-04-08T08:32:33.0018968Z ---> Running in a5cc898c53c4
2020-04-08T08:32:35.9211098Z Removing intermediate container a5cc898c53c4
2020-04-08T08:32:35.9212275Z ---> a5ccf0fe74c5
2020-04-08T08:32:35.9212504Z Step 49/61 : RUN ./startsonar.sh
2020-04-08T08:32:36.0911535Z ---> Running in 4a5ce5215d27
2020-04-08T08:32:36.5167567Z \t\tPR PROCESS. PR ID: 10913 Version: Branch: feature/sonar-3 Collection: https://sortedproapp.visualstudio.com/ Repo: Sorted.Carrier.Lineten Project: SortedPRO
2020-04-08T08:32:36.5987967Z SonarScanner for MSBuild 4.8
2020-04-08T08:32:36.5988970Z Using the .NET Core version of the Scanner for MSBuild
2020-04-08T08:32:36.6623130Z Default properties file was found at /tools/.store/dotnet-sonarscanner/4.8.0/dotnet-sonarscanner/4.8.0/tools/netcoreapp2.1/any/SonarQube.Analysis.xml
2020-04-08T08:32:36.6624230Z Loading analysis properties from /tools/.store/dotnet-sonarscanner/4.8.0/dotnet-sonarscanner/4.8.0/tools/netcoreapp2.1/any/SonarQube.Analysis.xml
2020-04-08T08:32:36.6625221Z sonar.verbose=true was specified - setting the log verbosity to 'Debug'
2020-04-08T08:32:36.6625849Z Pre-processing started.
2020-04-08T08:32:36.6635854Z Preparing working directories...
2020-04-08T08:32:36.6730512Z Using environment variables to determine the download directory...
2020-04-08T08:32:36.6881245Z 08:32:36.687 08:32:36.677 Loading analysis properties from /tools/.store/dotnet-sonarscanner/4.8.0/dotnet-sonarscanner/4.8.0/tools/netcoreapp2.1/any/SonarQube.Analysis.xml
2020-04-08T08:32:36.6883073Z 08:32:36.687 08:32:36.687 sonar.verbose=true was specified - setting the log verbosity to 'Debug'
2020-04-08T08:32:36.6907937Z 08:32:36.69 Updating build integration targets...
2020-04-08T08:32:36.6974996Z 08:32:36.696 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/4.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6976100Z 08:32:36.697 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/10.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6979219Z 08:32:36.697 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/11.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6982325Z 08:32:36.697 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/12.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6986032Z 08:32:36.698 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/14.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6986861Z 08:32:36.698 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6987860Z 08:32:36.698 Installed SonarQube.Integration.ImportBefore.targets to /root/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6992122Z 08:32:36.698 Installed SonarQube.Integration.ImportBefore.targets to /root/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.6994368Z 08:32:36.699 Installed SonarQube.Integration.ImportBefore.targets to /root/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore
2020-04-08T08:32:36.7004985Z 08:32:36.7 Installed SonarQube.Integration.targets to /app/.sonarqube/bin/targets
2020-04-08T08:32:36.7023327Z 08:32:36.701 Creating config and output folders...
2020-04-08T08:32:36.7035223Z 08:32:36.703 Creating directory: /app/.sonarqube/conf
2020-04-08T08:32:36.7035754Z 08:32:36.703 Creating directory: /app/.sonarqube/out
2020-04-08T08:32:36.7168317Z 08:32:36.716 Fetching analysis configuration settings...
2020-04-08T08:32:36.7197049Z 08:32:36.719 Downloading from https://sonarcloud.io/api/server/version...
2020-04-08T08:32:37.0255729Z 08:32:37.024 Fetching properties for project 'Sorted.Carrier.Lineten' from https://sonarcloud.io/api/settings/values?component=Sorted.Carrier.Lineten...
2020-04-08T08:32:37.0259573Z 08:32:37.025 Downloading from https://sonarcloud.io/api/settings/values?component=Sorted.Carrier.Lineten...
2020-04-08T08:32:37.3540907Z 08:32:37.353 Downloading from https://sonarcloud.io/api/languages/list...
2020-04-08T08:32:37.4937794Z 08:32:37.493 Fetching quality profile for project 'Sorted.Carrier.Lineten' from https://sonarcloud.io/api/qualityprofiles/search?projectKey=Sorted.Carrier.Lineten&organization=sortedpro...
2020-04-08T08:32:37.4944452Z 08:32:37.494 Downloading from https://sonarcloud.io/api/qualityprofiles/search?projectKey=Sorted.Carrier.Lineten&organization=sortedpro...
2020-04-08T08:32:37.6822059Z 08:32:37.681 Fetching active rules for quality profile 'AWar_kc9euQOKZEC-ML6' from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWar_kc9euQOKZEC-ML6&p=1...
2020-04-08T08:32:37.6826792Z 08:32:37.682 Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWar_kc9euQOKZEC-ML6&p=1...
2020-04-08T08:32:37.9801013Z 08:32:37.979 Fetching rules not active in quality profile 'AWar_kc9euQOKZEC-ML6' for language 'cs' from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params&ps=500&activation=false&qprofile=AWar_kc9euQOKZEC-ML6&p=1&languages=cs...
2020-04-08T08:32:37.9806296Z 08:32:37.98 Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params&ps=500&activation=false&qprofile=AWar_kc9euQOKZEC-ML6&p=1&languages=cs...
2020-04-08T08:32:38.1641379Z 08:32:38.163 Local analyzer cache: /tmp/.sonarqube/resources
2020-04-08T08:32:38.1741336Z 08:32:38.173 Writing Roslyn generated ruleset to /app/.sonarqube/conf/SonarQubeRoslyn-cs.ruleset...
2020-04-08T08:32:38.1861870Z 08:32:38.185 Writing Roslyn generated ruleset to /app/.sonarqube/conf/SonarQubeRoslyn-cs-test.ruleset...
2020-04-08T08:32:38.1893258Z 08:32:38.188 Provisioning analyzer assemblies for cs...
2020-04-08T08:32:38.1903779Z 08:32:38.19 Installing required Roslyn analyzers...
2020-04-08T08:32:38.1909261Z 08:32:38.19 Processing plugin: csharp version 8.6.0.16497
2020-04-08T08:32:38.2700352Z 08:32:38.269 Cache miss: plugin files were not found in the local cache
2020-04-08T08:32:38.2711753Z 08:32:38.27 Fetching resource for plugin: csharp, version 8.6.0.16497. Resource: SonarAnalyzer-8.6.0.16497.zip
2020-04-08T08:32:38.2721437Z 08:32:38.271 Downloading SonarAnalyzer-8.6.0.16497.zip from https://sonarcloud.io/static/csharp/SonarAnalyzer-8.6.0.16497.zip to /tmp/.sonarqube/resources/0
2020-04-08T08:32:38.2726917Z 08:32:38.272 Downloading file from https://sonarcloud.io/static/csharp/SonarAnalyzer-8.6.0.16497.zip to /tmp/.sonarqube/resources/0/SonarAnalyzer-8.6.0.16497.zip...
2020-04-08T08:32:38.4532584Z 08:32:38.452 Extracting files to /tmp/.sonarqube/resources/0...
2020-04-08T08:32:38.4779305Z 08:32:38.477 Processing plugin: vbnet version 8.6.0.16497
2020-04-08T08:32:38.4975528Z 08:32:38.497 Cache miss: plugin files were not found in the local cache
2020-04-08T08:32:38.4976772Z 08:32:38.497 Fetching resource for plugin: vbnet, version 8.6.0.16497. Resource: SonarAnalyzer-8.6.0.16497.zip
2020-04-08T08:32:38.4977564Z 08:32:38.497 Downloading SonarAnalyzer-8.6.0.16497.zip from https://sonarcloud.io/static/vbnet/SonarAnalyzer-8.6.0.16497.zip to /tmp/.sonarqube/resources/1
2020-04-08T08:32:38.4978390Z 08:32:38.497 Downloading file from https://sonarcloud.io/static/vbnet/SonarAnalyzer-8.6.0.16497.zip to /tmp/.sonarqube/resources/1/SonarAnalyzer-8.6.0.16497.zip...
2020-04-08T08:32:38.6666247Z 08:32:38.666 Extracting files to /tmp/.sonarqube/resources/1...
2020-04-08T08:32:38.6726145Z 08:32:38.672 Processing plugin: securitycsharpfrontend version 8.2.1.1259
2020-04-08T08:32:38.6730236Z 08:32:38.672 Cache miss: plugin files were not found in the local cache
2020-04-08T08:32:38.6731692Z 08:32:38.672 Fetching resource for plugin: securitycsharpfrontend, version 8.2.1.1259. Resource: SonarAnalyzer.Security-8.2.1.1259.zip
2020-04-08T08:32:38.6732697Z 08:32:38.672 Downloading SonarAnalyzer.Security-8.2.1.1259.zip from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security-8.2.1.1259.zip to /tmp/.sonarqube/resources/2
2020-04-08T08:32:38.6733906Z 08:32:38.672 Downloading file from https://sonarcloud.io/static/securitycsharpfrontend/SonarAnalyzer.Security-8.2.1.1259.zip to /tmp/.sonarqube/resources/2/SonarAnalyzer.Security-8.2.1.1259.zip...
2020-04-08T08:32:38.8357393Z 08:32:38.835 Extracting files to /tmp/.sonarqube/resources/2...
2020-04-08T08:32:38.8459068Z 08:32:38.845 Writing Roslyn analyzer additional file to /app/.sonarqube/conf/cs/SonarLint.xml...
2020-04-08T08:32:38.8466585Z 08:32:38.846 Fetching quality profile for project 'Sorted.Carrier.Lineten' from https://sonarcloud.io/api/qualityprofiles/search?projectKey=Sorted.Carrier.Lineten&organization=sortedpro...
2020-04-08T08:32:38.8467317Z 08:32:38.846 Downloading from https://sonarcloud.io/api/qualityprofiles/search?projectKey=Sorted.Carrier.Lineten&organization=sortedpro...
2020-04-08T08:32:39.0179917Z 08:32:39.017 Fetching active rules for quality profile 'AWar_kc9euQOKZEC-ML-' from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWar_kc9euQOKZEC-ML-&p=1...
2020-04-08T08:32:39.0181085Z 08:32:39.017 Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params,actives&ps=500&activation=true&qprofile=AWar_kc9euQOKZEC-ML-&p=1...
2020-04-08T08:32:39.1860264Z 08:32:39.185 Fetching rules not active in quality profile 'AWar_kc9euQOKZEC-ML-' for language 'vbnet' from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params&ps=500&activation=false&qprofile=AWar_kc9euQOKZEC-ML-&p=1&languages=vbnet...
2020-04-08T08:32:39.1861556Z 08:32:39.185 Downloading from https://sonarcloud.io/api/rules/search?f=repo,name,severity,lang,internalKey,templateKey,params&ps=500&activation=false&qprofile=AWar_kc9euQOKZEC-ML-&p=1&languages=vbnet...
2020-04-08T08:32:39.3406474Z 08:32:39.34 Local analyzer cache: /tmp/.sonarqube/resources
2020-04-08T08:32:39.3411008Z 08:32:39.34 Writing Roslyn generated ruleset to /app/.sonarqube/conf/SonarQubeRoslyn-vbnet.ruleset...
2020-04-08T08:32:39.3417262Z 08:32:39.341 Writing Roslyn generated ruleset to /app/.sonarqube/conf/SonarQubeRoslyn-vbnet-test.ruleset...
2020-04-08T08:32:39.3419972Z 08:32:39.341 Provisioning analyzer assemblies for vbnet...
2020-04-08T08:32:39.3421092Z 08:32:39.341 Installing required Roslyn analyzers...
2020-04-08T08:32:39.3421445Z 08:32:39.341 Processing plugin: csharp version 8.6.0.16497
2020-04-08T08:32:39.3425633Z 08:32:39.342 Cache hit: using plugin files from /tmp/.sonarqube/resources/0
2020-04-08T08:32:39.3426818Z 08:32:39.342 Processing plugin: vbnet version 8.6.0.16497
2020-04-08T08:32:39.3428935Z 08:32:39.342 Cache hit: using plugin files from /tmp/.sonarqube/resources/1
2020-04-08T08:32:39.3435327Z 08:32:39.343 Writing Roslyn analyzer additional file to /app/.sonarqube/conf/vbnet/SonarLint.xml...
2020-04-08T08:32:39.3648051Z 08:32:39.364 Pre-processing succeeded.
2020-04-08T08:32:42.3045567Z Removing intermediate container 4a5ce5215d27
2020-04-08T08:32:42.3046790Z ---> 2546acc12219
2020-04-08T08:32:42.3047193Z Step 50/61 : SHELL ["/bin/sh", "-c"]
2020-04-08T08:32:42.5813952Z ---> Running in c89a5f4d3c13
2020-04-08T08:32:44.7317400Z Removing intermediate container c89a5f4d3c13
2020-04-08T08:32:44.7318578Z ---> 4d3bbc830a3a
2020-04-08T08:32:44.7318963Z Step 51/61 : RUN dotnet build --no-restore .
2020-04-08T08:32:44.8846266Z ---> Running in de5e0ac13581
2020-04-08T08:32:45.6136427Z Microsoft (R) Build Engine version 16.0.450+ga8dc7f1d34 for .NET Core
2020-04-08T08:32:45.6138119Z Copyright (C) Microsoft Corporation. All rights reserved.
2020-04-08T08:32:45.6138710Z
2020-04-08T08:32:46.6988766Z /app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:47.3913678Z /app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:47.4462735Z /usr/share/dotnet/sdk/2.2.207/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(153,5): warning NETSDK1071: A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.2.0`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs [/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj]
2020-04-08T08:32:47.5797410Z /app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:50.0463488Z Sorted.Carrier.Lineten.Domain -> /app/src/Sorted.Carrier.Lineten.Domain/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Domain.dll
2020-04-08T08:32:50.0566567Z Tests/JsonSchemaExtension.cs(31,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj]
2020-04-08T08:32:50.0568585Z Services/NDSAuthenticationClient.cs(14,40): warning CS0169: The field 'NDSAuthenticationClient._serviceClient' is never used [/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj]
2020-04-08T08:32:50.1010927Z Sonar: (Sorted.Carrier.Lineten.Domain.csproj) Project processed successfully
2020-04-08T08:32:50.2876141Z Sorted.Carrier.Lineten.EndToEndTests -> /app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll
2020-04-08T08:32:50.3885877Z Sonar: (Sorted.Carrier.Lineten.EndToEndTests.csproj) Project processed successfully
2020-04-08T08:32:50.5607386Z Sorted.Carrier.Lineten.DataAccess -> /app/src/Sorted.Carrier.Lineten.DataAccess/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.DataAccess.dll
2020-04-08T08:32:50.5704499Z Sonar: (Sorted.Carrier.Lineten.DataAccess.csproj) Project processed successfully
2020-04-08T08:32:50.7861835Z Sorted.Carrier.Lineten.Tests.Common -> /app/test/Sorted.Carrier.Lineten.Tests.Common/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Tests.Common.dll
2020-04-08T08:32:50.9033150Z Sonar: (Sorted.Carrier.Lineten.Tests.Common.csproj) Project processed successfully
2020-04-08T08:32:53.1180268Z Storage/FileNameGenerator.cs(9,50): warning S1135: Complete the task associated to this 'TODO' comment. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1183294Z Configuration/CarrierAccountConfigurationNotFoundException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1186516Z Allocation/ShipmentExistsException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1189823Z Manifesting/ManifestResultPublisher.cs(3,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1195795Z Manifesting/ShipmentsManifestor/IManifestShipmentsResponse.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1198958Z RestClientException.cs(6,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1207254Z Booking/BookingException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1209830Z Manifesting/ShipmentsManifestor/ManifestShipmentsRequest.cs(19,64): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1213228Z RestClient.cs(26,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1218077Z RestClient.cs(48,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1221324Z RestClient.cs(70,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1224759Z RestClient.cs(92,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1227859Z RestClient.cs(114,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1232815Z RestClient.cs(136,27): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:53.1589561Z Sorted.Carrier.Lineten.Application -> /app/src/Sorted.Carrier.Lineten.Application/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Application.dll
2020-04-08T08:32:53.2060344Z Sonar: (Sorted.Carrier.Lineten.Application.csproj) Project processed successfully
2020-04-08T08:32:53.8484732Z Readers/GetShipmentsByReference.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Sorted.Carrier.Lineten.DataAccess.EFCore.csproj]
2020-04-08T08:32:53.9464288Z Sorted.Carrier.Lineten.DataAccess.EFCore -> /app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.dll
2020-04-08T08:32:53.9543535Z Sonar: (Sorted.Carrier.Lineten.DataAccess.EFCore.csproj) Project processed successfully
2020-04-08T08:32:54.6087754Z Sorted.Carrier.Lineten.Domain.Tests -> /app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll
2020-04-08T08:32:54.6428723Z Sonar: (Sorted.Carrier.Lineten.Domain.Tests.csproj) Project processed successfully
2020-04-08T08:32:54.7705196Z Sorted.Carrier.Lineten.Application.Tests -> /app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll
2020-04-08T08:32:54.7873562Z Sonar: (Sorted.Carrier.Lineten.Application.Tests.csproj) Project processed successfully
2020-04-08T08:32:54.8164998Z Sorted.Carrier.Lineten.DataAccess.EFCore.Tests -> /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll
2020-04-08T08:32:54.8820359Z Sonar: (Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.csproj) Project processed successfully
2020-04-08T08:32:56.7876903Z Configuration/CorrelationConstants.cs(3,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7878615Z Customer/CustomerNotFoundException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7880532Z Controllers/AllocateShipmentController.cs(33,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7882198Z Startup.cs(81,13): warning S4792: Make sure that this logger's configuration is safe. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7883414Z Configuration/StatusCodes.cs(36,103): warning S1172: Remove this parameter 'path', whose value is ignored in the method. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7884299Z Configuration/StatusCodes.cs(36,116): warning S1172: Remove this parameter 'method', whose value is ignored in the method. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:56.7884919Z Program.cs(10,28): warning S4823: Make sure that command line arguments are used safely here. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:57.0254239Z Sorted.Carrier.Lineten -> /app/src/Sorted.Carrier.Lineten/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.dll
2020-04-08T08:32:57.0398999Z Sonar: (Sorted.Carrier.Lineten.csproj) Project processed successfully
2020-04-08T08:32:57.9454653Z Sorted.Carrier.Lineten.Tests -> /app/test/Sorted.Carrier.Lineten.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Tests.dll
2020-04-08T08:32:57.9550550Z Sonar: (Sorted.Carrier.Lineten.Tests.csproj) Project processed successfully
2020-04-08T08:32:58.2630371Z Sorted.Carrier.Lineten.IntegrationTests -> /app/test/Sorted.Carrier.Lineten.IntegrationTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.dll
2020-04-08T08:32:58.2762185Z Sonar: (Sorted.Carrier.Lineten.IntegrationTests.csproj) Project processed successfully
2020-04-08T08:32:58.2932779Z
2020-04-08T08:32:58.2933857Z Build succeeded.
2020-04-08T08:32:58.2936141Z
2020-04-08T08:32:58.2938527Z /app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:58.2940460Z /app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:58.2945334Z /usr/share/dotnet/sdk/2.2.207/Sdks/Microsoft.NET.Sdk/targets/Microsoft.NET.Sdk.DefaultItems.targets(153,5): warning NETSDK1071: A PackageReference to 'Microsoft.AspNetCore.App' specified a Version of `2.2.0`. Specifying the version of this package is not recommended. For more information, see https://aka.ms/sdkimplicitrefs [/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj]
2020-04-08T08:32:58.2948539Z /app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj : warning NU1603: Sorted.Metrics.Datadog 2.0.4 depends on Sorted.Metrics (>= 2.0.3) but Sorted.Metrics 2.0.3 was not found. An approximate best match of Sorted.Metrics 2.0.4 was resolved.
2020-04-08T08:32:58.2952175Z Tests/JsonSchemaExtension.cs(31,35): warning CS1998: This async method lacks 'await' operators and will run synchronously. Consider using the 'await' operator to await non-blocking API calls, or 'await Task.Run(...)' to do CPU-bound work on a background thread. [/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj]
2020-04-08T08:32:58.2954625Z Services/NDSAuthenticationClient.cs(14,40): warning CS0169: The field 'NDSAuthenticationClient._serviceClient' is never used [/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj]
2020-04-08T08:32:58.2956773Z Storage/FileNameGenerator.cs(9,50): warning S1135: Complete the task associated to this 'TODO' comment. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2958803Z Configuration/CarrierAccountConfigurationNotFoundException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2961150Z Allocation/ShipmentExistsException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2963280Z Manifesting/ManifestResultPublisher.cs(3,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2965096Z Manifesting/ShipmentsManifestor/IManifestShipmentsResponse.cs(2,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2967155Z RestClientException.cs(6,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2969451Z Booking/BookingException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2971173Z Manifesting/ShipmentsManifestor/ManifestShipmentsRequest.cs(19,64): warning S3604: Remove the member initializer, all constructors set an initial value for the member. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2972808Z RestClient.cs(26,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2974273Z RestClient.cs(48,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2975832Z RestClient.cs(70,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2977256Z RestClient.cs(92,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2978675Z RestClient.cs(114,38): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2980183Z RestClient.cs(136,27): warning S4457: Split this method into two, one handling parameters check and the other handling the asynchronous code. [/app/src/Sorted.Carrier.Lineten.Application/Sorted.Carrier.Lineten.Application.csproj]
2020-04-08T08:32:58.2982238Z Readers/GetShipmentsByReference.cs(4,1): warning S1128: Remove this unnecessary 'using'. [/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Sorted.Carrier.Lineten.DataAccess.EFCore.csproj]
2020-04-08T08:32:58.2983912Z Configuration/CorrelationConstants.cs(3,18): warning S1118: Add a 'protected' constructor or the 'static' keyword to the class declaration. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2985518Z Customer/CustomerNotFoundException.cs(5,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2987339Z Controllers/AllocateShipmentController.cs(33,18): warning S3925: Update this implementation of 'ISerializable' to conform to the recommended serialization pattern. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2988811Z Startup.cs(81,13): warning S4792: Make sure that this logger's configuration is safe. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2990203Z Configuration/StatusCodes.cs(36,103): warning S1172: Remove this parameter 'path', whose value is ignored in the method. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2991662Z Configuration/StatusCodes.cs(36,116): warning S1172: Remove this parameter 'method', whose value is ignored in the method. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2992952Z Program.cs(10,28): warning S4823: Make sure that command line arguments are used safely here. [/app/src/Sorted.Carrier.Lineten/Sorted.Carrier.Lineten.csproj]
2020-04-08T08:32:58.2993681Z 28 Warning(s)
2020-04-08T08:32:58.2994055Z 0 Error(s)
2020-04-08T08:32:58.2994339Z
2020-04-08T08:32:58.2994755Z Time Elapsed 00:00:12.61
2020-04-08T08:33:01.7341808Z Removing intermediate container de5e0ac13581
2020-04-08T08:33:01.7342978Z ---> 50f9ad8555e4
2020-04-08T08:33:01.7343343Z Step 52/61 : FROM build as test
2020-04-08T08:33:01.7346753Z ---> 50f9ad8555e4
2020-04-08T08:33:01.7347161Z Step 53/61 : LABEL build_version="${BUILD_VERSION}"
2020-04-08T08:33:02.1625254Z ---> Running in 2332f5da9f16
2020-04-08T08:33:04.3408583Z Removing intermediate container 2332f5da9f16
2020-04-08T08:33:04.3409708Z ---> 6992f04cedda
2020-04-08T08:33:04.3409962Z Step 54/61 : LABEL service=sorted.carrier.lineten
2020-04-08T08:33:04.4892664Z ---> Running in 42f8123944fb
2020-04-08T08:33:06.6270908Z Removing intermediate container 42f8123944fb
2020-04-08T08:33:06.6271932Z ---> d1fbffaaef53
2020-04-08T08:33:06.6273169Z Step 55/61 : RUN dotnet test --no-build --results-directory /app/testresults --logger "trx" --filter "FullyQualifiedName!~Sorted.Carrier.Lineten.EndToEndTests" /p:MergeWith="/app/testresults/coverage.json" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=/app/testresults/coverage/ '/p:Exclude="[xunit.*]*"' ; exit 0;
2020-04-08T08:33:06.7683266Z ---> Running in c33095715b67
2020-04-08T08:33:08.3464161Z Test run for /app/test/Sorted.Carrier.Lineten.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Tests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:08.4902530Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:08.4903631Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:08.4904216Z
2020-04-08T08:33:08.5681255Z Starting test execution, please wait...
2020-04-08T08:33:08.6839550Z Test run for /app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:08.6953572Z Test run for /app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:08.8574746Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:08.8575362Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:08.8575621Z
2020-04-08T08:33:08.8808845Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:08.8845145Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:08.8845589Z
2020-04-08T08:33:08.9680987Z Starting test execution, please wait...
2020-04-08T08:33:08.9753338Z Starting test execution, please wait...
2020-04-08T08:33:09.9176426Z Test run for /app/test/Sorted.Carrier.Lineten.IntegrationTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:10.0819398Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:10.0826425Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:10.0826782Z
2020-04-08T08:33:10.1766631Z Starting test execution, please wait...
2020-04-08T08:33:11.5786382Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_11_525.trx
2020-04-08T08:33:11.5788412Z
2020-04-08T08:33:11.5788906Z Total tests: 4. Passed: 4. Failed: 0. Skipped: 0.
2020-04-08T08:33:11.5789259Z Test Run Successful.
2020-04-08T08:33:11.5789581Z Test execution time: 2.5249 Seconds
2020-04-08T08:33:11.8013889Z Test run for /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:12.0146543Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:12.0147266Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:12.0147555Z
2020-04-08T08:33:12.1368838Z Starting test execution, please wait...
2020-04-08T08:33:12.6335524Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_11_871.trx
2020-04-08T08:33:12.6338954Z
2020-04-08T08:33:12.6348824Z Total tests: 66. Passed: 66. Failed: 0. Skipped: 0.
2020-04-08T08:33:12.6358319Z Test Run Successful.
2020-04-08T08:33:12.6368712Z Test execution time: 3.5649 Seconds
2020-04-08T08:33:12.7268055Z Test run for /app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll(.NETCoreApp,Version=v2.2)
2020-04-08T08:33:12.8476590Z Microsoft (R) Test Execution Command Line Tool Version 16.0.1
2020-04-08T08:33:12.8477343Z Copyright (c) Microsoft Corporation. All rights reserved.
2020-04-08T08:33:12.8477637Z
2020-04-08T08:33:12.9106186Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_12_572.trx
2020-04-08T08:33:12.9112205Z
2020-04-08T08:33:12.9120378Z Total tests: 31. Passed: 31. Failed: 0. Skipped: 0.
2020-04-08T08:33:12.9128406Z Test Run Successful.
2020-04-08T08:33:12.9136036Z Test execution time: 4.2504 Seconds
2020-04-08T08:33:12.9267819Z Starting test execution, please wait...
2020-04-08T08:33:14.2755789Z [xUnit.net 00:00:01.21] Sorted.Carrier.Lineten.DataAccess.EFCore.Tests: Exception filtering tests: Incorrect format for TestCaseFilter Error: Invalid Condition 'FullyQualifiedName!~Sorted.Carrier.Lineten.EndToEndTests'. Specify the correct format and try again. Note that the incorrect format can lead to no test getting executed.
2020-04-08T08:33:14.3788682Z No test is available in /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll. Make sure that installed test discoverers & executors, platform & framework version settings are appropriate and try again.
2020-04-08T08:33:14.5237992Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_14_494.trx
2020-04-08T08:33:14.5242790Z
2020-04-08T08:33:14.7087723Z {"Timestamp":"2020-04-08T08:33:14.6891374+00:00","Level":"Warning","MessageTemplate":"No XML encryptor configured. Key {KeyId:B} may be persisted to storage in unencrypted form.","Properties":{"KeyId":"fa160e0b-504f-4f49-a674-2259407b66f2","EventId":{"Id":35},"SourceContext":"Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager"},"Renderings":{"KeyId":[{"Format":"B","Rendering":"{fa160e0b-504f-4f49-a674-2259407b66f2}"}]}}
2020-04-08T08:33:14.7091702Z {"Timestamp":"2020-04-08T08:33:14.6884122+00:00","Level":"Warning","MessageTemplate":"No XML encryptor configured. Key {KeyId:B} may be persisted to storage in unencrypted form.","Properties":{"KeyId":"6e3ab6de-1374-4836-a8c6-bf7e75673fd7","EventId":{"Id":35},"SourceContext":"Microsoft.AspNetCore.DataProtection.KeyManagement.XmlKeyManager"},"Renderings":{"KeyId":[{"Format":"B","Rendering":"{6e3ab6de-1374-4836-a8c6-bf7e75673fd7}"}]}}
2020-04-08T08:33:15.1477754Z No test matches the given testcase filter `FullyQualifiedName!~Sorted.Carrier.Lineten.EndToEndTests` in /app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll
2020-04-08T08:33:15.2579090Z {"Timestamp":"2020-04-08T08:33:15.2570693+00:00","Level":"Information","MessageTemplate":"{ClassName}: Registering {Count} IReceiverClients","Properties":{"ClassName":"MessageListenerBackgroundService","Count":2,"SourceContext":"Sorted.Carrier.Lineten.MessageListenerBackgroundService"}}
2020-04-08T08:33:15.2586677Z {"Timestamp":"2020-04-08T08:33:15.2576564+00:00","Level":"Information","MessageTemplate":"{ClassName}: Registering {Count} IReceiverClients","Properties":{"ClassName":"MessageListenerBackgroundService","Count":2,"SourceContext":"Sorted.Carrier.Lineten.MessageListenerBackgroundService"}}
2020-04-08T08:33:15.2829394Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_15_261.trx
2020-04-08T08:33:15.2829892Z
2020-04-08T08:33:15.2880348Z {"Timestamp":"2020-04-08T08:33:15.2729700+00:00","Level":"Fatal","MessageTemplate":"An error occurred starting the application","Exception":"System.AggregateException: One or more errors occurred. (The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString) ---> System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n --- End of inner exception stack trace ---\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.StartAsync(CancellationToken token)\n---> (Inner Exception #0) System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)<---\n","Properties":{"EventId":{"Id":9},"SourceContext":"Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor"}}
2020-04-08T08:33:15.2895532Z {"Timestamp":"2020-04-08T08:33:15.2764343+00:00","Level":"Fatal","MessageTemplate":"An error occurred starting the application","Exception":"System.AggregateException: One or more errors occurred. (The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString) ---> System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n --- End of inner exception stack trace ---\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.StartAsync(CancellationToken token)\n---> (Inner Exception #0) System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)<---\n","Properties":{"EventId":{"Id":9},"SourceContext":"Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor"}}
2020-04-08T08:33:15.6424969Z {"Timestamp":"2020-04-08T08:33:15.6314787+00:00","Level":"Information","MessageTemplate":"{ClassName}: Registering {Count} IReceiverClients","Properties":{"ClassName":"MessageListenerBackgroundService","Count":2,"SourceContext":"Sorted.Carrier.Lineten.MessageListenerBackgroundService"}}
2020-04-08T08:33:15.6441400Z {"Timestamp":"2020-04-08T08:33:15.6421963+00:00","Level":"Fatal","MessageTemplate":"An error occurred starting the application","Exception":"System.AggregateException: One or more errors occurred. (The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString) ---> System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n --- End of inner exception stack trace ---\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.StartAsync(CancellationToken token)\n---> (Inner Exception #0) System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)<---\n","Properties":{"EventId":{"Id":9},"SourceContext":"Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor"}}
2020-04-08T08:33:15.7668059Z {"Timestamp":"2020-04-08T08:33:15.7630217+00:00","Level":"Information","MessageTemplate":"{AuthenticationScheme} was not authenticated. Failure message: {FailureMessage}","Properties":{"AuthenticationScheme":"jwt","FailureMessage":"No identities found","EventId":{"Id":7},"SourceContext":"Sorted.Auth.AspNetCore.AuthStrategyHandler","ActionId":"ab294f53-4f59-4ec7-96ba-8f006face6cf","ActionName":"Sorted.Carrier.Lineten.Controllers.AllocateShipmentController.AllocateShipment (Sorted.Carrier.Lineten)","RequestId":"0HLURITTN7CNM","RequestPath":"/allocate/sp_12345678912345678912346579800012","CorrelationId":null}}
2020-04-08T08:33:15.7868533Z {"Timestamp":"2020-04-08T08:33:15.7860143+00:00","Level":"Information","MessageTemplate":"AuthenticationScheme: {AuthenticationScheme} was challenged.","Properties":{"AuthenticationScheme":"jwt","EventId":{"Id":12},"SourceContext":"Sorted.Auth.AspNetCore.AuthStrategyHandler","ActionId":"ab294f53-4f59-4ec7-96ba-8f006face6cf","ActionName":"Sorted.Carrier.Lineten.Controllers.AllocateShipmentController.AllocateShipment (Sorted.Carrier.Lineten)","RequestId":"0HLURITTN7CNM","RequestPath":"/allocate/sp_12345678912345678912346579800012","CorrelationId":null}}
2020-04-08T08:33:15.8227021Z {"Timestamp":"2020-04-08T08:33:15.8220860+00:00","Level":"Information","MessageTemplate":"{ClassName}: Registering {Count} IReceiverClients","Properties":{"ClassName":"MessageListenerBackgroundService","Count":2,"SourceContext":"Sorted.Carrier.Lineten.MessageListenerBackgroundService"}}
2020-04-08T08:33:15.8251719Z {"Timestamp":"2020-04-08T08:33:15.8224535+00:00","Level":"Fatal","MessageTemplate":"An error occurred starting the application","Exception":"System.AggregateException: One or more errors occurred. (The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString) ---> System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n --- End of inner exception stack trace ---\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.StartAsync(CancellationToken token)\n---> (Inner Exception #0) System.ArgumentException: The argument namespaceConnectionString is null or white space.\nParameter name: namespaceConnectionString\n at Microsoft.Azure.ServiceBus.ServiceBusConnection..ctor(String namespaceConnectionString, RetryPolicy retryPolicy)\n at Sorted.Messaging.Azure.SubscriptionClientFactory.GetClient(String topicName, String subscriptionName, ReceiveMode receiveMode, IDictionary`2 customRules)\n at Sorted.Messaging.Azure.ReceiverClient`1.RegisterProcessor()\n at Sorted.Carrier.Lineten.MessageListenerBackgroundService.ExecuteAsync(CancellationToken stoppingToken) in /app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs:line 29\n at Microsoft.Extensions.Hosting.BackgroundService.StartAsync(CancellationToken cancellationToken)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.<>c__DisplayClass3_0.<StartAsync>b__0(IHostedService service)\n at Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor.ExecuteAsync(Func`2 callback)<---\n","Properties":{"EventId":{"Id":9},"SourceContext":"Microsoft.AspNetCore.Hosting.Internal.HostedServiceExecutor"}}
2020-04-08T08:33:16.8958070Z {"Timestamp":"2020-04-08T08:33:16.8888505+00:00","Level":"Error","MessageTemplate":"Validation failed: \n -- Shipment.Reference: The property reference is required","Exception":"FluentValidation.ValidationException: Validation failed: \n -- Shipment.Reference: The property reference is required\n at FluentValidation.DefaultValidatorExtensions.ValidateAndThrowAsync[T](IValidator`1 validator, T instance, String ruleSet, CancellationToken cancellationToken) in /home/jskinner/code/FluentValidation/src/FluentValidation/DefaultValidatorExtensions.cs:line 962\n at Sorted.Carrier.Lineten.Application.Allocation.AllocateShipmentCommand.ExecuteInternal(AllocateShipmentRequest request) in /app/src/Sorted.Carrier.Lineten.Application/Allocation/AllocateShipmentCommand.cs:line 47\n at Sorted.Carrier.Lineten.Controllers.AllocateShipmentController.AllocateShipment(AllocateShipmentRequest request) in /app/src/Sorted.Carrier.Lineten/Controllers/AllocateShipmentController.cs:line 27\n at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mapper, ObjectMethodExecutor executor, Object controller, Object[] arguments)\n at System.Threading.Tasks.ValueTask`1.get_Result()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeActionMethodAsync()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeNextActionFilterAsync()\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Rethrow(ActionExecutedContext context)\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\n at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvoker.InvokeInnerFilterAsync()\n at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeNextResourceFilter()\n at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Rethrow(ResourceExecutedContext context)\n at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.Next(State& next, Scope& scope, Object& state, Boolean& isCompleted)\n at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeFilterPipelineAsync()\n at Microsoft.AspNetCore.Mvc.Internal.ResourceInvoker.InvokeAsync()\n at Microsoft.AspNetCore.Routing.EndpointMiddleware.Invoke(HttpContext httpContext)\n at Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware.Invoke(HttpContext context)\n at Microsoft.AspNetCore.Builder.Extensions.MapWhenMiddleware.Invoke(HttpContext context)\n at Sorted.Carrier.Lineten.Middleware.ResponseLoggingMiddleware.Invoke(HttpContext context, ILogger`1 logger) in /app/src/Sorted.Carrier.Lineten/Middleware/ResponseLoggingMiddleware.cs:line 28\n at Sorted.Carrier.Lineten.Middleware.RequestLoggingMiddleware.Invoke(HttpContext context, ILogger`1 logger) in /app/src/Sorted.Carrier.Lineten/Middleware/RequestLoggingMiddleware.cs:line 39\n at Sorted.Correlation.AspNetCore.CorrelationMiddleware.Invoke(HttpContext httpContext, ICorrelationContextAccessor correlationContextAccessor, ICorrelationContextProvider correlationContextProvider)\n at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)\n at Swashbuckle.AspNetCore.SwaggerUI.SwaggerUIMiddleware.Invoke(HttpContext httpContext)\n at Swashbuckle.AspNetCore.Swagger.SwaggerMiddleware.Invoke(HttpContext httpContext, ISwaggerProvider swaggerProvider)\n at Microsoft.AspNetCore.StaticFiles.StaticFileMiddleware.Invoke(HttpContext context)\n at Sorted.Carrier.Lineten.Middleware.RequestDurationMiddleware.Invoke(HttpContext context) in /app/src/Sorted.Carrier.Lineten/Middleware/RequestDurationMiddleware.cs:line 25\n at Microsoft.AspNetCore.Routing.EndpointRoutingMiddleware.Invoke(HttpContext httpContext)\n at Sorted.Carrier.Lineten.Middleware.ErrorHandlingMiddleware.Invoke(HttpContext context, ICorrelationContextAccessor correlationContextAccessor, ILogger`1 logger) in /app/src/Sorted.Carrier.Lineten/Middleware/ErrorHandlingMiddleware.cs:line 30","Properties":{"SourceContext":"Sorted.Carrier.Lineten.Middleware.ErrorHandlingMiddleware","RequestId":"0HLURITTN7CNV","RequestPath":"/allocate/SHIPMENT_00001","CorrelationId":null}}
2020-04-08T08:33:17.0155502Z Results File: /app/testresults/_c33095715b67_2020-04-08_08_33_15_259.trx
2020-04-08T08:33:17.0156033Z
2020-04-08T08:33:17.0156252Z Total tests: 27. Passed: 27. Failed: 0. Skipped: 0.
2020-04-08T08:33:17.0156494Z Test Run Successful.
2020-04-08T08:33:17.0156702Z Test execution time: 6.7764 Seconds
2020-04-08T08:33:17.0306280Z
2020-04-08T08:33:17.0306796Z Calculating coverage result...
2020-04-08T08:33:17.1252359Z Generating report '/app/testresults/coverage/coverage.opencover.xml'
2020-04-08T08:33:17.1973540Z
2020-04-08T08:33:17.2058212Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2058871Z | Module | Line | Branch | Method |
2020-04-08T08:33:17.2059623Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2060112Z | Sorted.Carrier.Lineten.Tests.Common | 66.27% | 100% | 58.33% |
2020-04-08T08:33:17.2060885Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2061439Z | Sorted.Carrier.Lineten.Application | 72.97% | 49.66% | 73.54% |
2020-04-08T08:33:17.2062186Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2062605Z | Sorted.Carrier.Lineten.DataAccess.EFCore | 8.15% | 14.28% | 54.54% |
2020-04-08T08:33:17.2063072Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2063391Z | Sorted.Carrier.Lineten | 83.08% | 60.14% | 80.68% |
2020-04-08T08:33:17.2063842Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2064159Z | Sorted.Carrier.Lineten.Domain | 93.25% | 58.33% | 100% |
2020-04-08T08:33:17.2064820Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2065128Z | Sorted.Carrier.Lineten.DataAccess | 95.55% | 100% | 88.88% |
2020-04-08T08:33:17.2065580Z +------------------------------------------+--------+--------+--------+
2020-04-08T08:33:17.2065764Z
2020-04-08T08:33:17.2066095Z +---------+--------+--------+--------+
2020-04-08T08:33:17.2066331Z | | Line | Branch | Method |
2020-04-08T08:33:17.2066669Z +---------+--------+--------+--------+
2020-04-08T08:33:17.2066900Z | Total | 57.31% | 48.8% | 76.99% |
2020-04-08T08:33:17.2067246Z +---------+--------+--------+--------+
2020-04-08T08:33:17.2067461Z | Average | 69.87% | 63.73% | 75.99% |
2020-04-08T08:33:17.2067890Z +---------+--------+--------+--------+
2020-04-08T08:33:17.2068044Z
2020-04-08T08:33:19.8538288Z Removing intermediate container c33095715b67
2020-04-08T08:33:19.8539722Z ---> b181c6e1782b
2020-04-08T08:33:19.8540417Z Step 56/61 : RUN /tools/reportgenerator "-reports:/app/testresults/coverage/*.xml" "-targetdir:/app/testresults/coverage/report" "-reportTypes:Cobertura;HtmlInline_AzurePipelines"; exit 0;
2020-04-08T08:33:20.0656596Z ---> Running in 55176cae1231
2020-04-08T08:33:20.5902792Z 2020-04-08T08:33:20: Arguments
2020-04-08T08:33:20.5903548Z 2020-04-08T08:33:20: -reports:/app/testresults/coverage/*.xml
2020-04-08T08:33:20.5904276Z 2020-04-08T08:33:20: -targetdir:/app/testresults/coverage/report
2020-04-08T08:33:20.5904771Z 2020-04-08T08:33:20: -reportTypes:Cobertura;HtmlInline_AzurePipelines
2020-04-08T08:33:20.7359003Z 2020-04-08T08:33:20: Executable: /tools/.store/dotnet-reportgenerator-globaltool/4.5.0/dotnet-reportgenerator-globaltool/4.5.0/tools/netcoreapp2.1/any/ReportGenerator.Core.dll
2020-04-08T08:33:20.7360278Z 2020-04-08T08:33:20: Working directory: /app
2020-04-08T08:33:20.7563680Z 2020-04-08T08:33:20: Loading report '/app/testresults/coverage/coverage.opencover.xml' 1/1 in memory
2020-04-08T08:33:20.8860101Z 2020-04-08T08:33:20: Starting merging result 1
2020-04-08T08:33:20.8878510Z 2020-04-08T08:33:20: Finished merging result 1
2020-04-08T08:33:20.9393520Z 2020-04-08T08:33:20: Finished parsing '/app/testresults/coverage/coverage.opencover.xml' 1/1
2020-04-08T08:33:20.9394101Z 2020-04-08T08:33:20: Parsing of 1 files completed
2020-04-08T08:33:20.9546283Z 2020-04-08T08:33:20: Initializing report builders for report types: Cobertura, HtmlInline_AzurePipelines
2020-04-08T08:33:20.9578538Z 2020-04-08T08:33:20: Analyzing 104 classes
2020-04-08T08:33:21.1591583Z 2020-04-08T08:33:21: Writing report file '/app/testresults/coverage/report/Cobertura.xml'
2020-04-08T08:33:21.1710040Z 2020-04-08T08:33:21: Writing report file '/app/testresults/coverage/report/index.htm'
2020-04-08T08:33:21.2250607Z 2020-04-08T08:33:21: Report generation took 0.5 seconds
2020-04-08T08:33:24.2357246Z Removing intermediate container 55176cae1231
2020-04-08T08:33:24.2358571Z ---> 5b9fb05d1b84
2020-04-08T08:33:24.2366099Z Step 57/61 : RUN /tools/dotnet-sonarscanner end /d:sonar.login="${SONAR_TOKEN}"; exit 0;
2020-04-08T08:33:24.7208636Z ---> Running in 10e4dffa9807
2020-04-08T08:33:25.2793764Z SonarScanner for MSBuild 4.8
2020-04-08T08:33:25.2794121Z Using the .NET Core version of the Scanner for MSBuild
2020-04-08T08:33:25.3401448Z Post-processing started.
2020-04-08T08:33:25.3868205Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/4.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3868927Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/10.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3869584Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/11.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3870189Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/12.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3871432Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/14.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3874096Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3875103Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/.local/share/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3876353Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/Microsoft/MSBuild/15.0/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3877530Z 08:33:25.386 08:33:25.381 Uninstalling target: /root/Microsoft/MSBuild/Current/Microsoft.Common.targets/ImportBefore\SonarQube.Integration.ImportBefore.targets
2020-04-08T08:33:25.3878792Z 08:33:25.386 08:33:25.386 sonar.verbose=true was specified - setting the log verbosity to 'Debug'
2020-04-08T08:33:25.3879387Z 08:33:25.387 Loading the SonarQube analysis config from /app/.sonarqube/conf/SonarQubeAnalysisConfig.xml
2020-04-08T08:33:25.3879830Z 08:33:25.387 Not running under TeamBuild
2020-04-08T08:33:25.3880298Z 08:33:25.387 Analysis base directory: /app/.sonarqube
2020-04-08T08:33:25.3880662Z Build directory:
2020-04-08T08:33:25.3881059Z Bin directory: /app/.sonarqube/bin
2020-04-08T08:33:25.3881472Z Config directory: /app/.sonarqube/conf
2020-04-08T08:33:25.3881914Z Output directory: /app/.sonarqube/out
2020-04-08T08:33:25.3882339Z Config file: /app/.sonarqube/conf/SonarQubeAnalysisConfig.xml
2020-04-08T08:33:25.3915131Z Generating SonarQube project properties file to /app/.sonarqube/out/sonar-project.properties
2020-04-08T08:33:25.4177220Z Setting analysis property: sonar.visualstudio.enable=false
2020-04-08T08:33:25.4641720Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4643416Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4648741Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.Domain/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Domain.dll.RoslynCA.json
2020-04-08T08:33:25.4650066Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.Domain/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Domain.dll.RoslynCA.json
2020-04-08T08:33:25.4757478Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.dll.RoslynCA.json
2020-04-08T08:33:25.4758819Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4760157Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4761615Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.DataAccess/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.DataAccess.dll.RoslynCA.json
2020-04-08T08:33:25.4763658Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.DataAccess/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.DataAccess.dll.RoslynCA.json
2020-04-08T08:33:25.4765414Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll.RoslynCA.json
2020-04-08T08:33:25.4766758Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll.RoslynCA.json
2020-04-08T08:33:25.4768015Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.Application/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Application.dll.RoslynCA.json
2020-04-08T08:33:25.4769508Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.Application/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Application.dll.RoslynCA.json
2020-04-08T08:33:25.4770918Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.IntegrationTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.dll.RoslynCA.json
2020-04-08T08:33:25.4772317Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Tests.Common/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Tests.Common.dll.RoslynCA.json
2020-04-08T08:33:25.4773680Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Tests.Common/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Tests.Common.dll.RoslynCA.json
2020-04-08T08:33:25.4775023Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.dll.RoslynCA.json
2020-04-08T08:33:25.4776405Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.dll.RoslynCA.json
2020-04-08T08:33:25.4777759Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4779023Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4780322Z The supplied Code Analysis ErrorLog file is a valid json file and does not need to be fixed: /app/test/Sorted.Carrier.Lineten.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.4942570Z Using longest common projects root path as project base directory: '/app'.
2020-04-08T08:33:25.5014104Z WARNING: File '/root/.nuget/packages/microsoft.net.test.sdk/16.5.0/build/netcoreapp2.1/Microsoft.NET.Test.Sdk.Program.cs' is not located under the root directory '/app' and will not be analyzed.
2020-04-08T08:33:25.5018861Z File was referenced by the following projects: '/app/test/Sorted.Carrier.Lineten.Application.Tests/Sorted.Carrier.Lineten.Application.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj', '/app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj', '/app/test/Sorted.Carrier.Lineten.Domain.Tests/Sorted.Carrier.Lineten.Domain.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj'.
2020-04-08T08:33:25.5022304Z WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.1/build/netcoreapp1.0/xunit.runner.visualstudio.dotnetcore.testadapter.dll' is not located under the root directory '/app' and will not be analyzed.
2020-04-08T08:33:25.5025451Z File was referenced by the following projects: '/app/test/Sorted.Carrier.Lineten.Application.Tests/Sorted.Carrier.Lineten.Application.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj', '/app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj', '/app/test/Sorted.Carrier.Lineten.Domain.Tests/Sorted.Carrier.Lineten.Domain.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj'.
2020-04-08T08:33:25.5028012Z WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.1/build/netcoreapp1.0/xunit.runner.reporters.netcoreapp10.dll' is not located under the root directory '/app' and will not be analyzed.
2020-04-08T08:33:25.5030850Z File was referenced by the following projects: '/app/test/Sorted.Carrier.Lineten.Application.Tests/Sorted.Carrier.Lineten.Application.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj', '/app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj', '/app/test/Sorted.Carrier.Lineten.Domain.Tests/Sorted.Carrier.Lineten.Domain.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj'.
2020-04-08T08:33:25.5033245Z WARNING: File '/root/.nuget/packages/xunit.runner.visualstudio/2.4.1/build/netcoreapp1.0/xunit.runner.utility.netcoreapp10.dll' is not located under the root directory '/app' and will not be analyzed.
2020-04-08T08:33:25.5035950Z File was referenced by the following projects: '/app/test/Sorted.Carrier.Lineten.Application.Tests/Sorted.Carrier.Lineten.Application.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.EndToEndTests/Sorted.Carrier.Lineten.EndToEndTests.csproj', '/app/test/Sorted.Carrier.Lineten.IntegrationTests/Sorted.Carrier.Lineten.IntegrationTests.csproj', '/app/test/Sorted.Carrier.Lineten.Domain.Tests/Sorted.Carrier.Lineten.Domain.Tests.csproj', '/app/test/Sorted.Carrier.Lineten.Tests/Sorted.Carrier.Lineten.Tests.csproj'.
2020-04-08T08:33:25.5123263Z Dumping content of sonar-project.properties
2020-04-08T08:33:25.5124540Z ------------------------------------------------------------------------
2020-04-08T08:33:25.5125260Z sonar.projectKey=Sorted.Carrier.Lineten
2020-04-08T08:33:25.5126262Z sonar.projectName=Sorted.Carrier.Lineten
2020-04-08T08:33:25.5126740Z sonar.working.directory=/app/.sonarqube/out/.sonar
2020-04-08T08:33:25.5127114Z sonar.projectBaseDir=/app
2020-04-08T08:33:25.5127342Z
2020-04-08T08:33:25.5128306Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.projectKey=Sorted.Carrier.Lineten:46DE3F91-7F79-4CE3-B3AE-D5720195C3B1
2020-04-08T08:33:25.5129319Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.projectName=Sorted.Carrier.Lineten.Application.Tests
2020-04-08T08:33:25.5130215Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.Application.Tests
2020-04-08T08:33:25.5130955Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5131575Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.sources=
2020-04-08T08:33:25.5132173Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.tests=\
2020-04-08T08:33:25.5132684Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Allocation/AllocateShipmentCommandTests.cs",\
2020-04-08T08:33:25.5133287Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Authentication/AuthenticationClientTests.cs",\
2020-04-08T08:33:25.5133950Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Authentication/AuthenticationTokenTests.cs",\
2020-04-08T08:33:25.5134496Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Booking/BookingClientTests.cs",\
2020-04-08T08:33:25.5134879Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Configuration/CarrierAccountConfigurationClientTests.cs",\
2020-04-08T08:33:25.5135224Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/FakeLogger.cs",\
2020-04-08T08:33:25.5135544Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/FakeShipmentsQuery.cs",\
2020-04-08T08:33:25.5135891Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Manifesting/ShipmentManifestorStub.cs",\
2020-04-08T08:33:25.5136261Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Manifesting/ShipmentManifestorTests.cs",\
2020-04-08T08:33:25.5136624Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/CorrelationContextAccessorStub.cs",\
2020-04-08T08:33:25.5137050Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/FakeRequestHandler.cs",\
2020-04-08T08:33:25.5137398Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/FakeServiceFactory.cs",\
2020-04-08T08:33:25.5137734Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/FakeServiceScope.cs",\
2020-04-08T08:33:25.5138262Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/GenericMessageLoggerTests.cs",\
2020-04-08T08:33:25.5138629Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/GenericScopeCreatorTests.cs",\
2020-04-08T08:33:25.5138975Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/TestRequst.cs",\
2020-04-08T08:33:25.5139296Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Pipeline/TestResponse.cs",\
2020-04-08T08:33:25.5139621Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/RestClientTests.cs",\
2020-04-08T08:33:25.5139967Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/StateChange/StateChangeHandlerTests.cs",\
2020-04-08T08:33:25.5140351Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Validation/AllocateShipmentRequestValidatorTests.cs",\
2020-04-08T08:33:25.5140736Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Validation/AllocationPropertiesValidatorTests.cs",\
2020-04-08T08:33:25.5141117Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Validation/ShipmentValidatorTests.cs",\
2020-04-08T08:33:25.5141665Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/Validation/ValidationResultExtensions.cs"
2020-04-08T08:33:25.5141877Z
2020-04-08T08:33:25.5142576Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.5143263Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/7
2020-04-08T08:33:25.5143761Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5144022Z "/app/.sonarqube/out/7"
2020-04-08T08:33:25.5144419Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5144811Z "/app/test/Sorted.Carrier.Lineten.Application.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Application.Tests.dll.RoslynCA.json"
2020-04-08T08:33:25.5145094Z
2020-04-08T08:33:25.5145505Z 46DE3F91-7F79-4CE3-B3AE-D5720195C3B1.sonar.working.directory=/app/.sonarqube/out/.sonar/mod0
2020-04-08T08:33:25.5146110Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.projectKey=Sorted.Carrier.Lineten:3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97
2020-04-08T08:33:25.5146693Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.projectName=Sorted.Carrier.Lineten.Domain
2020-04-08T08:33:25.5147231Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.projectBaseDir=/app/src/Sorted.Carrier.Lineten.Domain
2020-04-08T08:33:25.5147707Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5148128Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.sources=\
2020-04-08T08:33:25.5148418Z "/app/src/Sorted.Carrier.Lineten.Domain/CarrierService.cs",\
2020-04-08T08:33:25.5148716Z "/app/src/Sorted.Carrier.Lineten.Domain/Customer/ICustomer.cs",\
2020-04-08T08:33:25.5149004Z "/app/src/Sorted.Carrier.Lineten.Domain/DateTimeProvider.cs",\
2020-04-08T08:33:25.5149352Z "/app/src/Sorted.Carrier.Lineten.Domain/IDateTimeProvider.cs",\
2020-04-08T08:33:25.5149652Z "/app/src/Sorted.Carrier.Lineten.Domain/IShipmentBuilder.cs",\
2020-04-08T08:33:25.5149921Z "/app/src/Sorted.Carrier.Lineten.Domain/Label.cs",\
2020-04-08T08:33:25.5150197Z "/app/src/Sorted.Carrier.Lineten.Domain/LabelFormat.cs",\
2020-04-08T08:33:25.5150487Z "/app/src/Sorted.Carrier.Lineten.Domain/LabelResolution.cs",\
2020-04-08T08:33:25.5150762Z "/app/src/Sorted.Carrier.Lineten.Domain/Shipment.cs",\
2020-04-08T08:33:25.5151051Z "/app/src/Sorted.Carrier.Lineten.Domain/ShipmentBuilder.cs",\
2020-04-08T08:33:25.5151342Z "/app/src/Sorted.Carrier.Lineten.Domain/ShipmentContents.cs",\
2020-04-08T08:33:25.5151663Z "/app/src/Sorted.Carrier.Lineten.Domain/ShipmentState.cs",\
2020-04-08T08:33:25.5151948Z "/app/src/Sorted.Carrier.Lineten.Domain/ShipmentType.cs"
2020-04-08T08:33:25.5152125Z
2020-04-08T08:33:25.5152711Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.cs.roslyn.reportFilePath=/app/src/Sorted.Carrier.Lineten.Domain/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Domain.dll.RoslynCA.json
2020-04-08T08:33:25.5153373Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/0
2020-04-08T08:33:25.5154000Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5154242Z "/app/.sonarqube/out/0"
2020-04-08T08:33:25.5154629Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5155000Z "/app/src/Sorted.Carrier.Lineten.Domain/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Domain.dll.RoslynCA.json"
2020-04-08T08:33:25.5155232Z
2020-04-08T08:33:25.5155635Z 3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97.sonar.working.directory=/app/.sonarqube/out/.sonar/mod1
2020-04-08T08:33:25.5156237Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.projectKey=Sorted.Carrier.Lineten:70F1C25D-811B-457B-8105-D46B7B7D452C
2020-04-08T08:33:25.5156774Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.projectName=Sorted.Carrier.Lineten
2020-04-08T08:33:25.5157275Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.projectBaseDir=/app/src/Sorted.Carrier.Lineten
2020-04-08T08:33:25.5157737Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5158233Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.sources=\
2020-04-08T08:33:25.5158523Z "/app/src/Sorted.Carrier.Lineten/Configuration/ApiConstants.cs",\
2020-04-08T08:33:25.5158814Z "/app/src/Sorted.Carrier.Lineten/Configuration/Authentication.cs",\
2020-04-08T08:33:25.5159130Z "/app/src/Sorted.Carrier.Lineten/Configuration/AuthenticationConstants.cs",\
2020-04-08T08:33:25.5159455Z "/app/src/Sorted.Carrier.Lineten/Configuration/CorrelationConstants.cs",\
2020-04-08T08:33:25.5159774Z "/app/src/Sorted.Carrier.Lineten/Configuration/JsonConfiguration.cs",\
2020-04-08T08:33:25.5160059Z "/app/src/Sorted.Carrier.Lineten/Configuration/JwtAuth.cs",\
2020-04-08T08:33:25.5160347Z "/app/src/Sorted.Carrier.Lineten/Configuration/Messaging.cs",\
2020-04-08T08:33:25.5160636Z "/app/src/Sorted.Carrier.Lineten/Configuration/Metrics.cs",\
2020-04-08T08:33:25.5160903Z "/app/src/Sorted.Carrier.Lineten/Configuration/Mvc.cs",\
2020-04-08T08:33:25.5161180Z "/app/src/Sorted.Carrier.Lineten/Configuration/Polly.cs",\
2020-04-08T08:33:25.5161476Z "/app/src/Sorted.Carrier.Lineten/Configuration/PollyConfiguration.cs",\
2020-04-08T08:33:25.5162146Z "/app/src/Sorted.Carrier.Lineten/Configuration/ResponseCompression.cs",\
2020-04-08T08:33:25.5162464Z "/app/src/Sorted.Carrier.Lineten/Configuration/StatusCodes.cs",\
2020-04-08T08:33:25.5162751Z "/app/src/Sorted.Carrier.Lineten/Configuration/Storage.cs",\
2020-04-08T08:33:25.5163023Z "/app/src/Sorted.Carrier.Lineten/Configuration/Swagger.cs",\
2020-04-08T08:33:25.5163334Z "/app/src/Sorted.Carrier.Lineten/Controllers/AllocateShipmentController.cs",\
2020-04-08T08:33:25.5163632Z "/app/src/Sorted.Carrier.Lineten/Customer/Customer.cs",\
2020-04-08T08:33:25.5163931Z "/app/src/Sorted.Carrier.Lineten/Customer/CustomerNotFoundException.cs",\
2020-04-08T08:33:25.5164309Z "/app/src/Sorted.Carrier.Lineten/Extensions/StringExtensions.cs",\
2020-04-08T08:33:25.5164618Z "/app/src/Sorted.Carrier.Lineten/MessageListenerBackgroundService.cs",\
2020-04-08T08:33:25.5164934Z "/app/src/Sorted.Carrier.Lineten/Middleware/ErrorHandlingMiddleware.cs",\
2020-04-08T08:33:25.5165253Z "/app/src/Sorted.Carrier.Lineten/Middleware/ErrorHandlingMiddlewareExtensions.cs",\
2020-04-08T08:33:25.5165577Z "/app/src/Sorted.Carrier.Lineten/Middleware/MetricIdentifier.cs",\
2020-04-08T08:33:25.5165879Z "/app/src/Sorted.Carrier.Lineten/Middleware/MetricUtilities.cs",\
2020-04-08T08:33:25.5166188Z "/app/src/Sorted.Carrier.Lineten/Middleware/RequestDurationMiddleware.cs",\
2020-04-08T08:33:25.5166585Z "/app/src/Sorted.Carrier.Lineten/Middleware/RequestDurationMiddlewareExtensions.cs",\
2020-04-08T08:33:25.5166924Z "/app/src/Sorted.Carrier.Lineten/Middleware/RequestLoggingMiddleware.cs",\
2020-04-08T08:33:25.5167261Z "/app/src/Sorted.Carrier.Lineten/Middleware/RequestLoggingMiddlewareExtensions.cs",\
2020-04-08T08:33:25.5167587Z "/app/src/Sorted.Carrier.Lineten/Middleware/ResponseLoggingMiddleware.cs",\
2020-04-08T08:33:25.5167923Z "/app/src/Sorted.Carrier.Lineten/Middleware/ResponseLoggingMiddlewareExtensions.cs",\
2020-04-08T08:33:25.5168220Z "/app/src/Sorted.Carrier.Lineten/Program.cs",\
2020-04-08T08:33:25.5168502Z "/app/src/Sorted.Carrier.Lineten/ReceiverClients/ManifestShipmentsMessage.cs",\
2020-04-08T08:33:25.5168843Z "/app/src/Sorted.Carrier.Lineten/ReceiverClients/ManifestShipmentsReceiverClient.cs",\
2020-04-08T08:33:25.5169187Z "/app/src/Sorted.Carrier.Lineten/ReceiverClients/ShipmentStateChangeMessage.cs",\
2020-04-08T08:33:25.5169536Z "/app/src/Sorted.Carrier.Lineten/ReceiverClients/ShipmentStateChangeReceiverClient.cs",\
2020-04-08T08:33:25.5169823Z "/app/src/Sorted.Carrier.Lineten/Startup.cs",\
2020-04-08T08:33:25.5170148Z "/app/src/Sorted.Carrier.Lineten/obj/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.RazorAssemblyInfo.cs",\
2020-04-08T08:33:25.5170542Z "/app/src/Sorted.Carrier.Lineten/obj/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.AssemblyInfo.cs",\
2020-04-08T08:33:25.5170969Z "/app/src/Sorted.Carrier.Lineten/wwwroot/sorted_logo.png",\
2020-04-08T08:33:25.5171233Z "/app/src/Sorted.Carrier.Lineten/wwwroot/swagger.css",\
2020-04-08T08:33:25.5171492Z "/app/src/Sorted.Carrier.Lineten/appsettings.azds.json",\
2020-04-08T08:33:25.5171754Z "/app/src/Sorted.Carrier.Lineten/appsettings.int.json",\
2020-04-08T08:33:25.5171996Z "/app/src/Sorted.Carrier.Lineten/appsettings.json",\
2020-04-08T08:33:25.5172259Z "/app/src/Sorted.Carrier.Lineten/appsettings.preprod.json",\
2020-04-08T08:33:25.5172702Z "/app/src/Sorted.Carrier.Lineten/appsettings.production.json",\
2020-04-08T08:33:25.5172979Z "/app/src/Sorted.Carrier.Lineten/appsettings.sandbox.json",\
2020-04-08T08:33:25.5173248Z "/app/src/Sorted.Carrier.Lineten/Dockerfile.azds"
2020-04-08T08:33:25.5173401Z
2020-04-08T08:33:25.5174013Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.cs.roslyn.reportFilePath=/app/src/Sorted.Carrier.Lineten/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.dll.RoslynCA.json
2020-04-08T08:33:25.5174638Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/9
2020-04-08T08:33:25.5175127Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5175368Z "/app/.sonarqube/out/9"
2020-04-08T08:33:25.5175758Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5176112Z "/app/src/Sorted.Carrier.Lineten/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.dll.RoslynCA.json"
2020-04-08T08:33:25.5176328Z
2020-04-08T08:33:25.5176728Z 70F1C25D-811B-457B-8105-D46B7B7D452C.sonar.working.directory=/app/.sonarqube/out/.sonar/mod2
2020-04-08T08:33:25.5177324Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.projectKey=Sorted.Carrier.Lineten:B879D269-D2B4-4DF5-BB99-7918C69D7CD0
2020-04-08T08:33:25.5177919Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.projectName=Sorted.Carrier.Lineten.DataAccess.EFCore.Tests
2020-04-08T08:33:25.5178546Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests
2020-04-08T08:33:25.5179042Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5179685Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.sources=
2020-04-08T08:33:25.5180343Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.tests=\
2020-04-08T08:33:25.5180953Z "/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Readers/GetShipmentsByReferenceTests.cs",\
2020-04-08T08:33:25.5181550Z "/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Readers/ShipmentExistsReaderTests.cs",\
2020-04-08T08:33:25.5182133Z "/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Writers/CreateShipmentWriterTests.cs",\
2020-04-08T08:33:25.5182663Z "/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/Writers/UpdateShipmentStateTests.cs"
2020-04-08T08:33:25.5182877Z
2020-04-08T08:33:25.5183572Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.5184263Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/8
2020-04-08T08:33:25.5184738Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5184993Z "/app/.sonarqube/out/8"
2020-04-08T08:33:25.5185380Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5185792Z "/app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests.dll.RoslynCA.json"
2020-04-08T08:33:25.5186071Z
2020-04-08T08:33:25.5186474Z B879D269-D2B4-4DF5-BB99-7918C69D7CD0.sonar.working.directory=/app/.sonarqube/out/.sonar/mod3
2020-04-08T08:33:25.5187066Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.projectKey=Sorted.Carrier.Lineten:78A70BD7-DD93-4FED-825D-F98E6287A12C
2020-04-08T08:33:25.5187641Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.projectName=Sorted.Carrier.Lineten.DataAccess
2020-04-08T08:33:25.5188181Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.projectBaseDir=/app/src/Sorted.Carrier.Lineten.DataAccess
2020-04-08T08:33:25.5188664Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5189061Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.sources=\
2020-04-08T08:33:25.5189357Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Mapping/DomainFromDto.cs",\
2020-04-08T08:33:25.5189670Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Mapping/DomainToDao.cs",\
2020-04-08T08:33:25.5189986Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Readers/IGetShipmentsByReference.cs",\
2020-04-08T08:33:25.5190327Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Readers/IShipmentExistsReader.cs",\
2020-04-08T08:33:25.5190634Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Shipment.cs",\
2020-04-08T08:33:25.5190912Z "/app/src/Sorted.Carrier.Lineten.DataAccess/ShipmentState.cs",\
2020-04-08T08:33:25.5191208Z "/app/src/Sorted.Carrier.Lineten.DataAccess/ShipmentType.cs",\
2020-04-08T08:33:25.5191525Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Writers/ICreateShipmentWriter.cs",\
2020-04-08T08:33:25.5191859Z "/app/src/Sorted.Carrier.Lineten.DataAccess/Writers/IUpdateShipmentState.cs"
2020-04-08T08:33:25.5192047Z
2020-04-08T08:33:25.5192640Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.cs.roslyn.reportFilePath=/app/src/Sorted.Carrier.Lineten.DataAccess/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.DataAccess.dll.RoslynCA.json
2020-04-08T08:33:25.5193277Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/2
2020-04-08T08:33:25.5193767Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5194025Z "/app/.sonarqube/out/2"
2020-04-08T08:33:25.5194401Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5194784Z "/app/src/Sorted.Carrier.Lineten.DataAccess/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.DataAccess.dll.RoslynCA.json"
2020-04-08T08:33:25.5195110Z
2020-04-08T08:33:25.5195508Z 78A70BD7-DD93-4FED-825D-F98E6287A12C.sonar.working.directory=/app/.sonarqube/out/.sonar/mod4
2020-04-08T08:33:25.5196109Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.projectKey=Sorted.Carrier.Lineten:E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7
2020-04-08T08:33:25.5196686Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.projectName=Sorted.Carrier.Lineten.EndToEndTests
2020-04-08T08:33:25.5197217Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.EndToEndTests
2020-04-08T08:33:25.5197701Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5198108Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.sources=
2020-04-08T08:33:25.5198547Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.tests=\
2020-04-08T08:33:25.5198835Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/AddressBuilder.cs",\
2020-04-08T08:33:25.5199190Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/AllocateShipmentRequestBuilder.cs",\
2020-04-08T08:33:25.5199544Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ContactBuilder.cs",\
2020-04-08T08:33:25.5199868Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ContactDetailsBuilder.cs",\
2020-04-08T08:33:25.5200213Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/DimensionsBuilder.cs",\
2020-04-08T08:33:25.5200565Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ManifestShipmentsRequestBuilder.cs",\
2020-04-08T08:33:25.5200916Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ShipmentBuilder.cs",\
2020-04-08T08:33:25.5201243Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ShipmentContentsBuilder.cs",\
2020-04-08T08:33:25.5201581Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/ValueBuilder.cs",\
2020-04-08T08:33:25.5202210Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Builders/WeightBuilder.cs",\
2020-04-08T08:33:25.5202543Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Configuration/ConfigurationAccessor.cs",\
2020-04-08T08:33:25.5202901Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Configuration/JsonConfiguration.cs",\
2020-04-08T08:33:25.5203238Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Address.cs",\
2020-04-08T08:33:25.5203568Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/AllocateShipmentRequest.cs",\
2020-04-08T08:33:25.5203936Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/AllocateShipmentResponse.cs",\
2020-04-08T08:33:25.5204279Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Contact.cs",\
2020-04-08T08:33:25.5204612Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ContactDetails.cs",\
2020-04-08T08:33:25.5204936Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/DateRange.cs",\
2020-04-08T08:33:25.5205266Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Dimensions.cs",\
2020-04-08T08:33:25.5205599Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/LabelBindings.cs",\
2020-04-08T08:33:25.5205922Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/LabelData.cs",\
2020-04-08T08:33:25.5206264Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ManifestResultsEvent.cs",\
2020-04-08T08:33:25.5206628Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ManifestShipmentsMessage.cs",\
2020-04-08T08:33:25.5206996Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ManifestShipmentsRequest.cs",\
2020-04-08T08:33:25.5207348Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ManifestShipmentsResponse.cs",\
2020-04-08T08:33:25.5207714Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSAuth/AuthTokenResponse.cs",\
2020-04-08T08:33:25.5208073Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSAuth/Payload.cs",\
2020-04-08T08:33:25.5208404Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Address.cs",\
2020-04-08T08:33:25.5208745Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Item.cs",\
2020-04-08T08:33:25.5209153Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Location.cs",\
2020-04-08T08:33:25.5209499Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/NDSTask.cs",\
2020-04-08T08:33:25.5209829Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Package.cs",\
2020-04-08T08:33:25.5210174Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Payload.cs",\
2020-04-08T08:33:25.5210517Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Person.cs",\
2020-04-08T08:33:25.5210845Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Quote.cs",\
2020-04-08T08:33:25.5211234Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/QuoteRequest.cs",\
2020-04-08T08:33:25.5211782Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/QuoteResponse.cs",\
2020-04-08T08:33:25.5212374Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/RequestedWindow.cs",\
2020-04-08T08:33:25.5212925Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/Tag.cs",\
2020-04-08T08:33:25.5213406Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/NDSQuote/TransportType.cs",\
2020-04-08T08:33:25.5213930Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Shipment.cs",\
2020-04-08T08:33:25.5214425Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ShipmentContents.cs",\
2020-04-08T08:33:25.5214974Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ShipmentState.cs",\
2020-04-08T08:33:25.5215370Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/ShipmentStateChangeMessage.cs",\
2020-04-08T08:33:25.5215734Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/TrackingDetails.cs",\
2020-04-08T08:33:25.5216105Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/TrackingReferenceInfo.cs",\
2020-04-08T08:33:25.5216447Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Value.cs",\
2020-04-08T08:33:25.5216771Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/DataContracts/Weight.cs",\
2020-04-08T08:33:25.5217085Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Messaging/ServiceBusClient.cs",\
2020-04-08T08:33:25.5217528Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Messaging/TestableMessage.cs",\
2020-04-08T08:33:25.5217841Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Quotes/QuoteGenerator.cs",\
2020-04-08T08:33:25.5218168Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/HttpResonseMessageExtension.cs",\
2020-04-08T08:33:25.5218488Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/LinetenServiceClient.cs",\
2020-04-08T08:33:25.5218819Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/NDSAuthenticationClient.cs",\
2020-04-08T08:33:25.5219148Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/NDSQuoteServiceClient.cs",\
2020-04-08T08:33:25.5219565Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/ServiceClient.cs",\
2020-04-08T08:33:25.5219888Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Services/TokenServiceClient.cs",\
2020-04-08T08:33:25.5220206Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Storage/BlobStorageClient.cs",\
2020-04-08T08:33:25.5220509Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Storage/SqlClient.cs",\
2020-04-08T08:33:25.5220786Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/TaskHelper.cs",\
2020-04-08T08:33:25.5221110Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Allocation/Fixtures/AllocationFixture.cs",\
2020-04-08T08:33:25.5221486Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Allocation/Fixtures/CancelAllocatedShipmentFixture.cs",\
2020-04-08T08:33:25.5221851Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Allocation/GivenAValidAllocationRequest.cs",\
2020-04-08T08:33:25.5222220Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Allocation/WhenCancellingAnAllocatedShipment.cs",\
2020-04-08T08:33:25.5222593Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Healthcheck/GivenAValidHealthcheckReadyUrl.cs",\
2020-04-08T08:33:25.5223032Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/JsonSchemaExtension.cs",\
2020-04-08T08:33:25.5223372Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/Fixtures/CancelManifestedShipmentFixture.cs",\
2020-04-08T08:33:25.5223742Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/Fixtures/ManifestFixture.cs",\
2020-04-08T08:33:25.5224101Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/Fixtures/OnDemandShipmentFixture.cs",\
2020-04-08T08:33:25.5224458Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/Fixtures/ScheduledShipmentFixture.cs",\
2020-04-08T08:33:25.5224857Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/GivenAnOnDemandShipment.cs",\
2020-04-08T08:33:25.5225207Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/GivenAScheduledShipment.cs",\
2020-04-08T08:33:25.5225559Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Manifest/When_Cancelling_A_Shipment.cs",\
2020-04-08T08:33:25.5225879Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Tests/Specification.cs",\
2020-04-08T08:33:25.5226177Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/appsettings.json",\
2020-04-08T08:33:25.5226767Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Schema/allocate-shipment-response.json",\
2020-04-08T08:33:25.5227217Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/Schema/manifest-message.json"
2020-04-08T08:33:25.5227409Z
2020-04-08T08:33:25.5227977Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll.RoslynCA.json
2020-04-08T08:33:25.5228587Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/1
2020-04-08T08:33:25.5229049Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5229290Z "/app/.sonarqube/out/1"
2020-04-08T08:33:25.5229647Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5230017Z "/app/test/Sorted.Carrier.Lineten.EndToEndTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.EndToEndTests.dll.RoslynCA.json"
2020-04-08T08:33:25.5230267Z
2020-04-08T08:33:25.5230633Z E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7.sonar.working.directory=/app/.sonarqube/out/.sonar/mod5
2020-04-08T08:33:25.5231209Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.projectKey=Sorted.Carrier.Lineten:9A895B13-886A-4F01-A47B-8EF853A9DDF2
2020-04-08T08:33:25.5231756Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.projectName=Sorted.Carrier.Lineten.Application
2020-04-08T08:33:25.5232253Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.projectBaseDir=/app/src/Sorted.Carrier.Lineten.Application
2020-04-08T08:33:25.5232716Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5233108Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.sources=\
2020-04-08T08:33:25.5233405Z "/app/src/Sorted.Carrier.Lineten.Application/Allocation/AllocateShipmentCommand.cs",\
2020-04-08T08:33:25.5233727Z "/app/src/Sorted.Carrier.Lineten.Application/Allocation/IAllocateShipmentCommand.cs",\
2020-04-08T08:33:25.5234057Z "/app/src/Sorted.Carrier.Lineten.Application/Allocation/ShipmentExistsException.cs",\
2020-04-08T08:33:25.5234566Z "/app/src/Sorted.Carrier.Lineten.Application/Allocation/ShipmentExtensions.cs",\
2020-04-08T08:33:25.5234896Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationClient.cs",\
2020-04-08T08:33:25.5235253Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationClientLogger.cs",\
2020-04-08T08:33:25.5235617Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationClientTimer.cs",\
2020-04-08T08:33:25.5235978Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationConstants.cs",\
2020-04-08T08:33:25.5236343Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationServiceCollectionExtensions.cs",\
2020-04-08T08:33:25.5236761Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/AuthenticationToken.cs",\
2020-04-08T08:33:25.5237109Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/IAuthenticationClient.cs",\
2020-04-08T08:33:25.5237450Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/IAuthenticationToken.cs",\
2020-04-08T08:33:25.5237791Z "/app/src/Sorted.Carrier.Lineten.Application/Authentication/TokenResponse.cs",\
2020-04-08T08:33:25.5238114Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingClient.cs",\
2020-04-08T08:33:25.5238449Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingClientAuthentication.cs",\
2020-04-08T08:33:25.5238776Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingClientLogger.cs",\
2020-04-08T08:33:25.5239141Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingClientTimer.cs",\
2020-04-08T08:33:25.5239470Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingConstants.cs",\
2020-04-08T08:33:25.5239781Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingException.cs",\
2020-04-08T08:33:25.5240106Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingRequest.cs",\
2020-04-08T08:33:25.5240427Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingResponse.cs",\
2020-04-08T08:33:25.5240758Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/BookingServiceCollectionExtensions.cs",\
2020-04-08T08:33:25.5241109Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/CreateBookingResult.cs",\
2020-04-08T08:33:25.5241432Z "/app/src/Sorted.Carrier.Lineten.Application/Booking/IBookingClient.cs",\
2020-04-08T08:33:25.5241986Z "/app/src/Sorted.Carrier.Lineten.Application/Configuration/CarrierAccountConfiguration.cs",\
2020-04-08T08:33:25.5242419Z "/app/src/Sorted.Carrier.Lineten.Application/Configuration/CarrierAccountConfigurationClient.cs",\
2020-04-08T08:33:25.5242818Z "/app/src/Sorted.Carrier.Lineten.Application/Configuration/CarrierAccountConfigurationNotFoundException.cs",\
2020-04-08T08:33:25.5243213Z "/app/src/Sorted.Carrier.Lineten.Application/Configuration/ICarrierAccountConfigurationClient.cs",\
2020-04-08T08:33:25.5243744Z "/app/src/Sorted.Carrier.Lineten.Application/GenericMessageLogger.cs",\
2020-04-08T08:33:25.5244051Z "/app/src/Sorted.Carrier.Lineten.Application/GenericScopeCreator.cs",\
2020-04-08T08:33:25.5244357Z "/app/src/Sorted.Carrier.Lineten.Application/IRestClient.cs",\
2020-04-08T08:33:25.5244663Z "/app/src/Sorted.Carrier.Lineten.Application/ISortedRequest.cs",\
2020-04-08T08:33:25.5244986Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/IManifestResultPublisher.cs",\
2020-04-08T08:33:25.5245349Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ManifestResultPublisher.cs",\
2020-04-08T08:33:25.5245711Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ManifestStorageSettings.cs",\
2020-04-08T08:33:25.5246087Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ShipmentsManifestor/IManifestShipmentsResponse.cs",\
2020-04-08T08:33:25.5246610Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ShipmentsManifestor/IShipmentsManifester.cs",\
2020-04-08T08:33:25.5247014Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ShipmentsManifestor/ManifestShipmentsRequest.cs",\
2020-04-08T08:33:25.5247421Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ShipmentsManifestor/ManifestShipmentsResponse.cs",\
2020-04-08T08:33:25.5247807Z "/app/src/Sorted.Carrier.Lineten.Application/Manifesting/ShipmentsManifestor/ShipmentsManifester.cs",\
2020-04-08T08:33:25.5248322Z "/app/src/Sorted.Carrier.Lineten.Application/RestClient.cs",\
2020-04-08T08:33:25.5248632Z "/app/src/Sorted.Carrier.Lineten.Application/RestClientException.cs",\
2020-04-08T08:33:25.5248944Z "/app/src/Sorted.Carrier.Lineten.Application/StateChange/ResponseCode.cs",\
2020-04-08T08:33:25.5249287Z "/app/src/Sorted.Carrier.Lineten.Application/StateChange/ShipmentStateChange.cs",\
2020-04-08T08:33:25.5249645Z "/app/src/Sorted.Carrier.Lineten.Application/StateChange/ShipmentStateChangeHandler.cs",\
2020-04-08T08:33:25.5250071Z "/app/src/Sorted.Carrier.Lineten.Application/StateChange/ShipmentStateChangeResult.cs",\
2020-04-08T08:33:25.5250415Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/BlobStorageClientFactory.cs",\
2020-04-08T08:33:25.5250762Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/CsvExtensionMethods.cs",\
2020-04-08T08:33:25.5251080Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/File.cs",\
2020-04-08T08:33:25.5251387Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/FileNameGenerator.cs",\
2020-04-08T08:33:25.5251714Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/FileStore.cs",\
2020-04-08T08:33:25.5252045Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/FileStoreConfiguration.cs",\
2020-04-08T08:33:25.5252438Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/IBlobStorageClientFactory.cs",\
2020-04-08T08:33:25.5252770Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/IFileNameGenerator.cs",\
2020-04-08T08:33:25.5253098Z "/app/src/Sorted.Carrier.Lineten.Application/Storage/IFileStore.cs",\
2020-04-08T08:33:25.5253448Z "/app/src/Sorted.Carrier.Lineten.Application/Validation/AllocateShipmentRequestValidator.cs",\
2020-04-08T08:33:25.5253814Z "/app/src/Sorted.Carrier.Lineten.Application/Validation/AllocationPropertiesValidator.cs",\
2020-04-08T08:33:25.5254162Z "/app/src/Sorted.Carrier.Lineten.Application/Validation/ErrorCode.cs",\
2020-04-08T08:33:25.5254487Z "/app/src/Sorted.Carrier.Lineten.Application/Validation/ErrorMessage.cs",\
2020-04-08T08:33:25.5254820Z "/app/src/Sorted.Carrier.Lineten.Application/Validation/ShipmentValidator.cs"
2020-04-08T08:33:25.5255119Z
2020-04-08T08:33:25.5255819Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.cs.roslyn.reportFilePath=/app/src/Sorted.Carrier.Lineten.Application/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Application.dll.RoslynCA.json
2020-04-08T08:33:25.5256490Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/4
2020-04-08T08:33:25.5256995Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5257264Z "/app/.sonarqube/out/4"
2020-04-08T08:33:25.5257666Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5258052Z "/app/src/Sorted.Carrier.Lineten.Application/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Application.dll.RoslynCA.json"
2020-04-08T08:33:25.5258324Z
2020-04-08T08:33:25.5258726Z 9A895B13-886A-4F01-A47B-8EF853A9DDF2.sonar.working.directory=/app/.sonarqube/out/.sonar/mod6
2020-04-08T08:33:25.5259348Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.projectKey=Sorted.Carrier.Lineten:1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A
2020-04-08T08:33:25.5259950Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.projectName=Sorted.Carrier.Lineten.IntegrationTests
2020-04-08T08:33:25.5260509Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.IntegrationTests
2020-04-08T08:33:25.5261010Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5261427Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.sources=
2020-04-08T08:33:25.5261878Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.tests=\
2020-04-08T08:33:25.5262173Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/AuthenticationTests.cs",\
2020-04-08T08:33:25.5262546Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/Controllers/AllocateShipmentControllerTests.cs",\
2020-04-08T08:33:25.5262911Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/CorrelationTests.cs",\
2020-04-08T08:33:25.5263243Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/CustomWebApplicationFactory.cs",\
2020-04-08T08:33:25.5263617Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/Extensions/HttpResponseMessageExtensions.cs",\
2020-04-08T08:33:25.5264034Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/AuthenticationHttpMessageHandler.cs",\
2020-04-08T08:33:25.5264453Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/BookingHttpMessageHandler.cs",\
2020-04-08T08:33:25.5264849Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/FakeAuthenticationToken.cs",\
2020-04-08T08:33:25.5265316Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/HttpRequestMessageExtensions.cs",\
2020-04-08T08:33:25.5265722Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/InterceptionFilter.cs",\
2020-04-08T08:33:25.5266131Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/LinetenAuthenticationTestFixture.cs",\
2020-04-08T08:33:25.5266538Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/LinetenAuthentication/LinetenAuthenticationTests.cs",\
2020-04-08T08:33:25.5266933Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/ReceiverClients/FakeShipmentsQuery.cs",\
2020-04-08T08:33:25.5267376Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/ReceiverClients/FakeSubscriptionClient.cs",\
2020-04-08T08:33:25.5267766Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/ReceiverClients/ManifestShipmentsReceiverClientTests.cs",\
2020-04-08T08:33:25.5268189Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/ReceiverClients/ShipmentStateChangeReceiverClient.cs",\
2020-04-08T08:33:25.5268575Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/ReceiverClients/TestStartup.cs",\
2020-04-08T08:33:25.5268908Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/TestFixture.cs",\
2020-04-08T08:33:25.5269303Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/obj/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.RazorAssemblyInfo.cs",\
2020-04-08T08:33:25.5269794Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/obj/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.AssemblyInfo.cs",\
2020-04-08T08:33:25.5270398Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/Schema/allocate-shipment-response.json",\
2020-04-08T08:33:25.5270898Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/Schema/api-error.json"
2020-04-08T08:33:25.5271089Z
2020-04-08T08:33:25.5271713Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.IntegrationTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.dll.RoslynCA.json
2020-04-08T08:33:25.5272385Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/11
2020-04-08T08:33:25.5272887Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5273151Z "/app/.sonarqube/out/11"
2020-04-08T08:33:25.5273538Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5273947Z "/app/test/Sorted.Carrier.Lineten.IntegrationTests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.IntegrationTests.dll.RoslynCA.json"
2020-04-08T08:33:25.5274227Z
2020-04-08T08:33:25.5274629Z 1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A.sonar.working.directory=/app/.sonarqube/out/.sonar/mod7
2020-04-08T08:33:25.5275382Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.projectKey=Sorted.Carrier.Lineten:F87D31D8-103F-4824-BCC5-7468F3765ADA
2020-04-08T08:33:25.5275959Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.projectName=Sorted.Carrier.Lineten.Tests.Common
2020-04-08T08:33:25.5276492Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.Tests.Common
2020-04-08T08:33:25.5276979Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5277390Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.sources=\
2020-04-08T08:33:25.5277713Z "/app/test/Sorted.Carrier.Lineten.Tests.Common/Builders/AllocateShipmentRequestBuilder.cs",\
2020-04-08T08:33:25.5278048Z "/app/test/Sorted.Carrier.Lineten.Tests.Common/Builders/ShipmentBuilder.cs",\
2020-04-08T08:33:25.5278367Z "/app/test/Sorted.Carrier.Lineten.Tests.Common/JsonConfiguration.cs"
2020-04-08T08:33:25.5278546Z
2020-04-08T08:33:25.5279142Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.Tests.Common/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Tests.Common.dll.RoslynCA.json
2020-04-08T08:33:25.5279794Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/3
2020-04-08T08:33:25.5280335Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5280576Z "/app/.sonarqube/out/3"
2020-04-08T08:33:25.5281149Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5281549Z "/app/test/Sorted.Carrier.Lineten.Tests.Common/bin/Debug/netstandard2.0/Sorted.Carrier.Lineten.Tests.Common.dll.RoslynCA.json"
2020-04-08T08:33:25.5282005Z
2020-04-08T08:33:25.5282441Z F87D31D8-103F-4824-BCC5-7468F3765ADA.sonar.working.directory=/app/.sonarqube/out/.sonar/mod8
2020-04-08T08:33:25.5283050Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.projectKey=Sorted.Carrier.Lineten:FFF3DE06-E0BB-4C78-B417-28DF7F7D7471
2020-04-08T08:33:25.5283722Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.projectName=Sorted.Carrier.Lineten.DataAccess.EFCore
2020-04-08T08:33:25.5284290Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.projectBaseDir=/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore
2020-04-08T08:33:25.5284798Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5285203Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.sources=\
2020-04-08T08:33:25.5285558Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200203150157_CreateShipmentsSchema.cs",\
2020-04-08T08:33:25.5285987Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200203150157_CreateShipmentsSchema.Designer.cs",\
2020-04-08T08:33:25.5286424Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200217093057_UpdateLinetenAllocationPropertyDataTypes.cs",\
2020-04-08T08:33:25.5286902Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200217093057_UpdateLinetenAllocationPropertyDataTypes.Designer.cs",\
2020-04-08T08:33:25.5287591Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200218120643_UpdateShipmentPrimaryKey.cs",\
2020-04-08T08:33:25.5288103Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/20200218120643_UpdateShipmentPrimaryKey.Designer.cs",\
2020-04-08T08:33:25.5288721Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Migrations/ShipmentsContextModelSnapshot.cs",\
2020-04-08T08:33:25.5289226Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Readers/GetShipmentsByReference.cs",\
2020-04-08T08:33:25.5289730Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Readers/ShipmentExistsReader.cs",\
2020-04-08T08:33:25.5290198Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/ShipmentsContext.cs",\
2020-04-08T08:33:25.5290638Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Writers/CreateShipmentWriter.cs",\
2020-04-08T08:33:25.5291138Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/Writers/UpdateShipmentState.cs"
2020-04-08T08:33:25.5291434Z
2020-04-08T08:33:25.5292460Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.cs.roslyn.reportFilePath=/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.dll.RoslynCA.json
2020-04-08T08:33:25.5293444Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/5
2020-04-08T08:33:25.5294255Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5294603Z "/app/.sonarqube/out/5"
2020-04-08T08:33:25.5295173Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5295744Z "/app/src/Sorted.Carrier.Lineten.DataAccess.EFCore/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.DataAccess.EFCore.dll.RoslynCA.json"
2020-04-08T08:33:25.5296127Z
2020-04-08T08:33:25.5296727Z FFF3DE06-E0BB-4C78-B417-28DF7F7D7471.sonar.working.directory=/app/.sonarqube/out/.sonar/mod9
2020-04-08T08:33:25.5297601Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.projectKey=Sorted.Carrier.Lineten:A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3
2020-04-08T08:33:25.5298596Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.projectName=Sorted.Carrier.Lineten.Domain.Tests
2020-04-08T08:33:25.5299492Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.Domain.Tests
2020-04-08T08:33:25.5300475Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5301145Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.sources=
2020-04-08T08:33:25.5301779Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.tests=\
2020-04-08T08:33:25.5302230Z "/app/test/Sorted.Carrier.Lineten.Domain.Tests/ShipmentBuilderTests.cs"
2020-04-08T08:33:25.5302519Z
2020-04-08T08:33:25.5303492Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.5304531Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/6
2020-04-08T08:33:25.5305469Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5305747Z "/app/.sonarqube/out/6"
2020-04-08T08:33:25.5306155Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5306530Z "/app/test/Sorted.Carrier.Lineten.Domain.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Domain.Tests.dll.RoslynCA.json"
2020-04-08T08:33:25.5306807Z
2020-04-08T08:33:25.5307198Z A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3.sonar.working.directory=/app/.sonarqube/out/.sonar/mod10
2020-04-08T08:33:25.5307807Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.projectKey=Sorted.Carrier.Lineten:A811CBD3-8DC7-4E5C-9383-7798556934D5
2020-04-08T08:33:25.5308425Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.projectName=Sorted.Carrier.Lineten.Tests
2020-04-08T08:33:25.5309196Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.projectBaseDir=/app/test/Sorted.Carrier.Lineten.Tests
2020-04-08T08:33:25.5309958Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.sourceEncoding=utf-8
2020-04-08T08:33:25.5310491Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.sources=
2020-04-08T08:33:25.5311174Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.tests=\
2020-04-08T08:33:25.5311607Z "/app/test/Sorted.Carrier.Lineten.Tests/Controllers/AllocateShipmentControllerTests.cs",\
2020-04-08T08:33:25.5312362Z "/app/test/Sorted.Carrier.Lineten.Tests/Customer/CustomerTests.cs",\
2020-04-08T08:33:25.5312912Z "/app/test/Sorted.Carrier.Lineten.Tests/Middleware/ErrorHandlingMiddlewareTests.cs",\
2020-04-08T08:33:25.5313496Z "/app/test/Sorted.Carrier.Lineten.Tests/Middleware/RequestDurationMiddlewareTests.cs",\
2020-04-08T08:33:25.5314069Z "/app/test/Sorted.Carrier.Lineten.Tests/ReceiverClients/ManifestShipmentsReceiverClientTests.cs",\
2020-04-08T08:33:25.5314659Z "/app/test/Sorted.Carrier.Lineten.Tests/ReceiverClients/ShipmentStateChangeReceiverClientTests.cs",\
2020-04-08T08:33:25.5315007Z "/app/test/Sorted.Carrier.Lineten.Tests/ServiceCollectionTests.cs"
2020-04-08T08:33:25.5315218Z
2020-04-08T08:33:25.5316472Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.cs.roslyn.reportFilePath=/app/test/Sorted.Carrier.Lineten.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Tests.dll.RoslynCA.json
2020-04-08T08:33:25.5317504Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.cs.analyzer.projectOutPath=/app/.sonarqube/out/10
2020-04-08T08:33:25.5318345Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.cs.analyzer.projectOutPaths=\
2020-04-08T08:33:25.5318774Z "/app/.sonarqube/out/10"
2020-04-08T08:33:25.5319481Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.cs.roslyn.reportFilePaths=\
2020-04-08T08:33:25.5320074Z "/app/test/Sorted.Carrier.Lineten.Tests/bin/Debug/netcoreapp2.2/Sorted.Carrier.Lineten.Tests.dll.RoslynCA.json"
2020-04-08T08:33:25.5320466Z
2020-04-08T08:33:25.5321188Z A811CBD3-8DC7-4E5C-9383-7798556934D5.sonar.working.directory=/app/.sonarqube/out/.sonar/mod11
2020-04-08T08:33:25.5321703Z sonar.host.url=https://sonarcloud.io/
2020-04-08T08:33:25.5322312Z sonar.cs.opencover.reportsPaths=/app/testresults/coverage/coverage.opencover.xml
2020-04-08T08:33:25.5322828Z sonar.coverage.exclusions=**/Test[s]/**/*
2020-04-08T08:33:25.5323186Z sonar.pullrequest.key=10913
2020-04-08T08:33:25.5323625Z sonar.pullrequest.branch=feature/sonar-3
2020-04-08T08:33:25.5323852Z sonar.pullrequest.base=master
2020-04-08T08:33:25.5324241Z sonar.pullrequest.provider=vsts
2020-04-08T08:33:25.5324685Z sonar.pullrequest.vsts.instanceUrl=https://sortedproapp.visualstudio.com/
2020-04-08T08:33:25.5325139Z sonar.pullrequest.vsts.project=SortedPRO
2020-04-08T08:33:25.5325450Z sonar.pullrequest.vsts.respository=Sorted.Carrier.Lineten
2020-04-08T08:33:25.5325724Z sonar.log.level=DEBUG
2020-04-08T08:33:25.5326054Z sonar.organization=sortedpro
2020-04-08T08:33:25.5326254Z sonar.visualstudio.enable=false
2020-04-08T08:33:25.5326405Z
2020-04-08T08:33:25.5327653Z sonar.modules=46DE3F91-7F79-4CE3-B3AE-D5720195C3B1,3F08FF69-7AB5-4F57-9E06-82CF4E8EEB97,70F1C25D-811B-457B-8105-D46B7B7D452C,B879D269-D2B4-4DF5-BB99-7918C69D7CD0,78A70BD7-DD93-4FED-825D-F98E6287A12C,E3AB2EFA-78F8-4F1D-A113-82F2EA1B42D7,9A895B13-886A-4F01-A47B-8EF853A9DDF2,1C0090A7-D07A-4ED0-9575-B29EFD7CBE4A,F87D31D8-103F-4824-BCC5-7468F3765ADA,FFF3DE06-E0BB-4C78-B417-28DF7F7D7471,A7DC5EAC-7ECE-4849-BDED-688F0ECF5FB3,A811CBD3-8DC7-4E5C-9383-7798556934D5
2020-04-08T08:33:25.5328456Z
2020-04-08T08:33:25.5328563Z
2020-04-08T08:33:25.5328926Z ------------------------------------------------------------------------
2020-04-08T08:33:25.5329291Z Writing processing summary to /app/.sonarqube/out/ProjectInfo.log
2020-04-08T08:33:25.5329561Z Calling the SonarQube Scanner...
2020-04-08T08:33:25.5337487Z Executing file /tools/.store/dotnet-sonarscanner/4.8.0/dotnet-sonarscanner/4.8.0/tools/netcoreapp2.1/any/sonar-scanner-4.2.0.1873/bin/sonar-scanner
2020-04-08T08:33:25.5338686Z Args: -Dsonar.scanAllFiles=true -Dproject.settings=/app/.sonarqube/out/sonar-project.properties --embedded --debug <sensitive data removed>
2020-04-08T08:33:25.5339494Z Working directory: /app
2020-04-08T08:33:25.5345455Z Timeout (ms):-1
2020-04-08T08:33:25.5345860Z Process id: 17
2020-04-08T08:33:25.8787662Z 08:33:25.874 INFO: Scanner configuration file: /tools/.store/dotnet-sonarscanner/4.8.0/dotnet-sonarscanner/4.8.0/tools/netcoreapp2.1/any/sonar-scanner-4.2.0.1873/conf/sonar-scanner.properties
2020-04-08T08:33:25.8788675Z 08:33:25.878 INFO: Project root configuration file: /app/.sonarqube/out/sonar-project.properties
2020-04-08T08:33:25.9081405Z 08:33:25.907 INFO: SonarQube Scanner 4.2.0.1873
2020-04-08T08:33:25.9084455Z 08:33:25.907 INFO: Java 1.8.0_242 Oracle Corporation (64-bit)
2020-04-08T08:33:25.9085828Z 08:33:25.907 INFO: Linux 4.15.0-1069-azure amd64
2020-04-08T08:33:26.0510988Z 08:33:26.050 DEBUG: keyStore is :
2020-04-08T08:33:26.0511377Z 08:33:26.050 DEBUG: keyStore type is : jks
2020-04-08T08:33:26.0511976Z 08:33:26.050 DEBUG: keyStore provider is :
2020-04-08T08:33:26.0512226Z 08:33:26.050 DEBUG: init keystore
2020-04-08T08:33:26.0515688Z 08:33:26.051 DEBUG: init keymanager of type SunX509
2020-04-08T08:33:26.1164570Z 08:33:26.115 DEBUG: Create: /root/.sonar/cache
2020-04-08T08:33:26.1178254Z 08:33:26.117 INFO: User cache: /root/.sonar/cache
2020-04-08T08:33:26.1182257Z 08:33:26.117 DEBUG: Create: /root/.sonar/cache/_tmp
2020-04-08T08:33:26.1210665Z 08:33:26.120 DEBUG: Extract sonar-scanner-api-batch in temp...
2020-04-08T08:33:26.1276895Z 08:33:26.126 DEBUG: Get bootstrap index...
2020-04-08T08:33:26.1277623Z 08:33:26.126 DEBUG: Download: https://sonarcloud.io/batch/index
2020-04-08T08:33:26.3965668Z 08:33:26.395 DEBUG: Get bootstrap completed
2020-04-08T08:33:26.4044973Z 08:33:26.403 DEBUG: Download https://sonarcloud.io/batch/file?name=scanner-sonarcloud-8.0.0.6595-all.jar to /root/.sonar/cache/_tmp/fileCache7947080052848917070.tmp
2020-04-08T08:33:26.8807066Z 08:33:26.879 DEBUG: Create isolated classloader...
2020-04-08T08:33:26.8871182Z 08:33:26.886 DEBUG: Start temp cleaning...
2020-04-08T08:33:26.8939583Z 08:33:26.893 DEBUG: Temp cleaning done
2020-04-08T08:33:26.8942119Z 08:33:26.893 DEBUG: Execution getVersion
2020-04-08T08:33:26.8955860Z 08:33:26.895 INFO: SonarQube server 8.0.0
2020-04-08T08:33:26.8960606Z 08:33:26.895 INFO: Default locale: "en_US", source code encoding: "US-ASCII" (analysis is platform dependent)
2020-04-08T08:33:26.8965378Z 08:33:26.896 DEBUG: Work directory: /app/.sonarqube/out/.sonar
2020-04-08T08:33:26.8974594Z 08:33:26.897 DEBUG: Execution execute
2020-04-08T08:33:27.0613229Z 08:33:27.060 DEBUG: SonarCloud 8.0.0.6595
2020-04-08T08:33:27.1314874Z 08:33:27.130 INFO: Load global settings
2020-04-08T08:33:27.2854687Z 08:33:27.284 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf | time=153ms
2020-04-08T08:33:27.3083416Z 08:33:27.307 INFO: Load global settings (done) | time=177ms
2020-04-08T08:33:27.3124127Z 08:33:27.311 INFO: Server id: 1BD809FA-AWHW8ct9-T_TB3XqouNu
2020-04-08T08:33:27.3155816Z 08:33:27.315 DEBUG: Create : /root/.sonar/_tmp
2020-04-08T08:33:27.3160216Z 08:33:27.315 INFO: User cache: /root/.sonar/cache
2020-04-08T08:33:27.3180672Z 08:33:27.317 INFO: Load/download plugins
2020-04-08T08:33:27.3183762Z 08:33:27.317 INFO: Load plugins index
2020-04-08T08:33:27.3335820Z 08:33:27.333 DEBUG: GET 200 https://sonarcloud.io/api/plugins/installed | time=15ms
2020-04-08T08:33:27.3575406Z 08:33:27.357 INFO: Load plugins index (done) | time=40ms
2020-04-08T08:33:27.3585853Z 08:33:27.358 DEBUG: Download plugin 'csharp' to '/root/.sonar/_tmp/fileCache6601757484190456062.tmp'
2020-04-08T08:33:27.3717195Z 08:33:27.371 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=csharp&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:27.4773050Z 08:33:27.476 DEBUG: Unpacking plugin csharp
2020-04-08T08:33:27.8916372Z 08:33:27.890 DEBUG: Download plugin 'scmgit' to '/root/.sonar/_tmp/fileCache2173698705030807838.tmp'
2020-04-08T08:33:27.9069840Z 08:33:27.906 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=scmgit&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:27.9193998Z 08:33:27.918 DEBUG: Unpacking plugin scmgit
2020-04-08T08:33:28.2510593Z 08:33:28.250 DEBUG: Download plugin 'jacoco' to '/root/.sonar/_tmp/fileCache6250781709052372542.tmp'
2020-04-08T08:33:28.2655099Z 08:33:28.264 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=jacoco&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:28.2659359Z 08:33:28.265 DEBUG: Unpacking plugin jacoco
2020-04-08T08:33:28.2686134Z 08:33:28.268 DEBUG: Download plugin 'license' to '/root/.sonar/_tmp/fileCache4667081535576259853.tmp'
2020-04-08T08:33:28.2833628Z 08:33:28.282 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=license&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:28.2836572Z 08:33:28.283 DEBUG: Unpacking plugin license
2020-04-08T08:33:28.2865242Z 08:33:28.286 DEBUG: Download plugin 'scmmercurial' to '/root/.sonar/_tmp/fileCache3730341879832105921.tmp'
2020-04-08T08:33:28.3001266Z 08:33:28.299 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=scmmercurial&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:28.3007115Z 08:33:28.300 DEBUG: Unpacking plugin scmmercurial
2020-04-08T08:33:28.3033776Z 08:33:28.302 DEBUG: Download plugin 'abap' to '/root/.sonar/_tmp/fileCache8906605630893500758.tmp'
2020-04-08T08:33:28.3180665Z 08:33:28.317 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=abap&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:28.3222466Z 08:33:28.321 DEBUG: Unpacking plugin abap
2020-04-08T08:33:28.4572890Z 08:33:28.456 DEBUG: Download plugin 'sonarapex' to '/root/.sonar/_tmp/fileCache435480655293566866.tmp'
2020-04-08T08:33:28.4706913Z 08:33:28.469 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=sonarapex&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:28.4826739Z 08:33:28.482 DEBUG: Unpacking plugin sonarapex
2020-04-08T08:33:28.8593605Z 08:33:28.858 DEBUG: Download plugin 'cpp' to '/root/.sonar/_tmp/fileCache6738399021006744457.tmp'
2020-04-08T08:33:28.8738040Z 08:33:28.873 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=cpp&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:29.2061935Z 08:33:29.205 DEBUG: Unpacking plugin cpp
2020-04-08T08:33:30.2822942Z 08:33:30.281 DEBUG: Download plugin 'cobol' to '/root/.sonar/_tmp/fileCache5277745954259823099.tmp'
2020-04-08T08:33:30.2957173Z 08:33:30.294 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=cobol&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:30.3041948Z 08:33:30.303 DEBUG: Unpacking plugin cobol
2020-04-08T08:33:30.6080103Z 08:33:30.607 DEBUG: Download plugin 'cssfamily' to '/root/.sonar/_tmp/fileCache6385343154315325905.tmp'
2020-04-08T08:33:30.6220966Z 08:33:30.621 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=cssfamily&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:30.7053055Z 08:33:30.704 DEBUG: Unpacking plugin cssfamily
2020-04-08T08:33:31.1600534Z 08:33:31.157 DEBUG: Download plugin 'flex' to '/root/.sonar/_tmp/fileCache2368842657595647223.tmp'
2020-04-08T08:33:31.1732542Z 08:33:31.172 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=flex&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:31.1773896Z 08:33:31.176 DEBUG: Unpacking plugin flex
2020-04-08T08:33:31.3111434Z 08:33:31.310 DEBUG: Download plugin 'go' to '/root/.sonar/_tmp/fileCache502101012610843820.tmp'
2020-04-08T08:33:31.3246945Z 08:33:31.324 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=go&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:31.3886420Z 08:33:31.387 DEBUG: Unpacking plugin go
2020-04-08T08:33:32.0608941Z 08:33:32.060 DEBUG: Download plugin 'web' to '/root/.sonar/_tmp/fileCache3918854647390105454.tmp'
2020-04-08T08:33:32.0768142Z 08:33:32.076 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=web&acceptCompressions=pack200 | time=16ms
2020-04-08T08:33:32.0794169Z 08:33:32.078 DEBUG: Unpacking plugin web
2020-04-08T08:33:32.1492283Z 08:33:32.148 DEBUG: Download plugin 'javascript' to '/root/.sonar/_tmp/fileCache6794113474589132325.tmp'
2020-04-08T08:33:32.1650609Z 08:33:32.164 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=javascript&acceptCompressions=pack200 | time=16ms
2020-04-08T08:33:32.2392611Z 08:33:32.238 DEBUG: Unpacking plugin javascript
2020-04-08T08:33:32.7610221Z 08:33:32.760 DEBUG: Download plugin 'java' to '/root/.sonar/_tmp/fileCache6517912636539311654.tmp'
2020-04-08T08:33:32.7761612Z 08:33:32.775 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=java&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:32.8232782Z 08:33:32.822 DEBUG: Unpacking plugin java
2020-04-08T08:33:34.3283246Z 08:33:34.327 DEBUG: Download plugin 'kotlin' to '/root/.sonar/_tmp/fileCache5510450201703692116.tmp'
2020-04-08T08:33:34.3427945Z 08:33:34.342 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=kotlin&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:34.3664083Z 08:33:34.365 DEBUG: Unpacking plugin kotlin
2020-04-08T08:33:35.0361015Z 08:33:35.035 DEBUG: Download plugin 'php' to '/root/.sonar/_tmp/fileCache2044854544874474213.tmp'
2020-04-08T08:33:35.0504005Z 08:33:35.049 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=php&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:35.0631941Z 08:33:35.062 DEBUG: Unpacking plugin php
2020-04-08T08:33:35.4953280Z 08:33:35.494 DEBUG: Download plugin 'plsql' to '/root/.sonar/_tmp/fileCache4225946442304960090.tmp'
2020-04-08T08:33:35.5098063Z 08:33:35.509 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=plsql&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:35.5151153Z 08:33:35.514 DEBUG: Unpacking plugin plsql
2020-04-08T08:33:35.7042789Z 08:33:35.703 DEBUG: Download plugin 'python' to '/root/.sonar/_tmp/fileCache8806766043760617947.tmp'
2020-04-08T08:33:35.7227573Z 08:33:35.722 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=python&acceptCompressions=pack200 | time=19ms
2020-04-08T08:33:35.7315376Z 08:33:35.731 DEBUG: Unpacking plugin python
2020-04-08T08:33:36.0339079Z 08:33:36.033 DEBUG: Download plugin 'ruby' to '/root/.sonar/_tmp/fileCache3953737570537342314.tmp'
2020-04-08T08:33:36.0493834Z 08:33:36.048 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=ruby&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:36.0809834Z 08:33:36.080 DEBUG: Unpacking plugin ruby
2020-04-08T08:33:37.0318220Z 08:33:37.029 DEBUG: Download plugin 'sonarscala' to '/root/.sonar/_tmp/fileCache2934478697803273858.tmp'
2020-04-08T08:33:37.0438499Z 08:33:37.043 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=sonarscala&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:37.1398109Z 08:33:37.139 DEBUG: Unpacking plugin sonarscala
2020-04-08T08:33:38.2092688Z 08:33:38.208 DEBUG: Download plugin 'swift' to '/root/.sonar/_tmp/fileCache7610985614408860714.tmp'
2020-04-08T08:33:38.2235801Z 08:33:38.223 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=swift&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:38.2311813Z 08:33:38.230 DEBUG: Unpacking plugin swift
2020-04-08T08:33:38.4163351Z 08:33:38.415 DEBUG: Download plugin 'typescript' to '/root/.sonar/_tmp/fileCache3959507555529672138.tmp'
2020-04-08T08:33:38.4324819Z 08:33:38.431 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=typescript&acceptCompressions=pack200 | time=16ms
2020-04-08T08:33:38.4327908Z 08:33:38.432 DEBUG: Unpacking plugin typescript
2020-04-08T08:33:38.4344678Z 08:33:38.433 DEBUG: Download plugin 'tsql' to '/root/.sonar/_tmp/fileCache4939680885438471148.tmp'
2020-04-08T08:33:38.4477198Z 08:33:38.447 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=tsql&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:38.4531768Z 08:33:38.452 DEBUG: Unpacking plugin tsql
2020-04-08T08:33:38.6318864Z 08:33:38.631 DEBUG: Download plugin 'xml' to '/root/.sonar/_tmp/fileCache3903913705854238583.tmp'
2020-04-08T08:33:38.6518899Z 08:33:38.651 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=xml&acceptCompressions=pack200 | time=20ms
2020-04-08T08:33:38.6579801Z 08:33:38.657 DEBUG: Unpacking plugin xml
2020-04-08T08:33:38.8608565Z 08:33:38.860 DEBUG: Download plugin 'vbnet' to '/root/.sonar/_tmp/fileCache859230659111376541.tmp'
2020-04-08T08:33:38.8743282Z 08:33:38.873 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=vbnet&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:38.8901000Z 08:33:38.889 DEBUG: Unpacking plugin vbnet
2020-04-08T08:33:39.2026777Z 08:33:39.201 DEBUG: Download plugin 'security' to '/root/.sonar/_tmp/fileCache6452297432547090007.tmp'
2020-04-08T08:33:39.2157358Z 08:33:39.214 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=security&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:39.2256935Z 08:33:39.225 DEBUG: Unpacking plugin security
2020-04-08T08:33:39.3919979Z 08:33:39.391 DEBUG: Download plugin 'securitycsharpfrontend' to '/root/.sonar/_tmp/fileCache4404402449015284281.tmp'
2020-04-08T08:33:39.4075204Z 08:33:39.406 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=securitycsharpfrontend&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:39.4110519Z 08:33:39.410 DEBUG: Unpacking plugin securitycsharpfrontend
2020-04-08T08:33:39.4230746Z 08:33:39.422 DEBUG: Download plugin 'securityjavafrontend' to '/root/.sonar/_tmp/fileCache1186767240077750839.tmp'
2020-04-08T08:33:39.4372014Z 08:33:39.436 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=securityjavafrontend&acceptCompressions=pack200 | time=14ms
2020-04-08T08:33:39.5234192Z 08:33:39.522 DEBUG: Unpacking plugin securityjavafrontend
2020-04-08T08:33:39.7936707Z 08:33:39.792 DEBUG: Download plugin 'securityphpfrontend' to '/root/.sonar/_tmp/fileCache7655698158852306063.tmp'
2020-04-08T08:33:39.8076844Z 08:33:39.807 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=securityphpfrontend&acceptCompressions=pack200 | time=15ms
2020-04-08T08:33:39.8284637Z 08:33:39.827 DEBUG: Unpacking plugin securityphpfrontend
2020-04-08T08:33:39.9150759Z 08:33:39.914 DEBUG: Download plugin 'securitypythonfrontend' to '/root/.sonar/_tmp/fileCache2671037672025828388.tmp'
2020-04-08T08:33:39.9364111Z 08:33:39.927 DEBUG: GET 200 https://sonarcloud.io/api/plugins/download?plugin=securitypythonfrontend&acceptCompressions=pack200 | time=13ms
2020-04-08T08:33:39.9484770Z 08:33:39.947 DEBUG: Unpacking plugin securitypythonfrontend
2020-04-08T08:33:40.0323686Z 08:33:40.031 INFO: Load/download plugins (done) | time=12714ms
2020-04-08T08:33:40.2621335Z 08:33:40.260 DEBUG: Plugins:
2020-04-08T08:33:40.2621977Z 08:33:40.260 DEBUG: * SonarCSS 1.2.0.1325 (cssfamily)
2020-04-08T08:33:40.2622423Z 08:33:40.260 DEBUG: * SonarPLSQL 3.4.1.2576 (plsql)
2020-04-08T08:33:40.2622876Z 08:33:40.260 DEBUG: * SonarScala 1.7.0.883 (sonarscala)
2020-04-08T08:33:40.2623415Z 08:33:40.261 DEBUG: * C# Code Quality and Security 8.6.0.16497 (csharp)
2020-04-08T08:33:40.2624051Z 08:33:40.261 DEBUG: * Vulnerability Analysis 8.2.1.1259 (security)
2020-04-08T08:33:40.2624569Z 08:33:40.261 DEBUG: * SonarJava 6.2.0.21135 (java)
2020-04-08T08:33:40.2625063Z 08:33:40.261 DEBUG: * SonarHTML 3.2.0.2082 (web)
2020-04-08T08:33:40.2625508Z 08:33:40.261 DEBUG: * SonarFlex 2.5.1.1831 (flex)
2020-04-08T08:33:40.2626354Z 08:33:40.261 DEBUG: * SonarXML 2.0.1.2020 (xml)
2020-04-08T08:33:40.2626882Z 08:33:40.261 DEBUG: * SonarTS 2.1.0.4359 (typescript)
2020-04-08T08:33:40.2627218Z 08:33:40.261 DEBUG: * VB.NET Code Quality and Security 8.6.0.16497 (vbnet)
2020-04-08T08:33:40.2627628Z 08:33:40.261 DEBUG: * SonarSwift 4.2.2.77 (swift)
2020-04-08T08:33:40.2627965Z 08:33:40.261 DEBUG: * SonarCFamily 6.8.0.16475 (cpp)
2020-04-08T08:33:40.2628402Z 08:33:40.261 DEBUG: * SonarPython 2.8.0.6204 (python)
2020-04-08T08:33:40.2628842Z 08:33:40.261 DEBUG: * JaCoCo 1.0.2.475 (jacoco)
2020-04-08T08:33:40.2629371Z 08:33:40.261 DEBUG: * Mercurial 1.1.2 (scmmercurial)
2020-04-08T08:33:40.2629848Z 08:33:40.261 DEBUG: * SonarGo 1.7.0.883 (go)
2020-04-08T08:33:40.2630246Z 08:33:40.261 DEBUG: * SonarKotlin 1.7.0.883 (kotlin)
2020-04-08T08:33:40.2630619Z 08:33:40.261 DEBUG: * SonarTSQL 1.4.0.3334 (tsql)
2020-04-08T08:33:40.2631041Z 08:33:40.261 DEBUG: * SonarApex 1.7.0.883 (sonarapex)
2020-04-08T08:33:40.2631513Z 08:33:40.261 DEBUG: * SonarJS 6.2.1.12157 (javascript)
2020-04-08T08:33:40.2635263Z 08:33:40.262 DEBUG: * SonarRuby 1.7.0.883 (ruby)
2020-04-08T08:33:40.2635832Z 08:33:40.263 DEBUG: * Vulnerability Rules for C# 8.2.1.1259 (securitycsharpfrontend)
2020-04-08T08:33:40.2636472Z 08:33:40.263 DEBUG: * Vulnerability Rules for Java 8.2.1.1259 (securityjavafrontend)
2020-04-08T08:33:40.2637785Z 08:33:40.263 DEBUG: * License for SonarLint 8.0.0.6595 (license)
2020-04-08T08:33:40.2642786Z 08:33:40.263 DEBUG: * SonarCOBOL 4.4.0.3403 (cobol)
2020-04-08T08:33:40.2643366Z 08:33:40.263 DEBUG: * Vulnerability Rules for Python 8.2.1.1259 (securitypythonfrontend)
2020-04-08T08:33:40.2644332Z 08:33:40.263 DEBUG: * Git 1.11.0.11 (scmgit)
2020-04-08T08:33:40.2647987Z 08:33:40.263 DEBUG: * SonarPHP 3.3.0.5166 (php)
2020-04-08T08:33:40.2648446Z 08:33:40.263 DEBUG: * SonarABAP 3.8.0.2034 (abap)
2020-04-08T08:33:40.2648867Z 08:33:40.263 DEBUG: * Vulnerability Rules for PHP 8.2.1.1259 (securityphpfrontend)
2020-04-08T08:33:40.2847524Z 08:33:40.284 INFO: Loaded core extensions: developer-scanner
2020-04-08T08:33:40.3023589Z 08:33:40.301 DEBUG: Installed core extension: developer-scanner
2020-04-08T08:33:40.8397953Z 08:33:40.838 INFO: Process project properties
2020-04-08T08:33:40.8582923Z 08:33:40.857 DEBUG: Process project properties (done) | time=19ms
2020-04-08T08:33:40.8589655Z 08:33:40.858 INFO: Execute project builders
2020-04-08T08:33:40.8595020Z 08:33:40.858 DEBUG: Execute project builder: org.sonar.plugins.csharp.CSharpGlobalProtobufFileProcessor
2020-04-08T08:33:40.8644242Z 08:33:40.863 DEBUG: Processing /app/.sonarqube/out/7/output-cs/file-metadata.pb
2020-04-08T08:33:40.8838396Z 08:33:40.883 DEBUG: Processing /app/.sonarqube/out/0/output-cs/file-metadata.pb
2020-04-08T08:33:40.8847336Z 08:33:40.884 DEBUG: Processing /app/.sonarqube/out/9/output-cs/file-metadata.pb
2020-04-08T08:33:40.8865121Z 08:33:40.885 DEBUG: Processing /app/.sonarqube/out/8/output-cs/file-metadata.pb
2020-04-08T08:33:40.8868893Z 08:33:40.886 DEBUG: Processing /app/.sonarqube/out/2/output-cs/file-metadata.pb
2020-04-08T08:33:40.8875949Z 08:33:40.887 DEBUG: Processing /app/.sonarqube/out/1/output-cs/file-metadata.pb
2020-04-08T08:33:40.8907549Z 08:33:40.890 DEBUG: Processing /app/.sonarqube/out/4/output-cs/file-metadata.pb
2020-04-08T08:33:40.8929279Z 08:33:40.892 DEBUG: Processing /app/.sonarqube/out/11/output-cs/file-metadata.pb
2020-04-08T08:33:40.8939248Z 08:33:40.893 DEBUG: Processing /app/.sonarqube/out/3/output-cs/file-metadata.pb
2020-04-08T08:33:40.8941849Z 08:33:40.893 DEBUG: Processing /app/.sonarqube/out/5/output-cs/file-metadata.pb
2020-04-08T08:33:40.8948738Z 08:33:40.894 DEBUG: Processing /app/.sonarqube/out/6/output-cs/file-metadata.pb
2020-04-08T08:33:40.8953079Z 08:33:40.894 DEBUG: Processing /app/.sonarqube/out/10/output-cs/file-metadata.pb
2020-04-08T08:33:40.8957611Z 08:33:40.895 DEBUG: Execute project builder: org.sonar.plugins.vbnet.VbNetGlobalProtobufFileProcessor
2020-04-08T08:33:40.8987429Z 08:33:40.898 INFO: Execute project builders (done) | time=40ms
2020-04-08T08:33:40.9023899Z 08:33:40.901 INFO: Project key: Sorted.Carrier.Lineten
2020-04-08T08:33:40.9026182Z 08:33:40.902 INFO: Base dir: /app
2020-04-08T08:33:40.9028762Z 08:33:40.902 INFO: Working dir: /app/.sonarqube/out/.sonar
2020-04-08T08:33:40.9034384Z 08:33:40.902 DEBUG: Project global encoding: US-ASCII, default locale: en_US
2020-04-08T08:33:40.9053154Z 08:33:40.904 DEBUG: Creating module hierarchy
2020-04-08T08:33:40.9056947Z 08:33:40.905 DEBUG: Init module 'Sorted.Carrier.Lineten'
2020-04-08T08:33:40.9061043Z 08:33:40.905 DEBUG: Base dir: /app
2020-04-08T08:33:40.9065611Z 08:33:40.905 DEBUG: Working dir: /app/.sonarqube/out/.sonar
2020-04-08T08:33:40.9068487Z 08:33:40.906 DEBUG: Module global encoding: US-ASCII, default locale: en_US
2020-04-08T08:33:40.9073131Z 08:33:40.906 DEBUG: Init module 'Sorted.Carrier.Lineten.Application.Tests'
2020-04-08T08:33:40.9076889Z 08:33:40.907 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.Application.Tests
2020-04-08T08:33:40.9080519Z 08:33:40.907 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod0
2020-04-08T08:33:40.9085151Z 08:33:40.907 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9088115Z 08:33:40.907 DEBUG: Init module 'Sorted.Carrier.Lineten.Domain'
2020-04-08T08:33:40.9091311Z 08:33:40.908 DEBUG: Base dir: /app/src/Sorted.Carrier.Lineten.Domain
2020-04-08T08:33:40.9094571Z 08:33:40.908 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod1
2020-04-08T08:33:40.9121154Z 08:33:40.908 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9125731Z 08:33:40.908 DEBUG: Init module 'Sorted.Carrier.Lineten'
2020-04-08T08:33:40.9135412Z 08:33:40.913 DEBUG: Base dir: /app/src/Sorted.Carrier.Lineten
2020-04-08T08:33:40.9139725Z 08:33:40.913 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod2
2020-04-08T08:33:40.9143897Z 08:33:40.913 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9173519Z 08:33:40.914 DEBUG: Init module 'Sorted.Carrier.Lineten.DataAccess.EFCore.Tests'
2020-04-08T08:33:40.9174960Z 08:33:40.914 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.DataAccess.EFCore.Tests
2020-04-08T08:33:40.9176201Z 08:33:40.915 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod3
2020-04-08T08:33:40.9177794Z 08:33:40.915 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9179360Z 08:33:40.915 DEBUG: Init module 'Sorted.Carrier.Lineten.DataAccess'
2020-04-08T08:33:40.9181201Z 08:33:40.916 DEBUG: Base dir: /app/src/Sorted.Carrier.Lineten.DataAccess
2020-04-08T08:33:40.9181841Z 08:33:40.916 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod4
2020-04-08T08:33:40.9185005Z 08:33:40.917 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9185966Z 08:33:40.917 DEBUG: Init module 'Sorted.Carrier.Lineten.EndToEndTests'
2020-04-08T08:33:40.9206598Z 08:33:40.920 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.EndToEndTests
2020-04-08T08:33:40.9212082Z 08:33:40.920 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod5
2020-04-08T08:33:40.9217840Z 08:33:40.921 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9223104Z 08:33:40.921 DEBUG: Init module 'Sorted.Carrier.Lineten.Application'
2020-04-08T08:33:40.9243581Z 08:33:40.923 DEBUG: Base dir: /app/src/Sorted.Carrier.Lineten.Application
2020-04-08T08:33:40.9248426Z 08:33:40.924 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod6
2020-04-08T08:33:40.9253873Z 08:33:40.924 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9258793Z 08:33:40.925 DEBUG: Init module 'Sorted.Carrier.Lineten.IntegrationTests'
2020-04-08T08:33:40.9270628Z 08:33:40.926 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.IntegrationTests
2020-04-08T08:33:40.9275734Z 08:33:40.927 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod7
2020-04-08T08:33:40.9280981Z 08:33:40.927 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9285896Z 08:33:40.928 DEBUG: Init module 'Sorted.Carrier.Lineten.Tests.Common'
2020-04-08T08:33:40.9292552Z 08:33:40.928 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.Tests.Common
2020-04-08T08:33:40.9297370Z 08:33:40.929 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod8
2020-04-08T08:33:40.9302697Z 08:33:40.929 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9307551Z 08:33:40.930 DEBUG: Init module 'Sorted.Carrier.Lineten.DataAccess.EFCore'
2020-04-08T08:33:40.9316910Z 08:33:40.931 DEBUG: Base dir: /app/src/Sorted.Carrier.Lineten.DataAccess.EFCore
2020-04-08T08:33:40.9322012Z 08:33:40.931 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod9
2020-04-08T08:33:40.9327109Z 08:33:40.932 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9332446Z 08:33:40.932 DEBUG: Init module 'Sorted.Carrier.Lineten.Domain.Tests'
2020-04-08T08:33:40.9339504Z 08:33:40.933 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.Domain.Tests
2020-04-08T08:33:40.9350951Z 08:33:40.933 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod10
2020-04-08T08:33:40.9361147Z 08:33:40.934 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9362485Z 08:33:40.934 DEBUG: Init module 'Sorted.Carrier.Lineten.Tests'
2020-04-08T08:33:40.9365334Z 08:33:40.935 DEBUG: Base dir: /app/test/Sorted.Carrier.Lineten.Tests
2020-04-08T08:33:40.9367438Z 08:33:40.936 DEBUG: Working dir: /app/.sonarqube/out/.sonar/mod11
2020-04-08T08:33:40.9405039Z 08:33:40.936 DEBUG: Module global encoding: UTF-8, default locale: en_US
2020-04-08T08:33:40.9919156Z 08:33:40.991 INFO: Load project settings for component key: 'Sorted.Carrier.Lineten'
2020-04-08T08:33:41.1108995Z 08:33:41.108 DEBUG: GET 200 https://sonarcloud.io/api/settings/values.protobuf?component=Sorted.Carrier.Lineten | time=117ms
2020-04-08T08:33:41.1110690Z 08:33:41.109 INFO: Load project settings for component key: 'Sorted.Carrier.Lineten' (done) | time=119ms
2020-04-08T08:33:41.1912393Z 08:33:41.190 DEBUG: Could not detect any CI vendor
2020-04-08T08:33:41.1931235Z 08:33:41.192 INFO: Load project branches
2020-04-08T08:33:41.2187725Z 08:33:41.217 DEBUG: GET 200 https://sonarcloud.io/api/project_branches/list?project=Sorted.Carrier.Lineten | time=25ms
2020-04-08T08:33:41.2267818Z 08:33:41.226 INFO: Load project branches (done) | time=34ms
2020-04-08T08:33:41.2300399Z 08:33:41.229 INFO: Check ALM binding of project 'Sorted.Carrier.Lineten'
2020-04-08T08:33:41.2480381Z 08:33:41.247 DEBUG: GET 200 https://sonarcloud.io/api/alm_integration/is_project_bound?project=Sorted.Carrier.Lineten | time=17ms
2020-04-08T08:33:41.2523363Z 08:33:41.251 INFO: Detected project binding: NOT_BOUND
2020-04-08T08:33:41.2532348Z 08:33:41.252 INFO: Check ALM binding of project 'Sorted.Carrier.Lineten' (done) | time=23ms
2020-04-08T08:33:41.2592361Z 08:33:41.258 INFO: Load project pull requests
2020-04-08T08:33:41.2950834Z 08:33:41.294 DEBUG: GET 200 https://sonarcloud.io/api/project_pull_requests/list?project=Sorted.Carrier.Lineten | time=29ms
2020-04-08T08:33:41.2996616Z 08:33:41.298 INFO: Load project pull requests (done) | time=40ms
2020-04-08T08:33:41.3025168Z 08:33:41.301 INFO: Load branch configuration
2020-04-08T08:33:41.3040240Z 08:33:41.303 DEBUG: Found manual configuration of branch/PR analysis. Skipping automatic configuration.
2020-04-08T08:33:41.3059777Z 08:33:41.305 INFO: Load branch configuration (done) | time=4ms
2020-04-08T08:33:41.3417121Z 08:33:41.340 DEBUG: Available languages:
2020-04-08T08:33:41.3418374Z 08:33:41.341 DEBUG: * CSS => "css"
2020-04-08T08:33:41.3420139Z 08:33:41.341 DEBUG: * PL/SQL => "plsql"
2020-04-08T08:33:41.3421228Z 08:33:41.341 DEBUG: * Scala => "scala"
2020-04-08T08:33:41.3422913Z 08:33:41.341 DEBUG: * C# => "cs"
2020-04-08T08:33:41.3425457Z 08:33:41.341 DEBUG: * Java => "java"
2020-04-08T08:33:41.3427508Z 08:33:41.341 DEBUG: * HTML => "web"
2020-04-08T08:33:41.3429446Z 08:33:41.341 DEBUG: * JSP => "jsp"
2020-04-08T08:33:41.3431148Z 08:33:41.341 DEBUG: * Flex => "flex"
2020-04-08T08:33:41.3436541Z 08:33:41.341 DEBUG: * XML => "xml"
2020-04-08T08:33:41.3443053Z 08:33:41.343 DEBUG: * VB.NET => "vbnet"
2020-04-08T08:33:41.3448043Z 08:33:41.344 DEBUG: * Swift => "swift"
2020-04-08T08:33:41.3453567Z 08:33:41.344 DEBUG: * C => "c"
2020-04-08T08:33:41.3458613Z 08:33:41.345 DEBUG: * C++ => "cpp"
2020-04-08T08:33:41.3461364Z 08:33:41.345 DEBUG: * Objective-C => "objc"
2020-04-08T08:33:41.3463764Z 08:33:41.345 DEBUG: * Python => "py"
2020-04-08T08:33:41.3464192Z 08:33:41.345 DEBUG: * Go => "go"
2020-04-08T08:33:41.3465530Z 08:33:41.345 DEBUG: * Kotlin => "kotlin"
2020-04-08T08:33:41.3473037Z 08:33:41.346 DEBUG: * T-SQL => "tsql"
2020-04-08T08:33:41.3473528Z 08:33:41.346 DEBUG: * Apex => "apex"
2020-04-08T08:33:41.3479237Z 08:33:41.346 DEBUG: * JavaScript => "js"
2020-04-08T08:33:41.3480880Z 08:33:41.346 DEBUG: * TypeScript => "ts"
2020-04-08T08:33:41.3486232Z 08:33:41.347 DEBUG: * Ruby => "ruby"
2020-04-08T08:33:41.3487580Z 08:33:41.347 DEBUG: * COBOL => "cobol"
2020-04-08T08:33:41.3492582Z 08:33:41.347 DEBUG: * PHP => "php"
2020-04-08T08:33:41.3493942Z 08:33:41.347 DEBUG: * ABAP => "abap"
2020-04-08T08:33:41.3545081Z 08:33:41.354 INFO: Load quality profiles
2020-04-08T08:33:41.4272182Z 08:33:41.425 DEBUG: GET 200 https://sonarcloud.io/api/qualityprofiles/search.protobuf?projectKey=Sorted.Carrier.Lineten&organization=sortedpro | time=70ms
2020-04-08T08:33:41.4489031Z 08:33:41.447 INFO: Load quality profiles (done) | time=93ms
2020-04-08T08:33:41.4544807Z 08:33:41.453 INFO: Load active rules
2020-04-08T08:33:41.4924049Z 08:33:41.491 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMD&ps=500&p=1 | time=37ms
2020-04-08T08:33:41.5728265Z 08:33:41.571 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML8&ps=500&p=1 | time=28ms
2020-04-08T08:33:41.5980009Z 08:33:41.597 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWii9wwH49IDsqfZBekD&ps=500&p=1 | time=19ms
2020-04-08T08:33:41.6402214Z 08:33:41.639 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMP&ps=500&p=1 | time=42ms
2020-04-08T08:33:41.7008725Z 08:33:41.700 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML9&ps=500&p=1 | time=48ms
2020-04-08T08:33:41.7409414Z 08:33:41.740 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWeIT6m0ejOaZOEeDq-r&ps=500&p=1 | time=28ms
2020-04-08T08:33:41.7947723Z 08:33:41.794 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML_&ps=500&p=1 | time=52ms
2020-04-08T08:33:41.9107014Z 08:33:41.909 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML7&ps=500&p=1 | time=107ms
2020-04-08T08:33:41.9597723Z 08:33:41.958 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MME&ps=500&p=1 | time=24ms
2020-04-08T08:33:41.9950004Z 08:33:41.994 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMC&ps=500&p=1 | time=34ms
2020-04-08T08:33:42.0243139Z 08:33:42.023 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMG&ps=500&p=1 | time=27ms
2020-04-08T08:33:42.0809313Z 08:33:42.080 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML-&ps=500&p=1 | time=56ms
2020-04-08T08:33:42.1149299Z 08:33:42.114 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MML&ps=500&p=1 | time=32ms
2020-04-08T08:33:42.2049908Z 08:33:42.204 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMR&ps=500&p=1 | time=88ms
2020-04-08T08:33:42.2636052Z 08:33:42.262 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML5&ps=500&p=1 | time=52ms
2020-04-08T08:33:42.2924033Z 08:33:42.291 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMM&ps=500&p=1 | time=25ms
2020-04-08T08:33:42.3430650Z 08:33:42.342 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMI&ps=500&p=1 | time=50ms
2020-04-08T08:33:42.3811771Z 08:33:42.380 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMH&ps=500&p=1 | time=37ms
2020-04-08T08:33:42.4095162Z 08:33:42.408 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMB&ps=500&p=1 | time=27ms
2020-04-08T08:33:42.4924298Z 08:33:42.491 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML6&ps=500&p=1 | time=82ms
2020-04-08T08:33:42.5304897Z 08:33:42.529 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-ML1&ps=500&p=1 | time=34ms
2020-04-08T08:33:42.5772500Z 08:33:42.576 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMN&ps=500&p=1 | time=45ms
2020-04-08T08:33:42.6293168Z 08:33:42.628 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMA&ps=500&p=1 | time=50ms
2020-04-08T08:33:42.6901950Z 08:33:42.686 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMS&ps=500&p=1 | time=57ms
2020-04-08T08:33:42.7365137Z 08:33:42.728 DEBUG: GET 200 https://sonarcloud.io/api/rules/search.protobuf?f=repo,name,severity,lang,internalKey,templateKey,params,actives,createdAt,updatedAt&activation=true&qprofile=AWar_kc9euQOKZEC-MMF&ps=500&p=1 | time=39ms
2020-04-08T08:33:42.7488179Z 08:33:42.741 INFO: Load active rules (done) | time=1288ms
2020-04-08T08:33:42.7806965Z 08:33:42.778 INFO: Organization key: sortedpro
2020-04-08T08:33:42.7808259Z 08:33:42.779 INFO: Pull request 10913 for merge into master from feature/sonar-3
2020-04-08T08:33:42.7905560Z 08:33:42.789 INFO: SCM collecting changed files in the branch
2020-04-08T08:33:42.8067866Z 08:33:42.806 DEBUG: file=/app/.git/config, create new FileSnapshot: lastRead=2020-04-08 08:33:42.804000000, lastModified=2020-04-08 08:31:27.000000000, size=1239, fileKey=(dev=200075,ino=29165036)
2020-04-08T08:33:42.8109557Z 08:33:42.810 DEBUG: file=null, size changed from -1 to 0 bytes
2020-04-08T08:33:42.8110913Z 08:33:42.810 DEBUG: loading config FileBasedConfig[/root/.config/jgit/config]
2020-04-08T08:33:42.8115724Z 08:33:42.811 DEBUG: readpipe [git, --version],/usr/bin
2020-04-08T08:33:42.8194068Z 08:33:42.818 DEBUG: readpipe may return 'git version 2.11.0'
2020-04-08T08:33:42.8194880Z 08:33:42.819 DEBUG: remaining output:
2020-04-08T08:33:42.8195260Z
2020-04-08T08:33:42.8203043Z 08:33:42.819 DEBUG: readpipe [git, config, --system, --edit],/usr/bin
2020-04-08T08:33:42.8233610Z 08:33:42.822 DEBUG: readpipe may return '/etc/gitconfig'
2020-04-08T08:33:42.8234649Z 08:33:42.823 DEBUG: remaining output:
2020-04-08T08:33:42.8235411Z
2020-04-08T08:33:42.8250879Z 08:33:42.824 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2020-04-08 08:33:42.810000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822810000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8251819Z 08:33:42.824 DEBUG: file=/root/.config/jgit/config, is unmodified
2020-04-08T08:33:42.8254550Z 08:33:42.824 DEBUG: file=null, size changed from -1 to 0 bytes
2020-04-08T08:33:42.8255212Z 08:33:42.825 DEBUG: loading config FileBasedConfig[/etc/gitconfig]
2020-04-08T08:33:42.8258365Z 08:33:42.825 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2020-04-08 08:33:42.810000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822810000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8259715Z 08:33:42.825 DEBUG: file=/root/.config/jgit/config, is unmodified
2020-04-08T08:33:42.8262801Z 08:33:42.825 DEBUG: file=/etc/gitconfig, isRacyClean=false, read=2020-04-08 08:33:42.825000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822825000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8263733Z 08:33:42.825 DEBUG: file=/etc/gitconfig, is unmodified
2020-04-08T08:33:42.8266355Z 08:33:42.825 DEBUG: file=null, size changed from -1 to 0 bytes
2020-04-08T08:33:42.8268030Z 08:33:42.825 DEBUG: loading config FileBasedConfig[/root/.gitconfig]
2020-04-08T08:33:42.8270925Z 08:33:42.826 DEBUG: file=/app/.git/config, create new FileSnapshot: lastRead=2020-04-08 08:33:42.826000000, lastModified=2020-04-08 08:31:27.000000000, size=1239, fileKey=(dev=200075,ino=29165036)
2020-04-08T08:33:42.8290357Z 08:33:42.828 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2020-04-08 08:33:42.810000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822810000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8292716Z 08:33:42.828 DEBUG: file=/root/.config/jgit/config, is unmodified
2020-04-08T08:33:42.8295748Z 08:33:42.828 DEBUG: file=/etc/gitconfig, isRacyClean=false, read=2020-04-08 08:33:42.825000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822825000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8337337Z 08:33:42.828 DEBUG: file=/etc/gitconfig, is unmodified
2020-04-08T08:33:42.8343182Z 08:33:42.828 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2020-04-08 08:33:42.825000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822825000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8344250Z 08:33:42.828 DEBUG: file=/root/.gitconfig, is unmodified
2020-04-08T08:33:42.8349998Z 08:33:42.828 DEBUG: file=/app/.git/config, isRacyClean=false, read=2020-04-08 08:33:42.826000000, lastModified=2020-04-08 08:31:27.000000000, delta=135826000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8350934Z 08:33:42.828 DEBUG: file=/app/.git/config, is unmodified
2020-04-08T08:33:42.8517314Z 08:33:42.851 DEBUG: file=/root/.config/jgit/config, isRacyClean=false, read=2020-04-08 08:33:42.810000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822810000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8519705Z 08:33:42.851 DEBUG: file=/root/.config/jgit/config, is unmodified
2020-04-08T08:33:42.8525044Z 08:33:42.851 DEBUG: file=/etc/gitconfig, isRacyClean=false, read=2020-04-08 08:33:42.825000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822825000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8529587Z 08:33:42.851 DEBUG: file=/etc/gitconfig, is unmodified
2020-04-08T08:33:42.8531089Z 08:33:42.851 DEBUG: file=/root/.gitconfig, isRacyClean=false, read=2020-04-08 08:33:42.825000000, lastModified=1970-01-01 00:00:00.000000000, delta=1586334822825000000 ns, racy<=2500000000 ns
2020-04-08T08:33:42.8531965Z 08:33:42.851 DEBUG: file=/root/.gitconfig, is unmodified
2020-04-08T08:33:42.8533080Z 08:33:42.851 DEBUG: Thread[ForkJoinPool.commonPool-worker-1,5,main]: start measure timestamp resolution / (overlay) in /app/.git
2020-04-08T08:33:42.8626784Z 08:33:42.862 DEBUG: Thread[ForkJoinPool.commonPool-worker-1,5,main]: end measure timestamp resolution / (overlay) in /app/.git
2020-04-08T08:33:42.8631932Z 08:33:42.862 DEBUG: Thread[ForkJoinPool.commonPool-worker-1,5,main]: start measure minimal racy interval in /app/.git
2020-04-08T08:33:42.8668357Z 08:33:42.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.864000000, lastModified=2020-04-08 08:33:42.862788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8707135Z 08:33:42.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.864000000, lastModified=2020-04-08 08:33:42.862788000, delta=1212000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8893044Z 08:33:42.872 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8894609Z 08:33:42.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.876000000, lastModified=2020-04-08 08:33:42.874788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8896421Z 08:33:42.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.876000000, lastModified=2020-04-08 08:33:42.874788000, delta=1212000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8897769Z 08:33:42.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8899270Z 08:33:42.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.877000000, lastModified=2020-04-08 08:33:42.874788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8900901Z 08:33:42.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.877000000, lastModified=2020-04-08 08:33:42.874788000, delta=2212000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8902038Z 08:33:42.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8903366Z 08:33:42.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.878000000, lastModified=2020-04-08 08:33:42.874788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8905201Z 08:33:42.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.878000000, lastModified=2020-04-08 08:33:42.874788000, delta=3212000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8906545Z 08:33:42.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.8907899Z 08:33:42.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.879000000, lastModified=2020-04-08 08:33:42.874788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8909897Z 08:33:42.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.874788000 to 2020-04-08 08:33:42.882788000
2020-04-08T08:33:42.8911604Z 08:33:42.888 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.888000000, lastModified=2020-04-08 08:33:42.882788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8913241Z 08:33:42.888 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.882788000 to 2020-04-08 08:33:42.886788000
2020-04-08T08:33:42.8921042Z 08:33:42.890 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.890000000, lastModified=2020-04-08 08:33:42.886788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8923042Z 08:33:42.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.890000000, lastModified=2020-04-08 08:33:42.886788000, delta=3212000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8924449Z 08:33:42.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.8926004Z 08:33:42.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.891000000, lastModified=2020-04-08 08:33:42.886788000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8931648Z 08:33:42.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.886788000 to 2020-04-08 08:33:42.890789000
2020-04-08T08:33:42.8934902Z 08:33:42.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.892000000, lastModified=2020-04-08 08:33:42.890789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8940952Z 08:33:42.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.892000000, lastModified=2020-04-08 08:33:42.890789000, delta=1211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8942323Z 08:33:42.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8946350Z 08:33:42.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.893000000, lastModified=2020-04-08 08:33:42.890789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8951656Z 08:33:42.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.893000000, lastModified=2020-04-08 08:33:42.890789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8965029Z 08:33:42.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8966544Z 08:33:42.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.895000000, lastModified=2020-04-08 08:33:42.890789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8972957Z 08:33:42.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.895000000, lastModified=2020-04-08 08:33:42.890789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8974229Z 08:33:42.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.8975733Z 08:33:42.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.896000000, lastModified=2020-04-08 08:33:42.890789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8977398Z 08:33:42.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.890789000 to 2020-04-08 08:33:42.894789000
2020-04-08T08:33:42.8979270Z 08:33:42.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.897000000, lastModified=2020-04-08 08:33:42.894789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8981261Z 08:33:42.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.897000000, lastModified=2020-04-08 08:33:42.894789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8982884Z 08:33:42.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.8988680Z 08:33:42.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.898000000, lastModified=2020-04-08 08:33:42.894789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.8993768Z 08:33:42.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.898000000, lastModified=2020-04-08 08:33:42.894789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.8995235Z 08:33:42.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9000374Z 08:33:42.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.899000000, lastModified=2020-04-08 08:33:42.894789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9004868Z 08:33:42.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.899000000, lastModified=2020-04-08 08:33:42.894789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9006348Z 08:33:42.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9011816Z 08:33:42.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.900000000, lastModified=2020-04-08 08:33:42.898789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9017016Z 08:33:42.901 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.900000000, lastModified=2020-04-08 08:33:42.898789000, delta=1211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9018467Z 08:33:42.901 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9023729Z 08:33:42.901 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.901000000, lastModified=2020-04-08 08:33:42.898789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9029317Z 08:33:42.902 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.901000000, lastModified=2020-04-08 08:33:42.898789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9030757Z 08:33:42.902 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9035203Z 08:33:42.902 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.902000000, lastModified=2020-04-08 08:33:42.898789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9058602Z 08:33:42.903 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.902000000, lastModified=2020-04-08 08:33:42.898789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9059913Z 08:33:42.903 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9061452Z 08:33:42.904 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.904000000, lastModified=2020-04-08 08:33:42.898789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9063339Z 08:33:42.904 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.898789000 to 2020-04-08 08:33:42.902789000
2020-04-08T08:33:42.9065077Z 08:33:42.905 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.905000000, lastModified=2020-04-08 08:33:42.902789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9067079Z 08:33:42.905 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.905000000, lastModified=2020-04-08 08:33:42.902789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9068351Z 08:33:42.905 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9069810Z 08:33:42.906 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.906000000, lastModified=2020-04-08 08:33:42.902789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9097182Z 08:33:42.906 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.906000000, lastModified=2020-04-08 08:33:42.902789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9098683Z 08:33:42.906 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9100181Z 08:33:42.907 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.907000000, lastModified=2020-04-08 08:33:42.902789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9101937Z 08:33:42.907 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.907000000, lastModified=2020-04-08 08:33:42.902789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9103302Z 08:33:42.908 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9104883Z 08:33:42.908 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.908000000, lastModified=2020-04-08 08:33:42.906789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9106693Z 08:33:42.909 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.908000000, lastModified=2020-04-08 08:33:42.906789000, delta=1211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9108041Z 08:33:42.909 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9109474Z 08:33:42.909 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.909000000, lastModified=2020-04-08 08:33:42.906789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9125428Z 08:33:42.910 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.909000000, lastModified=2020-04-08 08:33:42.906789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9126732Z 08:33:42.910 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9128322Z 08:33:42.911 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.910000000, lastModified=2020-04-08 08:33:42.906789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9130361Z 08:33:42.911 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.910000000, lastModified=2020-04-08 08:33:42.906789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9131667Z 08:33:42.911 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9133161Z 08:33:42.912 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.912000000, lastModified=2020-04-08 08:33:42.906789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9135100Z 08:33:42.912 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.906789000 to 2020-04-08 08:33:42.910789000
2020-04-08T08:33:42.9140222Z 08:33:42.913 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.913000000, lastModified=2020-04-08 08:33:42.910789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9145455Z 08:33:42.914 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.913000000, lastModified=2020-04-08 08:33:42.910789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9146898Z 08:33:42.914 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9152508Z 08:33:42.914 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.914000000, lastModified=2020-04-08 08:33:42.910789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9196505Z 08:33:42.915 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.914000000, lastModified=2020-04-08 08:33:42.910789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9197832Z 08:33:42.915 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9199377Z 08:33:42.915 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.915000000, lastModified=2020-04-08 08:33:42.910789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9201061Z 08:33:42.916 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.910789000 to 2020-04-08 08:33:42.914789000
2020-04-08T08:33:42.9203127Z 08:33:42.916 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.916000000, lastModified=2020-04-08 08:33:42.914789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9204945Z 08:33:42.917 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.916000000, lastModified=2020-04-08 08:33:42.914789000, delta=1211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9206343Z 08:33:42.917 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9207833Z 08:33:42.917 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.917000000, lastModified=2020-04-08 08:33:42.914789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9209615Z 08:33:42.918 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.917000000, lastModified=2020-04-08 08:33:42.914789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9210986Z 08:33:42.918 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9212464Z 08:33:42.919 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.918000000, lastModified=2020-04-08 08:33:42.914789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9214482Z 08:33:42.919 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.918000000, lastModified=2020-04-08 08:33:42.914789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9215854Z 08:33:42.919 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9217317Z 08:33:42.920 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.920000000, lastModified=2020-04-08 08:33:42.914789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9219111Z 08:33:42.920 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.914789000 to 2020-04-08 08:33:42.918789000
2020-04-08T08:33:42.9220878Z 08:33:42.921 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.921000000, lastModified=2020-04-08 08:33:42.918789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9222724Z 08:33:42.921 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.921000000, lastModified=2020-04-08 08:33:42.918789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9224122Z 08:33:42.921 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9228460Z 08:33:42.922 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.922000000, lastModified=2020-04-08 08:33:42.918789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9233000Z 08:33:42.922 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.922000000, lastModified=2020-04-08 08:33:42.918789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9234427Z 08:33:42.923 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9245899Z 08:33:42.923 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.923000000, lastModified=2020-04-08 08:33:42.918789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9247871Z 08:33:42.924 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.923000000, lastModified=2020-04-08 08:33:42.918789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9249219Z 08:33:42.924 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9253452Z 08:33:42.924 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.924000000, lastModified=2020-04-08 08:33:42.922789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9258165Z 08:33:42.925 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.924000000, lastModified=2020-04-08 08:33:42.922789000, delta=1211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9259607Z 08:33:42.925 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9265445Z 08:33:42.926 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.925000000, lastModified=2020-04-08 08:33:42.922789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9270053Z 08:33:42.926 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.925000000, lastModified=2020-04-08 08:33:42.922789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9271588Z 08:33:42.926 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9277226Z 08:33:42.927 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.927000000, lastModified=2020-04-08 08:33:42.922789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9281878Z 08:33:42.927 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.927000000, lastModified=2020-04-08 08:33:42.922789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9283352Z 08:33:42.927 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9327088Z 08:33:42.928 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.928000000, lastModified=2020-04-08 08:33:42.926789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9336079Z 08:33:42.933 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.926789000 to 2020-04-08 08:33:42.930789000
2020-04-08T08:33:42.9338114Z 08:33:42.933 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.933000000, lastModified=2020-04-08 08:33:42.930789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9347315Z 08:33:42.934 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.933000000, lastModified=2020-04-08 08:33:42.930789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9348682Z 08:33:42.934 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9366774Z 08:33:42.934 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.934000000, lastModified=2020-04-08 08:33:42.930789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9368812Z 08:33:42.935 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.934000000, lastModified=2020-04-08 08:33:42.930789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9370163Z 08:33:42.935 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9371717Z 08:33:42.936 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.936000000, lastModified=2020-04-08 08:33:42.930789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9374132Z 08:33:42.937 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.930789000 to 2020-04-08 08:33:42.934789000
2020-04-08T08:33:42.9379972Z 08:33:42.937 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.937000000, lastModified=2020-04-08 08:33:42.934789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9384645Z 08:33:42.938 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.937000000, lastModified=2020-04-08 08:33:42.934789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9386203Z 08:33:42.938 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9392192Z 08:33:42.938 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.938000000, lastModified=2020-04-08 08:33:42.934789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9397118Z 08:33:42.939 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.938000000, lastModified=2020-04-08 08:33:42.934789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9398675Z 08:33:42.939 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9404509Z 08:33:42.940 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.939000000, lastModified=2020-04-08 08:33:42.934789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9410832Z 08:33:42.940 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.934789000 to 2020-04-08 08:33:42.938789000
2020-04-08T08:33:42.9417330Z 08:33:42.941 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.941000000, lastModified=2020-04-08 08:33:42.938789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9424524Z 08:33:42.941 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.941000000, lastModified=2020-04-08 08:33:42.938789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9426137Z 08:33:42.942 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9438517Z 08:33:42.942 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.942000000, lastModified=2020-04-08 08:33:42.938789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9448510Z 08:33:42.943 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.942000000, lastModified=2020-04-08 08:33:42.938789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9449949Z 08:33:42.943 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9451907Z 08:33:42.944 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.943000000, lastModified=2020-04-08 08:33:42.938789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9453875Z 08:33:42.944 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.943000000, lastModified=2020-04-08 08:33:42.938789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9455263Z 08:33:42.944 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9461457Z 08:33:42.945 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.945000000, lastModified=2020-04-08 08:33:42.942789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9468912Z 08:33:42.945 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.945000000, lastModified=2020-04-08 08:33:42.942789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9470500Z 08:33:42.946 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9478607Z 08:33:42.947 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.946000000, lastModified=2020-04-08 08:33:42.942789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9486118Z 08:33:42.947 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.946000000, lastModified=2020-04-08 08:33:42.942789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9487537Z 08:33:42.947 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9489097Z 08:33:42.948 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.947000000, lastModified=2020-04-08 08:33:42.942789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9497285Z 08:33:42.949 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.942789000 to 2020-04-08 08:33:42.946789000
2020-04-08T08:33:42.9503613Z 08:33:42.949 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.949000000, lastModified=2020-04-08 08:33:42.946789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9505800Z 08:33:42.949 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.949000000, lastModified=2020-04-08 08:33:42.946789000, delta=2211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9507245Z 08:33:42.949 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9514014Z 08:33:42.950 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.950000000, lastModified=2020-04-08 08:33:42.946789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9520174Z 08:33:42.951 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.950000000, lastModified=2020-04-08 08:33:42.946789000, delta=3211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9521608Z 08:33:42.951 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9527504Z 08:33:42.951 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.951000000, lastModified=2020-04-08 08:33:42.946789000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9529512Z 08:33:42.952 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.951000000, lastModified=2020-04-08 08:33:42.946789000, delta=4211000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9530833Z 08:33:42.952 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9534893Z 08:33:42.952 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.952000000, lastModified=2020-04-08 08:33:42.950790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9541934Z 08:33:42.952 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.952000000, lastModified=2020-04-08 08:33:42.950790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9543354Z 08:33:42.952 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9556213Z 08:33:42.955 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.953000000, lastModified=2020-04-08 08:33:42.950790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9562205Z 08:33:42.955 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.953000000, lastModified=2020-04-08 08:33:42.950790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9578319Z 08:33:42.955 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9584095Z 08:33:42.957 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.957000000, lastModified=2020-04-08 08:33:42.954790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9586079Z 08:33:42.957 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.957000000, lastModified=2020-04-08 08:33:42.954790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9587444Z 08:33:42.957 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9593324Z 08:33:42.958 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.958000000, lastModified=2020-04-08 08:33:42.954790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9595335Z 08:33:42.958 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.958000000, lastModified=2020-04-08 08:33:42.954790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9596856Z 08:33:42.958 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9598416Z 08:33:42.958 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.958000000, lastModified=2020-04-08 08:33:42.954790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9607513Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.958000000, lastModified=2020-04-08 08:33:42.954790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9609168Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9610676Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.959000000, lastModified=2020-04-08 08:33:42.954790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9612612Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.959000000, lastModified=2020-04-08 08:33:42.954790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9613976Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9615528Z 08:33:42.959 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.959000000, lastModified=2020-04-08 08:33:42.954790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9617429Z 08:33:42.960 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.959000000, lastModified=2020-04-08 08:33:42.954790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9618774Z 08:33:42.960 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9625744Z 08:33:42.960 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.960000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9627793Z 08:33:42.961 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.960000000, lastModified=2020-04-08 08:33:42.958790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9629110Z 08:33:42.961 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9630666Z 08:33:42.961 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.961000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9632645Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.961000000, lastModified=2020-04-08 08:33:42.958790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9634012Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9640444Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.962000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9643913Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.962000000, lastModified=2020-04-08 08:33:42.958790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9645303Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9646994Z 08:33:42.962 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.962000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9649151Z 08:33:42.963 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.962000000, lastModified=2020-04-08 08:33:42.958790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9650535Z 08:33:42.963 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9652116Z 08:33:42.963 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.963000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9661049Z 08:33:42.963 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.963000000, lastModified=2020-04-08 08:33:42.958790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9662485Z 08:33:42.963 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9664081Z 08:33:42.964 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.964000000, lastModified=2020-04-08 08:33:42.958790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9665803Z 08:33:42.964 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.958790000 to 2020-04-08 08:33:42.962790000
2020-04-08T08:33:42.9668466Z 08:33:42.964 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.964000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9671828Z 08:33:42.964 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.964000000, lastModified=2020-04-08 08:33:42.962790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9673241Z 08:33:42.964 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9674807Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9676722Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9678059Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9679663Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9684426Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9687041Z 08:33:42.965 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9688693Z 08:33:42.966 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9690572Z 08:33:42.966 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.965000000, lastModified=2020-04-08 08:33:42.962790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9691947Z 08:33:42.966 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9693689Z 08:33:42.967 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.966000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9695615Z 08:33:42.967 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.966000000, lastModified=2020-04-08 08:33:42.962790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9696981Z 08:33:42.967 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9698543Z 08:33:42.967 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.967000000, lastModified=2020-04-08 08:33:42.962790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9700437Z 08:33:42.968 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.962790000 to 2020-04-08 08:33:42.966790000
2020-04-08T08:33:42.9702246Z 08:33:42.969 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.968000000, lastModified=2020-04-08 08:33:42.966790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9704199Z 08:33:42.969 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.968000000, lastModified=2020-04-08 08:33:42.966790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9705551Z 08:33:42.969 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9738535Z 08:33:42.973 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.970000000, lastModified=2020-04-08 08:33:42.966790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9805183Z 08:33:42.973 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.966790000 to 2020-04-08 08:33:42.970790000
2020-04-08T08:33:42.9819740Z 08:33:42.980 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.980000000, lastModified=2020-04-08 08:33:42.978790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9830726Z 08:33:42.981 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.980000000, lastModified=2020-04-08 08:33:42.978790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9833551Z 08:33:42.982 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9837826Z 08:33:42.983 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.983000000, lastModified=2020-04-08 08:33:42.978790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9842806Z 08:33:42.983 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.983000000, lastModified=2020-04-08 08:33:42.978790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9843825Z 08:33:42.983 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9847549Z 08:33:42.984 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.984000000, lastModified=2020-04-08 08:33:42.978790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9851191Z 08:33:42.984 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.978790000 to 2020-04-08 08:33:42.982790000
2020-04-08T08:33:42.9855246Z 08:33:42.984 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.984000000, lastModified=2020-04-08 08:33:42.982790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9857851Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.984000000, lastModified=2020-04-08 08:33:42.982790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9859465Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9862917Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.985000000, lastModified=2020-04-08 08:33:42.982790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9864517Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.985000000, lastModified=2020-04-08 08:33:42.982790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9865477Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9866396Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.985000000, lastModified=2020-04-08 08:33:42.982790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9912881Z 08:33:42.985 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.985000000, lastModified=2020-04-08 08:33:42.982790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9914690Z 08:33:42.987 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9916363Z 08:33:42.987 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.987000000, lastModified=2020-04-08 08:33:42.982790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9921296Z 08:33:42.990 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:42.982790000 to 2020-04-08 08:33:42.986790000
2020-04-08T08:33:42.9923670Z 08:33:42.991 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.991000000, lastModified=2020-04-08 08:33:42.986790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9927755Z 08:33:42.991 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.991000000, lastModified=2020-04-08 08:33:42.986790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9929517Z 08:33:42.992 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9932909Z 08:33:42.992 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.992000000, lastModified=2020-04-08 08:33:42.990790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9936753Z 08:33:42.992 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.992000000, lastModified=2020-04-08 08:33:42.990790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9938369Z 08:33:42.993 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9941989Z 08:33:42.993 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.993000000, lastModified=2020-04-08 08:33:42.990790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9946416Z 08:33:42.993 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.993000000, lastModified=2020-04-08 08:33:42.990790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9947778Z 08:33:42.994 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:42.9953176Z 08:33:42.994 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.994000000, lastModified=2020-04-08 08:33:42.990790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9955517Z 08:33:42.994 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.994000000, lastModified=2020-04-08 08:33:42.990790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9960779Z 08:33:42.995 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9966121Z 08:33:42.995 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.995000000, lastModified=2020-04-08 08:33:42.990790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9968393Z 08:33:42.995 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:42.995000000, lastModified=2020-04-08 08:33:42.990790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:42.9973594Z 08:33:42.996 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:42.9975152Z 08:33:42.996 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:42.996000000, lastModified=2020-04-08 08:33:42.994790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:42.9980937Z 08:33:42.997 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:42.996000000, lastModified=2020-04-08 08:33:42.994790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0059677Z 08:33:43.004 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0061242Z 08:33:43.004 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.004000000, lastModified=2020-04-08 08:33:43.002790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0063195Z 08:33:43.005 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.004000000, lastModified=2020-04-08 08:33:43.002790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0064492Z 08:33:43.005 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0066056Z 08:33:43.005 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.005000000, lastModified=2020-04-08 08:33:43.002790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0072115Z 08:33:43.005 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.005000000, lastModified=2020-04-08 08:33:43.002790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0073629Z 08:33:43.006 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0075115Z 08:33:43.006 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.006000000, lastModified=2020-04-08 08:33:43.002790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0078993Z 08:33:43.006 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.006000000, lastModified=2020-04-08 08:33:43.002790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0080383Z 08:33:43.006 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0099372Z 08:33:43.007 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.007000000, lastModified=2020-04-08 08:33:43.002790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0101364Z 08:33:43.007 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.007000000, lastModified=2020-04-08 08:33:43.002790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0102924Z 08:33:43.008 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0104523Z 08:33:43.008 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.008000000, lastModified=2020-04-08 08:33:43.006790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0106551Z 08:33:43.008 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.008000000, lastModified=2020-04-08 08:33:43.006790000, delta=1210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0108105Z 08:33:43.009 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0112383Z 08:33:43.009 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.009000000, lastModified=2020-04-08 08:33:43.006790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0114341Z 08:33:43.009 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.009000000, lastModified=2020-04-08 08:33:43.006790000, delta=2210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0115745Z 08:33:43.010 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0117557Z 08:33:43.010 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.010000000, lastModified=2020-04-08 08:33:43.006790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0121335Z 08:33:43.010 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.010000000, lastModified=2020-04-08 08:33:43.006790000, delta=3210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0125645Z 08:33:43.011 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0127226Z 08:33:43.011 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.011000000, lastModified=2020-04-08 08:33:43.006790000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0129113Z 08:33:43.011 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.011000000, lastModified=2020-04-08 08:33:43.006790000, delta=4210000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0137065Z 08:33:43.013 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0180578Z 08:33:43.013 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.013000000, lastModified=2020-04-08 08:33:43.010791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0182568Z 08:33:43.014 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.013000000, lastModified=2020-04-08 08:33:43.010791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0184100Z 08:33:43.014 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0185638Z 08:33:43.015 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.014000000, lastModified=2020-04-08 08:33:43.010791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0187483Z 08:33:43.015 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.014000000, lastModified=2020-04-08 08:33:43.010791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0188838Z 08:33:43.015 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0191294Z 08:33:43.016 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.016000000, lastModified=2020-04-08 08:33:43.010791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0193222Z 08:33:43.016 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.010791000 to 2020-04-08 08:33:43.014791000
2020-04-08T08:33:43.0194916Z 08:33:43.017 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.017000000, lastModified=2020-04-08 08:33:43.014791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0196863Z 08:33:43.017 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.017000000, lastModified=2020-04-08 08:33:43.014791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0198388Z 08:33:43.017 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0199966Z 08:33:43.018 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.018000000, lastModified=2020-04-08 08:33:43.014791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0292780Z 08:33:43.024 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.018000000, lastModified=2020-04-08 08:33:43.014791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0294125Z 08:33:43.024 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0295753Z 08:33:43.024 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.024000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0297784Z 08:33:43.024 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.024000000, lastModified=2020-04-08 08:33:43.022791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0299246Z 08:33:43.024 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0300847Z 08:33:43.025 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.024000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0302804Z 08:33:43.025 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.024000000, lastModified=2020-04-08 08:33:43.022791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0304207Z 08:33:43.025 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0305830Z 08:33:43.025 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.025000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0307814Z 08:33:43.026 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.025000000, lastModified=2020-04-08 08:33:43.022791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0309170Z 08:33:43.026 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0310764Z 08:33:43.026 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.026000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0312707Z 08:33:43.026 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.026000000, lastModified=2020-04-08 08:33:43.022791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0313985Z 08:33:43.026 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0315721Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.026000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0317681Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.026000000, lastModified=2020-04-08 08:33:43.022791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0319082Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0320645Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.027000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0323320Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.027000000, lastModified=2020-04-08 08:33:43.022791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0324753Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0326246Z 08:33:43.027 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.027000000, lastModified=2020-04-08 08:33:43.022791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0328192Z 08:33:43.028 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.027000000, lastModified=2020-04-08 08:33:43.022791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0329624Z 08:33:43.028 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0351024Z 08:33:43.028 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.028000000, lastModified=2020-04-08 08:33:43.026791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0366207Z 08:33:43.033 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.026791000 to 2020-04-08 08:33:43.030791000
2020-04-08T08:33:43.0368143Z 08:33:43.033 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.033000000, lastModified=2020-04-08 08:33:43.030791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0370124Z 08:33:43.034 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.033000000, lastModified=2020-04-08 08:33:43.030791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0371558Z 08:33:43.034 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0372934Z 08:33:43.035 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.035000000, lastModified=2020-04-08 08:33:43.030791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0374867Z 08:33:43.036 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.035000000, lastModified=2020-04-08 08:33:43.030791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0376235Z 08:33:43.036 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0402614Z 08:33:43.038 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.037000000, lastModified=2020-04-08 08:33:43.034791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0404460Z 08:33:43.038 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.037000000, lastModified=2020-04-08 08:33:43.034791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0405566Z 08:33:43.038 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0406469Z 08:33:43.038 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.038000000, lastModified=2020-04-08 08:33:43.034791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0422046Z 08:33:43.039 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.038000000, lastModified=2020-04-08 08:33:43.034791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0423584Z 08:33:43.039 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0425502Z 08:33:43.039 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.039000000, lastModified=2020-04-08 08:33:43.034791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0427293Z 08:33:43.040 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.034791000 to 2020-04-08 08:33:43.038791000
2020-04-08T08:33:43.0429109Z 08:33:43.041 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.041000000, lastModified=2020-04-08 08:33:43.038791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0431068Z 08:33:43.041 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.041000000, lastModified=2020-04-08 08:33:43.038791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0432476Z 08:33:43.041 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0451713Z 08:33:43.044 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.044000000, lastModified=2020-04-08 08:33:43.042791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0570161Z 08:33:43.056 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.042791000 to 2020-04-08 08:33:43.054791000
2020-04-08T08:33:43.0576280Z 08:33:43.056 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.056000000, lastModified=2020-04-08 08:33:43.054791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0582054Z 08:33:43.057 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.056000000, lastModified=2020-04-08 08:33:43.054791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0584784Z 08:33:43.057 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0586522Z 08:33:43.058 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.058000000, lastModified=2020-04-08 08:33:43.054791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0589743Z 08:33:43.058 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.058000000, lastModified=2020-04-08 08:33:43.054791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0591573Z 08:33:43.058 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0597640Z 08:33:43.059 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.059000000, lastModified=2020-04-08 08:33:43.054791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0599950Z 08:33:43.059 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.059000000, lastModified=2020-04-08 08:33:43.054791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0602061Z 08:33:43.059 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0648497Z 08:33:43.060 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.060000000, lastModified=2020-04-08 08:33:43.054791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0650252Z 08:33:43.060 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.054791000 to 2020-04-08 08:33:43.058791000
2020-04-08T08:33:43.0652060Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.060000000, lastModified=2020-04-08 08:33:43.058791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0654136Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.060000000, lastModified=2020-04-08 08:33:43.058791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0655390Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0656910Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.061000000, lastModified=2020-04-08 08:33:43.058791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0658757Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.061000000, lastModified=2020-04-08 08:33:43.058791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0660051Z 08:33:43.061 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0661580Z 08:33:43.062 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.062000000, lastModified=2020-04-08 08:33:43.058791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0663394Z 08:33:43.062 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.062000000, lastModified=2020-04-08 08:33:43.058791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0664675Z 08:33:43.062 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0666106Z 08:33:43.062 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.062000000, lastModified=2020-04-08 08:33:43.058791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0668058Z 08:33:43.063 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.062000000, lastModified=2020-04-08 08:33:43.058791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0669387Z 08:33:43.063 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0670877Z 08:33:43.063 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.063000000, lastModified=2020-04-08 08:33:43.058791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0672699Z 08:33:43.064 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.063000000, lastModified=2020-04-08 08:33:43.058791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0673962Z 08:33:43.064 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0675462Z 08:33:43.064 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.064000000, lastModified=2020-04-08 08:33:43.062791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0677347Z 08:33:43.065 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.064000000, lastModified=2020-04-08 08:33:43.062791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0678916Z 08:33:43.065 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0680386Z 08:33:43.065 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.065000000, lastModified=2020-04-08 08:33:43.062791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0682311Z 08:33:43.066 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.065000000, lastModified=2020-04-08 08:33:43.062791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0683648Z 08:33:43.066 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0685356Z 08:33:43.066 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.066000000, lastModified=2020-04-08 08:33:43.062791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0687340Z 08:33:43.066 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.066000000, lastModified=2020-04-08 08:33:43.062791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0688775Z 08:33:43.067 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0690371Z 08:33:43.067 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.067000000, lastModified=2020-04-08 08:33:43.062791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0692312Z 08:33:43.067 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.067000000, lastModified=2020-04-08 08:33:43.062791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0697224Z 08:33:43.068 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0698843Z 08:33:43.068 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.068000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0700801Z 08:33:43.068 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.068000000, lastModified=2020-04-08 08:33:43.066791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0702190Z 08:33:43.068 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0703635Z 08:33:43.068 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.068000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0705471Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.068000000, lastModified=2020-04-08 08:33:43.066791000, delta=1209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0706778Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0708326Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.069000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0710148Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.069000000, lastModified=2020-04-08 08:33:43.066791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0711582Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0713024Z 08:33:43.069 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.069000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0715140Z 08:33:43.070 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.069000000, lastModified=2020-04-08 08:33:43.066791000, delta=2209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0716487Z 08:33:43.070 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0718022Z 08:33:43.071 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.070000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0720137Z 08:33:43.071 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.070000000, lastModified=2020-04-08 08:33:43.066791000, delta=3209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0721405Z 08:33:43.071 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0723136Z 08:33:43.071 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.071000000, lastModified=2020-04-08 08:33:43.066791000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0734249Z 08:33:43.072 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.071000000, lastModified=2020-04-08 08:33:43.066791000, delta=4209000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0735604Z 08:33:43.072 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0737067Z 08:33:43.072 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.072000000, lastModified=2020-04-08 08:33:43.070792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0738920Z 08:33:43.072 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.072000000, lastModified=2020-04-08 08:33:43.070792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0740501Z 08:33:43.072 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0743133Z 08:33:43.073 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.073000000, lastModified=2020-04-08 08:33:43.070792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0749228Z 08:33:43.074 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.073000000, lastModified=2020-04-08 08:33:43.070792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0752470Z 08:33:43.074 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0758614Z 08:33:43.075 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.075000000, lastModified=2020-04-08 08:33:43.070792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0776766Z 08:33:43.077 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.070792000 to 2020-04-08 08:33:43.074792000
2020-04-08T08:33:43.0783207Z 08:33:43.077 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.077000000, lastModified=2020-04-08 08:33:43.074792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0788981Z 08:33:43.078 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.077000000, lastModified=2020-04-08 08:33:43.074792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0792114Z 08:33:43.078 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0804540Z 08:33:43.079 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.079000000, lastModified=2020-04-08 08:33:43.074792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0809280Z 08:33:43.080 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.074792000 to 2020-04-08 08:33:43.078792000
2020-04-08T08:33:43.0815283Z 08:33:43.080 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.080000000, lastModified=2020-04-08 08:33:43.078792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0822926Z 08:33:43.081 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.080000000, lastModified=2020-04-08 08:33:43.078792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0829040Z 08:33:43.081 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0846837Z 08:33:43.084 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.084000000, lastModified=2020-04-08 08:33:43.078792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0852922Z 08:33:43.084 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.078792000 to 2020-04-08 08:33:43.082792000
2020-04-08T08:33:43.0859136Z 08:33:43.084 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.084000000, lastModified=2020-04-08 08:33:43.082792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0866286Z 08:33:43.084 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.084000000, lastModified=2020-04-08 08:33:43.082792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0867755Z 08:33:43.084 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0874683Z 08:33:43.085 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.085000000, lastModified=2020-04-08 08:33:43.082792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0876606Z 08:33:43.086 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.085000000, lastModified=2020-04-08 08:33:43.082792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0877998Z 08:33:43.086 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0879503Z 08:33:43.086 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.086000000, lastModified=2020-04-08 08:33:43.082792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0881379Z 08:33:43.086 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.086000000, lastModified=2020-04-08 08:33:43.082792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0882884Z 08:33:43.086 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0885736Z 08:33:43.087 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.086000000, lastModified=2020-04-08 08:33:43.082792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0887533Z 08:33:43.087 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.086000000, lastModified=2020-04-08 08:33:43.082792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0888775Z 08:33:43.087 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0890416Z 08:33:43.088 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.088000000, lastModified=2020-04-08 08:33:43.082792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0892465Z 08:33:43.088 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.082792000 to 2020-04-08 08:33:43.086792000
2020-04-08T08:33:43.0894966Z 08:33:43.089 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.088000000, lastModified=2020-04-08 08:33:43.086792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0898994Z 08:33:43.089 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.088000000, lastModified=2020-04-08 08:33:43.086792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0900529Z 08:33:43.089 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0902932Z 08:33:43.089 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.089000000, lastModified=2020-04-08 08:33:43.086792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0906934Z 08:33:43.090 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.089000000, lastModified=2020-04-08 08:33:43.086792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0908248Z 08:33:43.090 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0911050Z 08:33:43.090 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.090000000, lastModified=2020-04-08 08:33:43.086792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0914934Z 08:33:43.090 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.090000000, lastModified=2020-04-08 08:33:43.086792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0916255Z 08:33:43.091 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0921396Z 08:33:43.091 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.091000000, lastModified=2020-04-08 08:33:43.086792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0924811Z 08:33:43.091 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.091000000, lastModified=2020-04-08 08:33:43.086792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0926645Z 08:33:43.091 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0933569Z 08:33:43.092 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.091000000, lastModified=2020-04-08 08:33:43.086792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0935634Z 08:33:43.093 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.086792000 to 2020-04-08 08:33:43.090792000
2020-04-08T08:33:43.0940014Z 08:33:43.093 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.093000000, lastModified=2020-04-08 08:33:43.090792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0943874Z 08:33:43.093 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.093000000, lastModified=2020-04-08 08:33:43.090792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0946135Z 08:33:43.094 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0947693Z 08:33:43.094 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.094000000, lastModified=2020-04-08 08:33:43.090792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0951227Z 08:33:43.094 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.094000000, lastModified=2020-04-08 08:33:43.090792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0952551Z 08:33:43.094 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0954568Z 08:33:43.095 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.095000000, lastModified=2020-04-08 08:33:43.090792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0959532Z 08:33:43.095 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.095000000, lastModified=2020-04-08 08:33:43.090792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0961206Z 08:33:43.095 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0967995Z 08:33:43.095 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.095000000, lastModified=2020-04-08 08:33:43.090792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0969958Z 08:33:43.096 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.095000000, lastModified=2020-04-08 08:33:43.090792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0971225Z 08:33:43.096 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.0973363Z 08:33:43.096 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.096000000, lastModified=2020-04-08 08:33:43.094792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0979130Z 08:33:43.097 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.096000000, lastModified=2020-04-08 08:33:43.094792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0983965Z 08:33:43.097 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.0989049Z 08:33:43.098 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.098000000, lastModified=2020-04-08 08:33:43.094792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.0991553Z 08:33:43.098 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.098000000, lastModified=2020-04-08 08:33:43.094792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.0997541Z 08:33:43.098 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1000289Z 08:33:43.098 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.098000000, lastModified=2020-04-08 08:33:43.094792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1002496Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.098000000, lastModified=2020-04-08 08:33:43.094792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1003855Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1005391Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.099000000, lastModified=2020-04-08 08:33:43.094792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1011976Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.099000000, lastModified=2020-04-08 08:33:43.094792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1014066Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1015955Z 08:33:43.099 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.099000000, lastModified=2020-04-08 08:33:43.094792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1017907Z 08:33:43.100 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.099000000, lastModified=2020-04-08 08:33:43.094792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1019272Z 08:33:43.100 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1021136Z 08:33:43.100 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.100000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1025878Z 08:33:43.100 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.100000000, lastModified=2020-04-08 08:33:43.098792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1027528Z 08:33:43.100 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1029526Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.100000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1036369Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.100000000, lastModified=2020-04-08 08:33:43.098792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1037975Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1039700Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.101000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1042229Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.101000000, lastModified=2020-04-08 08:33:43.098792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1044419Z 08:33:43.101 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1047498Z 08:33:43.102 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.102000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1050110Z 08:33:43.102 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.102000000, lastModified=2020-04-08 08:33:43.098792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1051645Z 08:33:43.102 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1054423Z 08:33:43.103 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.102000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1062295Z 08:33:43.103 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.102000000, lastModified=2020-04-08 08:33:43.098792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1063691Z 08:33:43.103 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1069446Z 08:33:43.104 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.104000000, lastModified=2020-04-08 08:33:43.098792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1072382Z 08:33:43.104 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.098792000 to 2020-04-08 08:33:43.102792000
2020-04-08T08:33:43.1076619Z 08:33:43.105 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.105000000, lastModified=2020-04-08 08:33:43.102792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1078828Z 08:33:43.105 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.105000000, lastModified=2020-04-08 08:33:43.102792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1082720Z 08:33:43.105 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1087859Z 08:33:43.106 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.106000000, lastModified=2020-04-08 08:33:43.102792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1093764Z 08:33:43.106 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.106000000, lastModified=2020-04-08 08:33:43.102792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1095390Z 08:33:43.107 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1099110Z 08:33:43.107 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.107000000, lastModified=2020-04-08 08:33:43.102792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1101283Z 08:33:43.108 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.107000000, lastModified=2020-04-08 08:33:43.102792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1102676Z 08:33:43.108 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1104268Z 08:33:43.108 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.108000000, lastModified=2020-04-08 08:33:43.102792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1106284Z 08:33:43.108 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.102792000 to 2020-04-08 08:33:43.106792000
2020-04-08T08:33:43.1108312Z 08:33:43.108 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.108000000, lastModified=2020-04-08 08:33:43.106792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1110452Z 08:33:43.109 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.108000000, lastModified=2020-04-08 08:33:43.106792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1111959Z 08:33:43.109 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1118633Z 08:33:43.109 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.109000000, lastModified=2020-04-08 08:33:43.106792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1122263Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.109000000, lastModified=2020-04-08 08:33:43.106792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1123702Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1126010Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.110000000, lastModified=2020-04-08 08:33:43.106792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1128302Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.110000000, lastModified=2020-04-08 08:33:43.106792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1130676Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1132329Z 08:33:43.110 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.110000000, lastModified=2020-04-08 08:33:43.106792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1135709Z 08:33:43.111 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.110000000, lastModified=2020-04-08 08:33:43.106792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1137386Z 08:33:43.111 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1139073Z 08:33:43.111 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.111000000, lastModified=2020-04-08 08:33:43.106792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1142552Z 08:33:43.112 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.111000000, lastModified=2020-04-08 08:33:43.106792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1143962Z 08:33:43.112 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1146053Z 08:33:43.112 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.112000000, lastModified=2020-04-08 08:33:43.110792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1147996Z 08:33:43.113 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.112000000, lastModified=2020-04-08 08:33:43.110792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1149145Z 08:33:43.113 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1150703Z 08:33:43.113 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.113000000, lastModified=2020-04-08 08:33:43.110792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1247233Z 08:33:43.114 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.113000000, lastModified=2020-04-08 08:33:43.110792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1248498Z 08:33:43.114 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1249898Z 08:33:43.114 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.114000000, lastModified=2020-04-08 08:33:43.110792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1251445Z 08:33:43.115 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.114000000, lastModified=2020-04-08 08:33:43.110792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1252217Z 08:33:43.115 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1253223Z 08:33:43.115 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.115000000, lastModified=2020-04-08 08:33:43.110792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1254321Z 08:33:43.115 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.115000000, lastModified=2020-04-08 08:33:43.110792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1255073Z 08:33:43.115 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1256108Z 08:33:43.116 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.116000000, lastModified=2020-04-08 08:33:43.110792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1257247Z 08:33:43.116 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.110792000 to 2020-04-08 08:33:43.114792000
2020-04-08T08:33:43.1258294Z 08:33:43.116 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.116000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1259459Z 08:33:43.116 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.116000000, lastModified=2020-04-08 08:33:43.114792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1260237Z 08:33:43.116 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1261142Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.117000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1262228Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.117000000, lastModified=2020-04-08 08:33:43.114792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1263043Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1263955Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.117000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1265261Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.117000000, lastModified=2020-04-08 08:33:43.114792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1266354Z 08:33:43.117 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1267267Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1268371Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1269153Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1270061Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1271153Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1271926Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1272830Z 08:33:43.118 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1273932Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.118000000, lastModified=2020-04-08 08:33:43.114792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1274781Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1275670Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.119000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1289783Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.119000000, lastModified=2020-04-08 08:33:43.114792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1291929Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1293749Z 08:33:43.119 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.119000000, lastModified=2020-04-08 08:33:43.114792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1297058Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.119000000, lastModified=2020-04-08 08:33:43.114792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1298501Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1300862Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.120000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1302928Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.120000000, lastModified=2020-04-08 08:33:43.118792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1305063Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1307443Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.120000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1309399Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.120000000, lastModified=2020-04-08 08:33:43.118792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1311425Z 08:33:43.120 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1313713Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1316387Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1317806Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1320060Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1322839Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1324417Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1326713Z 08:33:43.121 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1328854Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.121000000, lastModified=2020-04-08 08:33:43.118792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1330216Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1333591Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1335837Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1337281Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1338981Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1340906Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1342264Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1343815Z 08:33:43.122 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1345782Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.122000000, lastModified=2020-04-08 08:33:43.118792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1347038Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1348512Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.123000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1350309Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.123000000, lastModified=2020-04-08 08:33:43.118792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1351597Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1353051Z 08:33:43.123 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.123000000, lastModified=2020-04-08 08:33:43.118792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1355884Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.123000000, lastModified=2020-04-08 08:33:43.118792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1358122Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1359870Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.124000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1361686Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.124000000, lastModified=2020-04-08 08:33:43.122792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1364185Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1367184Z 08:33:43.124 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.124000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1369616Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.124000000, lastModified=2020-04-08 08:33:43.122792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1370908Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1373428Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1375339Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1377548Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1379654Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1381412Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1383275Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1384735Z 08:33:43.125 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1387532Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.125000000, lastModified=2020-04-08 08:33:43.122792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1388866Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1390499Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1392917Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1394234Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1397011Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1399008Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1401387Z 08:33:43.126 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1403910Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1406798Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.126000000, lastModified=2020-04-08 08:33:43.122792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1408270Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1410590Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.127000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1413158Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.127000000, lastModified=2020-04-08 08:33:43.122792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1414723Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1417066Z 08:33:43.127 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.127000000, lastModified=2020-04-08 08:33:43.122792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1419655Z 08:33:43.128 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.127000000, lastModified=2020-04-08 08:33:43.122792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1421919Z 08:33:43.128 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1423570Z 08:33:43.128 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.128000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1426387Z 08:33:43.129 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.128000000, lastModified=2020-04-08 08:33:43.126792000, delta=1208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1428444Z 08:33:43.129 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1430795Z 08:33:43.129 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.129000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1433717Z 08:33:43.130 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.129000000, lastModified=2020-04-08 08:33:43.126792000, delta=2208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1435226Z 08:33:43.130 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1436724Z 08:33:43.130 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.130000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1440163Z 08:33:43.130 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.130000000, lastModified=2020-04-08 08:33:43.126792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1441617Z 08:33:43.130 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1444185Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.130000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1446869Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.130000000, lastModified=2020-04-08 08:33:43.126792000, delta=3208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1447999Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1449308Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.131000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1451050Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.131000000, lastModified=2020-04-08 08:33:43.126792000, delta=4208000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1452205Z 08:33:43.131 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1453273Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.132000000, lastModified=2020-04-08 08:33:43.126792000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1454403Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.126792000 to 2020-04-08 08:33:43.130793000
2020-04-08T08:33:43.1455522Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.132000000, lastModified=2020-04-08 08:33:43.130793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1456663Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.132000000, lastModified=2020-04-08 08:33:43.130793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1457626Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1459070Z 08:33:43.132 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.132000000, lastModified=2020-04-08 08:33:43.130793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1460876Z 08:33:43.135 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.132000000, lastModified=2020-04-08 08:33:43.130793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1462163Z 08:33:43.135 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1463207Z 08:33:43.135 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.135000000, lastModified=2020-04-08 08:33:43.130793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1464896Z 08:33:43.136 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.135000000, lastModified=2020-04-08 08:33:43.130793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1466249Z 08:33:43.136 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1467728Z 08:33:43.136 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.136000000, lastModified=2020-04-08 08:33:43.134793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1469712Z 08:33:43.137 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.136000000, lastModified=2020-04-08 08:33:43.134793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1471077Z 08:33:43.137 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1472582Z 08:33:43.137 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.137000000, lastModified=2020-04-08 08:33:43.134793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1474559Z 08:33:43.137 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.137000000, lastModified=2020-04-08 08:33:43.134793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1476224Z 08:33:43.138 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1477763Z 08:33:43.138 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.138000000, lastModified=2020-04-08 08:33:43.134793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1479587Z 08:33:43.138 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.138000000, lastModified=2020-04-08 08:33:43.134793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1481026Z 08:33:43.139 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1482641Z 08:33:43.139 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.139000000, lastModified=2020-04-08 08:33:43.134793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1484605Z 08:33:43.139 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.139000000, lastModified=2020-04-08 08:33:43.134793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1485997Z 08:33:43.140 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1487595Z 08:33:43.140 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.140000000, lastModified=2020-04-08 08:33:43.138793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1489504Z 08:33:43.140 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.140000000, lastModified=2020-04-08 08:33:43.138793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1490865Z 08:33:43.141 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1492362Z 08:33:43.141 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.141000000, lastModified=2020-04-08 08:33:43.138793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1494159Z 08:33:43.141 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.141000000, lastModified=2020-04-08 08:33:43.138793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1495129Z 08:33:43.141 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1496061Z 08:33:43.142 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.142000000, lastModified=2020-04-08 08:33:43.138793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1497307Z 08:33:43.142 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.142000000, lastModified=2020-04-08 08:33:43.138793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1498096Z 08:33:43.142 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1499250Z 08:33:43.143 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.143000000, lastModified=2020-04-08 08:33:43.138793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1501132Z 08:33:43.143 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.143000000, lastModified=2020-04-08 08:33:43.138793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1502476Z 08:33:43.143 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1504044Z 08:33:43.144 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.143000000, lastModified=2020-04-08 08:33:43.138793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1505816Z 08:33:43.144 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.138793000 to 2020-04-08 08:33:43.142793000
2020-04-08T08:33:43.1507484Z 08:33:43.144 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.144000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1509311Z 08:33:43.145 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.144000000, lastModified=2020-04-08 08:33:43.142793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1510788Z 08:33:43.145 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1512490Z 08:33:43.145 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.145000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1514338Z 08:33:43.145 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.145000000, lastModified=2020-04-08 08:33:43.142793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1517315Z 08:33:43.145 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1518321Z 08:33:43.146 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.146000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1519823Z 08:33:43.146 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.146000000, lastModified=2020-04-08 08:33:43.142793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1521083Z 08:33:43.146 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1523020Z 08:33:43.146 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.146000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1524864Z 08:33:43.147 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.146000000, lastModified=2020-04-08 08:33:43.142793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1526019Z 08:33:43.147 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1526943Z 08:33:43.147 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.147000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1528054Z 08:33:43.147 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.147000000, lastModified=2020-04-08 08:33:43.142793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1528812Z 08:33:43.147 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1529753Z 08:33:43.148 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.148000000, lastModified=2020-04-08 08:33:43.142793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1531101Z 08:33:43.148 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.142793000 to 2020-04-08 08:33:43.146793000
2020-04-08T08:33:43.1532748Z 08:33:43.148 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.148000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1534722Z 08:33:43.148 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.148000000, lastModified=2020-04-08 08:33:43.146793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1535495Z 08:33:43.149 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1536738Z 08:33:43.149 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.149000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1538306Z 08:33:43.149 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.149000000, lastModified=2020-04-08 08:33:43.146793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1539540Z 08:33:43.149 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1540843Z 08:33:43.149 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.149000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1542299Z 08:33:43.150 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.149000000, lastModified=2020-04-08 08:33:43.146793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1543234Z 08:33:43.150 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1544226Z 08:33:43.150 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.150000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1545504Z 08:33:43.150 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.150000000, lastModified=2020-04-08 08:33:43.146793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1546558Z 08:33:43.150 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1548002Z 08:33:43.151 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.151000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1549196Z 08:33:43.151 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.151000000, lastModified=2020-04-08 08:33:43.146793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1549976Z 08:33:43.152 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1550878Z 08:33:43.152 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.152000000, lastModified=2020-04-08 08:33:43.146793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1552270Z 08:33:43.153 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.146793000 to 2020-04-08 08:33:43.150793000
2020-04-08T08:33:43.1553954Z 08:33:43.154 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.154000000, lastModified=2020-04-08 08:33:43.150793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1555266Z 08:33:43.154 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.154000000, lastModified=2020-04-08 08:33:43.150793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1557589Z 08:33:43.155 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1563296Z 08:33:43.155 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.155000000, lastModified=2020-04-08 08:33:43.150793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1568010Z 08:33:43.156 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.155000000, lastModified=2020-04-08 08:33:43.150793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1571870Z 08:33:43.156 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1573091Z 08:33:43.156 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.156000000, lastModified=2020-04-08 08:33:43.154793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1591820Z 08:33:43.158 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.156000000, lastModified=2020-04-08 08:33:43.154793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1593392Z 08:33:43.158 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1596433Z 08:33:43.159 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.158000000, lastModified=2020-04-08 08:33:43.154793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1598500Z 08:33:43.159 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.158000000, lastModified=2020-04-08 08:33:43.154793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1599315Z 08:33:43.159 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1603701Z 08:33:43.159 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.159000000, lastModified=2020-04-08 08:33:43.154793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1606983Z 08:33:43.160 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.159000000, lastModified=2020-04-08 08:33:43.154793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1609364Z 08:33:43.160 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1611187Z 08:33:43.160 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.160000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1614057Z 08:33:43.160 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.160000000, lastModified=2020-04-08 08:33:43.158793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1615398Z 08:33:43.160 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1619254Z 08:33:43.161 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.161000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1622078Z 08:33:43.161 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.161000000, lastModified=2020-04-08 08:33:43.158793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1645770Z 08:33:43.161 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1646992Z 08:33:43.161 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.161000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1648368Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.161000000, lastModified=2020-04-08 08:33:43.158793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1649556Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1650740Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.162000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1652469Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.162000000, lastModified=2020-04-08 08:33:43.158793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1655163Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1656395Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.162000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1658382Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.162000000, lastModified=2020-04-08 08:33:43.158793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1661100Z 08:33:43.162 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1662311Z 08:33:43.163 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.163000000, lastModified=2020-04-08 08:33:43.158793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1663929Z 08:33:43.163 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.163000000, lastModified=2020-04-08 08:33:43.158793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1666272Z 08:33:43.163 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1667546Z 08:33:43.165 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.165000000, lastModified=2020-04-08 08:33:43.162793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1669066Z 08:33:43.165 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.165000000, lastModified=2020-04-08 08:33:43.162793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1670108Z 08:33:43.165 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1671498Z 08:33:43.165 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.165000000, lastModified=2020-04-08 08:33:43.162793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1673124Z 08:33:43.166 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.165000000, lastModified=2020-04-08 08:33:43.162793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1675747Z 08:33:43.166 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1679102Z 08:33:43.167 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.166000000, lastModified=2020-04-08 08:33:43.162793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1680767Z 08:33:43.167 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.166000000, lastModified=2020-04-08 08:33:43.162793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1682136Z 08:33:43.167 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1686596Z 08:33:43.168 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.168000000, lastModified=2020-04-08 08:33:43.162793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1702731Z 08:33:43.169 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.162793000 to 2020-04-08 08:33:43.166793000
2020-04-08T08:33:43.1706080Z 08:33:43.170 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.169000000, lastModified=2020-04-08 08:33:43.166793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1709229Z 08:33:43.170 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.169000000, lastModified=2020-04-08 08:33:43.166793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1712228Z 08:33:43.170 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1713621Z 08:33:43.170 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.170000000, lastModified=2020-04-08 08:33:43.166793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1727695Z 08:33:43.172 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.166793000 to 2020-04-08 08:33:43.170793000
2020-04-08T08:33:43.1732804Z 08:33:43.172 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.172000000, lastModified=2020-04-08 08:33:43.170793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1739168Z 08:33:43.173 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.172000000, lastModified=2020-04-08 08:33:43.170793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1746782Z 08:33:43.173 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1748621Z 08:33:43.173 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.173000000, lastModified=2020-04-08 08:33:43.170793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1753120Z 08:33:43.174 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.173000000, lastModified=2020-04-08 08:33:43.170793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1757336Z 08:33:43.174 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1758876Z 08:33:43.175 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.175000000, lastModified=2020-04-08 08:33:43.170793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1765053Z 08:33:43.175 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.175000000, lastModified=2020-04-08 08:33:43.170793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1767606Z 08:33:43.176 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1769030Z 08:33:43.176 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.176000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1772076Z 08:33:43.176 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.176000000, lastModified=2020-04-08 08:33:43.174793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1774209Z 08:33:43.176 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1775967Z 08:33:43.177 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.177000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1778611Z 08:33:43.177 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.177000000, lastModified=2020-04-08 08:33:43.174793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1779841Z 08:33:43.177 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1782046Z 08:33:43.177 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.177000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1785438Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.177000000, lastModified=2020-04-08 08:33:43.174793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1786745Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1789239Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.178000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1791649Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.178000000, lastModified=2020-04-08 08:33:43.174793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1792950Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1794634Z 08:33:43.178 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.178000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1796569Z 08:33:43.179 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.178000000, lastModified=2020-04-08 08:33:43.174793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1797778Z 08:33:43.179 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1804512Z 08:33:43.179 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.179000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1806503Z 08:33:43.179 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.179000000, lastModified=2020-04-08 08:33:43.174793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1807665Z 08:33:43.179 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1809320Z 08:33:43.180 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.179000000, lastModified=2020-04-08 08:33:43.174793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1811303Z 08:33:43.180 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.174793000 to 2020-04-08 08:33:43.178793000
2020-04-08T08:33:43.1813921Z 08:33:43.180 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.180000000, lastModified=2020-04-08 08:33:43.178793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1820427Z 08:33:43.181 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.180000000, lastModified=2020-04-08 08:33:43.178793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1821694Z 08:33:43.181 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1824199Z 08:33:43.181 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.181000000, lastModified=2020-04-08 08:33:43.178793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1826519Z 08:33:43.182 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.181000000, lastModified=2020-04-08 08:33:43.178793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1828847Z 08:33:43.182 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1831038Z 08:33:43.182 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.182000000, lastModified=2020-04-08 08:33:43.178793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1833480Z 08:33:43.182 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.182000000, lastModified=2020-04-08 08:33:43.178793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1834663Z 08:33:43.182 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1836243Z 08:33:43.183 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.182000000, lastModified=2020-04-08 08:33:43.178793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1837781Z 08:33:43.183 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.182000000, lastModified=2020-04-08 08:33:43.178793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1838949Z 08:33:43.183 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1842599Z 08:33:43.183 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.183000000, lastModified=2020-04-08 08:33:43.178793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1846497Z 08:33:43.184 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.183000000, lastModified=2020-04-08 08:33:43.178793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1848030Z 08:33:43.184 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1854110Z 08:33:43.184 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.184000000, lastModified=2020-04-08 08:33:43.182793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1859333Z 08:33:43.185 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.184000000, lastModified=2020-04-08 08:33:43.182793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1862785Z 08:33:43.185 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1878097Z 08:33:43.186 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.186000000, lastModified=2020-04-08 08:33:43.182793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1881143Z 08:33:43.186 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.186000000, lastModified=2020-04-08 08:33:43.182793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1883065Z 08:33:43.186 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1885390Z 08:33:43.186 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.186000000, lastModified=2020-04-08 08:33:43.182793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1887939Z 08:33:43.187 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.186000000, lastModified=2020-04-08 08:33:43.182793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1889535Z 08:33:43.187 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1891171Z 08:33:43.187 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.187000000, lastModified=2020-04-08 08:33:43.182793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1893090Z 08:33:43.188 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.187000000, lastModified=2020-04-08 08:33:43.182793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1894716Z 08:33:43.188 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1896289Z 08:33:43.188 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.188000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1898221Z 08:33:43.188 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.188000000, lastModified=2020-04-08 08:33:43.186793000, delta=1207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1899549Z 08:33:43.189 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1900958Z 08:33:43.189 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.189000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1903924Z 08:33:43.189 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.189000000, lastModified=2020-04-08 08:33:43.186793000, delta=2207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1905832Z 08:33:43.190 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1907845Z 08:33:43.190 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.190000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1909726Z 08:33:43.190 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.190000000, lastModified=2020-04-08 08:33:43.186793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1917484Z 08:33:43.190 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1919813Z 08:33:43.190 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.190000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1922395Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.190000000, lastModified=2020-04-08 08:33:43.186793000, delta=3207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1924355Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1925766Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.191000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1929089Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.191000000, lastModified=2020-04-08 08:33:43.186793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1930874Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1932072Z 08:33:43.191 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.191000000, lastModified=2020-04-08 08:33:43.186793000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1933729Z 08:33:43.192 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.191000000, lastModified=2020-04-08 08:33:43.186793000, delta=4207000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1934757Z 08:33:43.192 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1935832Z 08:33:43.192 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.192000000, lastModified=2020-04-08 08:33:43.190794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1945355Z 08:33:43.193 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.192000000, lastModified=2020-04-08 08:33:43.190794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1950573Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1952868Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1956128Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1958590Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1961199Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1964503Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1966841Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1969305Z 08:33:43.194 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1971711Z 08:33:43.195 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.194000000, lastModified=2020-04-08 08:33:43.190794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1973875Z 08:33:43.195 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1975477Z 08:33:43.195 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.195000000, lastModified=2020-04-08 08:33:43.190794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1978102Z 08:33:43.195 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.195000000, lastModified=2020-04-08 08:33:43.190794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1979434Z 08:33:43.195 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.1981399Z 08:33:43.196 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.196000000, lastModified=2020-04-08 08:33:43.194794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1985327Z 08:33:43.196 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.196000000, lastModified=2020-04-08 08:33:43.194794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1988556Z 08:33:43.196 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1990129Z 08:33:43.197 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.197000000, lastModified=2020-04-08 08:33:43.194794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1991839Z 08:33:43.197 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.197000000, lastModified=2020-04-08 08:33:43.194794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1993198Z 08:33:43.197 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.1994915Z 08:33:43.197 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.197000000, lastModified=2020-04-08 08:33:43.194794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.1997014Z 08:33:43.198 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.197000000, lastModified=2020-04-08 08:33:43.194794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.1998475Z 08:33:43.198 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2000240Z 08:33:43.198 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.198000000, lastModified=2020-04-08 08:33:43.194794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2002143Z 08:33:43.199 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.198000000, lastModified=2020-04-08 08:33:43.194794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2003653Z 08:33:43.199 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2005000Z 08:33:43.200 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.199000000, lastModified=2020-04-08 08:33:43.194794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2051245Z 08:33:43.204 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.194794000 to 2020-04-08 08:33:43.202794000
2020-04-08T08:33:43.2052508Z 08:33:43.204 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.204000000, lastModified=2020-04-08 08:33:43.202794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2059212Z 08:33:43.205 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.204000000, lastModified=2020-04-08 08:33:43.202794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2060037Z 08:33:43.205 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2065206Z 08:33:43.205 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.205000000, lastModified=2020-04-08 08:33:43.202794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2078015Z 08:33:43.206 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.205000000, lastModified=2020-04-08 08:33:43.202794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2079395Z 08:33:43.206 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2080509Z 08:33:43.206 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.206000000, lastModified=2020-04-08 08:33:43.202794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2081665Z 08:33:43.207 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.206000000, lastModified=2020-04-08 08:33:43.202794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2083891Z 08:33:43.207 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2085649Z 08:33:43.207 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.207000000, lastModified=2020-04-08 08:33:43.202794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2087778Z 08:33:43.207 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.207000000, lastModified=2020-04-08 08:33:43.202794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2089443Z 08:33:43.207 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2094939Z 08:33:43.208 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.208000000, lastModified=2020-04-08 08:33:43.202794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2096729Z 08:33:43.208 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.202794000 to 2020-04-08 08:33:43.206794000
2020-04-08T08:33:43.2098778Z 08:33:43.209 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.208000000, lastModified=2020-04-08 08:33:43.206794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2102554Z 08:33:43.209 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.208000000, lastModified=2020-04-08 08:33:43.206794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2103933Z 08:33:43.209 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2106075Z 08:33:43.210 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.209000000, lastModified=2020-04-08 08:33:43.206794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2110102Z 08:33:43.210 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.209000000, lastModified=2020-04-08 08:33:43.206794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2112580Z 08:33:43.210 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2114500Z 08:33:43.210 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.210000000, lastModified=2020-04-08 08:33:43.206794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2116974Z 08:33:43.211 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.210000000, lastModified=2020-04-08 08:33:43.206794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2120934Z 08:33:43.211 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2124507Z 08:33:43.212 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.211000000, lastModified=2020-04-08 08:33:43.206794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2128200Z 08:33:43.212 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.211000000, lastModified=2020-04-08 08:33:43.206794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2130003Z 08:33:43.212 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2132143Z 08:33:43.212 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.212000000, lastModified=2020-04-08 08:33:43.210794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2135372Z 08:33:43.213 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.212000000, lastModified=2020-04-08 08:33:43.210794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2137044Z 08:33:43.213 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2139168Z 08:33:43.213 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.213000000, lastModified=2020-04-08 08:33:43.210794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2142462Z 08:33:43.213 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.213000000, lastModified=2020-04-08 08:33:43.210794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2144313Z 08:33:43.213 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2146425Z 08:33:43.214 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.214000000, lastModified=2020-04-08 08:33:43.210794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2149079Z 08:33:43.214 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.214000000, lastModified=2020-04-08 08:33:43.210794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2151143Z 08:33:43.214 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2157012Z 08:33:43.215 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.215000000, lastModified=2020-04-08 08:33:43.210794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2160363Z 08:33:43.215 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.215000000, lastModified=2020-04-08 08:33:43.210794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2162347Z 08:33:43.215 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2167455Z 08:33:43.216 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.216000000, lastModified=2020-04-08 08:33:43.210794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2171306Z 08:33:43.216 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.210794000 to 2020-04-08 08:33:43.214794000
2020-04-08T08:33:43.2191114Z 08:33:43.218 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.217000000, lastModified=2020-04-08 08:33:43.214794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2193936Z 08:33:43.218 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.217000000, lastModified=2020-04-08 08:33:43.214794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2195690Z 08:33:43.219 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2197867Z 08:33:43.219 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.219000000, lastModified=2020-04-08 08:33:43.214794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2200831Z 08:33:43.219 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.219000000, lastModified=2020-04-08 08:33:43.214794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2203262Z 08:33:43.219 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2205192Z 08:33:43.219 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.219000000, lastModified=2020-04-08 08:33:43.214794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2218205Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.219000000, lastModified=2020-04-08 08:33:43.214794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2219633Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2221375Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2223586Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2224974Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2226629Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2228586Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2230042Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2231746Z 08:33:43.220 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2233678Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.220000000, lastModified=2020-04-08 08:33:43.218794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2235051Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2236712Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.221000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2238731Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.221000000, lastModified=2020-04-08 08:33:43.218794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2241086Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2242951Z 08:33:43.221 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.221000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2244876Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.221000000, lastModified=2020-04-08 08:33:43.218794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2246301Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2248029Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.222000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2250127Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.222000000, lastModified=2020-04-08 08:33:43.218794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2251731Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2253305Z 08:33:43.222 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.222000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2255225Z 08:33:43.223 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.222000000, lastModified=2020-04-08 08:33:43.218794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2256662Z 08:33:43.223 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2258431Z 08:33:43.223 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.223000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2260746Z 08:33:43.223 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.223000000, lastModified=2020-04-08 08:33:43.218794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2262311Z 08:33:43.223 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2264163Z 08:33:43.224 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.223000000, lastModified=2020-04-08 08:33:43.218794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2266474Z 08:33:43.224 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.218794000 to 2020-04-08 08:33:43.222794000
2020-04-08T08:33:43.2268696Z 08:33:43.224 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.224000000, lastModified=2020-04-08 08:33:43.222794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2271252Z 08:33:43.224 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.224000000, lastModified=2020-04-08 08:33:43.222794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2272911Z 08:33:43.224 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2274774Z 08:33:43.225 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.224000000, lastModified=2020-04-08 08:33:43.222794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2277275Z 08:33:43.225 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.224000000, lastModified=2020-04-08 08:33:43.222794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2279014Z 08:33:43.225 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2280780Z 08:33:43.226 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.226000000, lastModified=2020-04-08 08:33:43.222794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2282984Z 08:33:43.226 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.226000000, lastModified=2020-04-08 08:33:43.222794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2284620Z 08:33:43.226 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2286234Z 08:33:43.227 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.227000000, lastModified=2020-04-08 08:33:43.222794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2288711Z 08:33:43.227 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.227000000, lastModified=2020-04-08 08:33:43.222794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2290294Z 08:33:43.227 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2291993Z 08:33:43.228 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.228000000, lastModified=2020-04-08 08:33:43.222794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2293985Z 08:33:43.228 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.222794000 to 2020-04-08 08:33:43.226794000
2020-04-08T08:33:43.2296203Z 08:33:43.228 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.228000000, lastModified=2020-04-08 08:33:43.226794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2298616Z 08:33:43.228 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.228000000, lastModified=2020-04-08 08:33:43.226794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2300279Z 08:33:43.228 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2302207Z 08:33:43.229 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.229000000, lastModified=2020-04-08 08:33:43.226794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2304512Z 08:33:43.229 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.229000000, lastModified=2020-04-08 08:33:43.226794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2306379Z 08:33:43.230 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2310623Z 08:33:43.230 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.230000000, lastModified=2020-04-08 08:33:43.226794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2315685Z 08:33:43.230 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.230000000, lastModified=2020-04-08 08:33:43.226794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2319637Z 08:33:43.230 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2321600Z 08:33:43.231 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.231000000, lastModified=2020-04-08 08:33:43.226794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2324449Z 08:33:43.231 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.231000000, lastModified=2020-04-08 08:33:43.226794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2327535Z 08:33:43.231 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2329446Z 08:33:43.232 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.232000000, lastModified=2020-04-08 08:33:43.226794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2335157Z 08:33:43.232 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.226794000 to 2020-04-08 08:33:43.230794000
2020-04-08T08:33:43.2338261Z 08:33:43.233 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.232000000, lastModified=2020-04-08 08:33:43.230794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2341370Z 08:33:43.233 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.232000000, lastModified=2020-04-08 08:33:43.230794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2343389Z 08:33:43.233 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2351011Z 08:33:43.234 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.233000000, lastModified=2020-04-08 08:33:43.230794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2355159Z 08:33:43.234 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.233000000, lastModified=2020-04-08 08:33:43.230794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2358475Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2360900Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.235000000, lastModified=2020-04-08 08:33:43.230794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2364360Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.235000000, lastModified=2020-04-08 08:33:43.230794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2365988Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2367758Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.235000000, lastModified=2020-04-08 08:33:43.230794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2369979Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.235000000, lastModified=2020-04-08 08:33:43.230794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2371735Z 08:33:43.235 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2373413Z 08:33:43.236 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.236000000, lastModified=2020-04-08 08:33:43.230794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2375459Z 08:33:43.236 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.230794000 to 2020-04-08 08:33:43.234794000
2020-04-08T08:33:43.2377545Z 08:33:43.236 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.236000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2379970Z 08:33:43.236 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.236000000, lastModified=2020-04-08 08:33:43.234794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2381602Z 08:33:43.236 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2383462Z 08:33:43.237 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.237000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2385626Z 08:33:43.237 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.237000000, lastModified=2020-04-08 08:33:43.234794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2387276Z 08:33:43.237 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2389234Z 08:33:43.237 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.237000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2391579Z 08:33:43.237 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.237000000, lastModified=2020-04-08 08:33:43.234794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2393177Z 08:33:43.238 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2395083Z 08:33:43.238 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.238000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2397240Z 08:33:43.238 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.238000000, lastModified=2020-04-08 08:33:43.234794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2398997Z 08:33:43.238 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2400882Z 08:33:43.238 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.238000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2403403Z 08:33:43.239 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.238000000, lastModified=2020-04-08 08:33:43.234794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2405078Z 08:33:43.239 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2407105Z 08:33:43.239 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.239000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2409437Z 08:33:43.239 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.239000000, lastModified=2020-04-08 08:33:43.234794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2411147Z 08:33:43.239 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2412984Z 08:33:43.240 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.239000000, lastModified=2020-04-08 08:33:43.234794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2415077Z 08:33:43.240 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.234794000 to 2020-04-08 08:33:43.238794000
2020-04-08T08:33:43.2417338Z 08:33:43.240 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.240000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2419679Z 08:33:43.240 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.240000000, lastModified=2020-04-08 08:33:43.238794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2421440Z 08:33:43.240 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2423000Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.240000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2426764Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.240000000, lastModified=2020-04-08 08:33:43.238794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2428252Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2429788Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.241000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2431975Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.241000000, lastModified=2020-04-08 08:33:43.238794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2433368Z 08:33:43.241 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2434951Z 08:33:43.242 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.241000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2437590Z 08:33:43.242 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.241000000, lastModified=2020-04-08 08:33:43.238794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2439262Z 08:33:43.242 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2441069Z 08:33:43.242 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.242000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2443345Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.242000000, lastModified=2020-04-08 08:33:43.238794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2444952Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2446818Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.243000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2448965Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.243000000, lastModified=2020-04-08 08:33:43.238794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2450714Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2452977Z 08:33:43.243 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.243000000, lastModified=2020-04-08 08:33:43.238794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2455557Z 08:33:43.244 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.238794000 to 2020-04-08 08:33:43.242794000
2020-04-08T08:33:43.2457751Z 08:33:43.244 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.244000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2460265Z 08:33:43.245 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.244000000, lastModified=2020-04-08 08:33:43.242794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2462140Z 08:33:43.245 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2464225Z 08:33:43.245 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.245000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2466693Z 08:33:43.245 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.245000000, lastModified=2020-04-08 08:33:43.242794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2468205Z 08:33:43.246 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2469500Z 08:33:43.246 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.246000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2481852Z 08:33:43.246 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.246000000, lastModified=2020-04-08 08:33:43.242794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2483329Z 08:33:43.246 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2484985Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2487943Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2489578Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2491125Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2493030Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2495033Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2496487Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2498437Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2499749Z 08:33:43.247 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2533239Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2535306Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.247000000, lastModified=2020-04-08 08:33:43.242794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2536735Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2538320Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.248000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2540123Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.248000000, lastModified=2020-04-08 08:33:43.246794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2541485Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2542989Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.248000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2544886Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.248000000, lastModified=2020-04-08 08:33:43.246794000, delta=1206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2546050Z 08:33:43.248 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2547820Z 08:33:43.249 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.249000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2549607Z 08:33:43.249 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.249000000, lastModified=2020-04-08 08:33:43.246794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2551290Z 08:33:43.249 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2552879Z 08:33:43.249 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.249000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2554885Z 08:33:43.249 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.249000000, lastModified=2020-04-08 08:33:43.246794000, delta=2206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2556289Z 08:33:43.250 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2557717Z 08:33:43.250 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.250000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2559155Z 08:33:43.250 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.250000000, lastModified=2020-04-08 08:33:43.246794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2560519Z 08:33:43.250 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2562339Z 08:33:43.250 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.250000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2564441Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.250000000, lastModified=2020-04-08 08:33:43.246794000, delta=3206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2565812Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2567523Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.251000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2569677Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.251000000, lastModified=2020-04-08 08:33:43.246794000, delta=4206000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2571186Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2572873Z 08:33:43.251 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.251000000, lastModified=2020-04-08 08:33:43.246794000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2574948Z 08:33:43.252 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.246794000 to 2020-04-08 08:33:43.250795000
2020-04-08T08:33:43.2577062Z 08:33:43.252 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.252000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2579423Z 08:33:43.252 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.252000000, lastModified=2020-04-08 08:33:43.250795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2581023Z 08:33:43.252 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2582783Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2585104Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2586842Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2588658Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2590780Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2592418Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2594172Z 08:33:43.253 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2596405Z 08:33:43.254 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.253000000, lastModified=2020-04-08 08:33:43.250795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2598097Z 08:33:43.254 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2599635Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.254000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2601222Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.254000000, lastModified=2020-04-08 08:33:43.250795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2603235Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2604790Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2606512Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2607860Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2611331Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2613759Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2615537Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2617363Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2619807Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.255000000, lastModified=2020-04-08 08:33:43.250795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2621773Z 08:33:43.255 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2623786Z 08:33:43.256 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.256000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2626093Z 08:33:43.257 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.256000000, lastModified=2020-04-08 08:33:43.254795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2627676Z 08:33:43.257 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2629455Z 08:33:43.257 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.257000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2631606Z 08:33:43.257 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.257000000, lastModified=2020-04-08 08:33:43.254795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2633173Z 08:33:43.257 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2634865Z 08:33:43.258 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.257000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2637017Z 08:33:43.258 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.257000000, lastModified=2020-04-08 08:33:43.254795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2638631Z 08:33:43.258 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2640340Z 08:33:43.258 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.258000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2642604Z 08:33:43.259 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.258000000, lastModified=2020-04-08 08:33:43.254795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2644175Z 08:33:43.259 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2646075Z 08:33:43.259 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.259000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2648305Z 08:33:43.260 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.259000000, lastModified=2020-04-08 08:33:43.254795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2649911Z 08:33:43.260 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2651673Z 08:33:43.260 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.260000000, lastModified=2020-04-08 08:33:43.254795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2653874Z 08:33:43.260 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.254795000 to 2020-04-08 08:33:43.258795000
2020-04-08T08:33:43.2655982Z 08:33:43.260 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.260000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2658299Z 08:33:43.261 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.260000000, lastModified=2020-04-08 08:33:43.258795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2660071Z 08:33:43.261 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2661844Z 08:33:43.261 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.261000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2663952Z 08:33:43.261 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.261000000, lastModified=2020-04-08 08:33:43.258795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2665375Z 08:33:43.261 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2666985Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.262000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2668804Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.262000000, lastModified=2020-04-08 08:33:43.258795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2669874Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2671386Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.262000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2673288Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.262000000, lastModified=2020-04-08 08:33:43.258795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2674608Z 08:33:43.262 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2676365Z 08:33:43.263 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.263000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2678219Z 08:33:43.263 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.263000000, lastModified=2020-04-08 08:33:43.258795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2679664Z 08:33:43.263 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2681252Z 08:33:43.263 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.263000000, lastModified=2020-04-08 08:33:43.258795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2683113Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.263000000, lastModified=2020-04-08 08:33:43.258795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2684573Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2686219Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.264000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2688334Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.264000000, lastModified=2020-04-08 08:33:43.262795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2689704Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2691338Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.264000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2693483Z 08:33:43.264 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.264000000, lastModified=2020-04-08 08:33:43.262795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2694914Z 08:33:43.265 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2696476Z 08:33:43.265 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.265000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2698429Z 08:33:43.265 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.265000000, lastModified=2020-04-08 08:33:43.262795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2699810Z 08:33:43.265 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2701457Z 08:33:43.265 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.265000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2703136Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.265000000, lastModified=2020-04-08 08:33:43.262795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2704520Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2706074Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.266000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2708005Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.266000000, lastModified=2020-04-08 08:33:43.262795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2709255Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2710512Z 08:33:43.266 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.266000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2712067Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.266000000, lastModified=2020-04-08 08:33:43.262795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2713300Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2714532Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2716165Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2717835Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2719373Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2721337Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2723087Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2724847Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2726817Z 08:33:43.267 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.267000000, lastModified=2020-04-08 08:33:43.262795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2728036Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2729484Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.268000000, lastModified=2020-04-08 08:33:43.262795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2731261Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.262795000 to 2020-04-08 08:33:43.266795000
2020-04-08T08:33:43.2732849Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.268000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2734280Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.268000000, lastModified=2020-04-08 08:33:43.266795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2735705Z 08:33:43.268 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2737080Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.269000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2738684Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.269000000, lastModified=2020-04-08 08:33:43.266795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2740238Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2741690Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.269000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2743249Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.269000000, lastModified=2020-04-08 08:33:43.266795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2744361Z 08:33:43.269 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2746041Z 08:33:43.270 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.270000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2747650Z 08:33:43.270 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.270000000, lastModified=2020-04-08 08:33:43.266795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2749306Z 08:33:43.270 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2750813Z 08:33:43.270 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.270000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2752261Z 08:33:43.270 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.270000000, lastModified=2020-04-08 08:33:43.266795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2753801Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2755199Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2756835Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2758232Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2759739Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2761631Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2768833Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2770762Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2772695Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.271000000, lastModified=2020-04-08 08:33:43.266795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2773946Z 08:33:43.271 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2775553Z 08:33:43.272 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.272000000, lastModified=2020-04-08 08:33:43.266795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2777637Z 08:33:43.272 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.266795000 to 2020-04-08 08:33:43.270795000
2020-04-08T08:33:43.2778988Z 08:33:43.272 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.272000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2780930Z 08:33:43.272 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.272000000, lastModified=2020-04-08 08:33:43.270795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2782378Z 08:33:43.272 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2783943Z 08:33:43.273 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.273000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2786018Z 08:33:43.273 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.273000000, lastModified=2020-04-08 08:33:43.270795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2787458Z 08:33:43.273 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2789002Z 08:33:43.274 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.274000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2790911Z 08:33:43.274 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.274000000, lastModified=2020-04-08 08:33:43.270795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2792147Z 08:33:43.274 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2793604Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.275000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2795601Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.275000000, lastModified=2020-04-08 08:33:43.270795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2797225Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2798693Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.275000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2800574Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.275000000, lastModified=2020-04-08 08:33:43.270795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2801708Z 08:33:43.275 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2803509Z 08:33:43.276 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.276000000, lastModified=2020-04-08 08:33:43.270795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2805387Z 08:33:43.276 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.270795000 to 2020-04-08 08:33:43.274795000
2020-04-08T08:33:43.2807069Z 08:33:43.276 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.276000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2809059Z 08:33:43.276 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.276000000, lastModified=2020-04-08 08:33:43.274795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2810631Z 08:33:43.277 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2812275Z 08:33:43.277 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.277000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2814094Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.277000000, lastModified=2020-04-08 08:33:43.274795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2815175Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2816733Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.278000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2818849Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.278000000, lastModified=2020-04-08 08:33:43.274795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2820214Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2821766Z 08:33:43.278 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.278000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2823492Z 08:33:43.279 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.278000000, lastModified=2020-04-08 08:33:43.274795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2824942Z 08:33:43.279 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2826337Z 08:33:43.279 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.279000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2828247Z 08:33:43.279 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.279000000, lastModified=2020-04-08 08:33:43.274795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2829677Z 08:33:43.279 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2831326Z 08:33:43.280 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.280000000, lastModified=2020-04-08 08:33:43.274795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2833114Z 08:33:43.280 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.274795000 to 2020-04-08 08:33:43.278795000
2020-04-08T08:33:43.2835004Z 08:33:43.281 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.281000000, lastModified=2020-04-08 08:33:43.278795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2836864Z 08:33:43.281 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.281000000, lastModified=2020-04-08 08:33:43.278795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2838340Z 08:33:43.281 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2839936Z 08:33:43.282 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.282000000, lastModified=2020-04-08 08:33:43.278795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2842053Z 08:33:43.282 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.282000000, lastModified=2020-04-08 08:33:43.278795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2843524Z 08:33:43.282 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2845175Z 08:33:43.282 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.282000000, lastModified=2020-04-08 08:33:43.278795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2847171Z 08:33:43.283 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.282000000, lastModified=2020-04-08 08:33:43.278795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2848615Z 08:33:43.283 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2850384Z 08:33:43.283 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.283000000, lastModified=2020-04-08 08:33:43.278795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2852358Z 08:33:43.284 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.278795000 to 2020-04-08 08:33:43.282795000
2020-04-08T08:33:43.2854196Z 08:33:43.284 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.284000000, lastModified=2020-04-08 08:33:43.282795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2856273Z 08:33:43.284 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.284000000, lastModified=2020-04-08 08:33:43.282795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2857765Z 08:33:43.285 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2859399Z 08:33:43.285 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.285000000, lastModified=2020-04-08 08:33:43.282795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2861436Z 08:33:43.285 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.285000000, lastModified=2020-04-08 08:33:43.282795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2864216Z 08:33:43.285 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2867661Z 08:33:43.286 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.286000000, lastModified=2020-04-08 08:33:43.282795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2871265Z 08:33:43.286 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.286000000, lastModified=2020-04-08 08:33:43.282795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2875173Z 08:33:43.287 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2878904Z 08:33:43.287 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.287000000, lastModified=2020-04-08 08:33:43.282795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2888448Z 08:33:43.287 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.287000000, lastModified=2020-04-08 08:33:43.282795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2890261Z 08:33:43.287 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2897580Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.288000000, lastModified=2020-04-08 08:33:43.282795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2905838Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.282795000 to 2020-04-08 08:33:43.286795000
2020-04-08T08:33:43.2908051Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.288000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2910255Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.288000000, lastModified=2020-04-08 08:33:43.286795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2911924Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2913965Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.288000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2916089Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.288000000, lastModified=2020-04-08 08:33:43.286795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2917916Z 08:33:43.288 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2919795Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2923339Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2925723Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2928035Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2932425Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2934238Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2936028Z 08:33:43.289 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2938035Z 08:33:43.290 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.289000000, lastModified=2020-04-08 08:33:43.286795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2939525Z 08:33:43.290 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2941087Z 08:33:43.290 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.290000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2943059Z 08:33:43.291 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.290000000, lastModified=2020-04-08 08:33:43.286795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2944485Z 08:33:43.291 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2946125Z 08:33:43.291 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.291000000, lastModified=2020-04-08 08:33:43.286795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2948170Z 08:33:43.291 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.291000000, lastModified=2020-04-08 08:33:43.286795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2949617Z 08:33:43.292 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2951226Z 08:33:43.292 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.292000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2954350Z 08:33:43.292 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.292000000, lastModified=2020-04-08 08:33:43.290795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2955900Z 08:33:43.293 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2958223Z 08:33:43.293 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.293000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2960912Z 08:33:43.293 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.293000000, lastModified=2020-04-08 08:33:43.290795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2963463Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.2965329Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.294000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2968648Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.294000000, lastModified=2020-04-08 08:33:43.290795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2970298Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2972596Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.294000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2975481Z 08:33:43.294 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.294000000, lastModified=2020-04-08 08:33:43.290795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2977180Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2979609Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.295000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2981754Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.295000000, lastModified=2020-04-08 08:33:43.290795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2984215Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2986772Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.295000000, lastModified=2020-04-08 08:33:43.290795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2989558Z 08:33:43.295 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.295000000, lastModified=2020-04-08 08:33:43.290795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2991273Z 08:33:43.296 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.2993585Z 08:33:43.296 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.296000000, lastModified=2020-04-08 08:33:43.294795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.2996624Z 08:33:43.296 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.296000000, lastModified=2020-04-08 08:33:43.294795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.2998237Z 08:33:43.297 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3000702Z 08:33:43.297 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.297000000, lastModified=2020-04-08 08:33:43.294795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3003931Z 08:33:43.297 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.297000000, lastModified=2020-04-08 08:33:43.294795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3006265Z 08:33:43.298 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3008549Z 08:33:43.298 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.298000000, lastModified=2020-04-08 08:33:43.294795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3010975Z 08:33:43.298 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.298000000, lastModified=2020-04-08 08:33:43.294795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3013388Z 08:33:43.299 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3015853Z 08:33:43.299 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.299000000, lastModified=2020-04-08 08:33:43.294795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3018146Z 08:33:43.299 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.299000000, lastModified=2020-04-08 08:33:43.294795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3019722Z 08:33:43.300 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3022334Z 08:33:43.300 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.300000000, lastModified=2020-04-08 08:33:43.298795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3025280Z 08:33:43.300 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.300000000, lastModified=2020-04-08 08:33:43.298795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3027325Z 08:33:43.301 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3029856Z 08:33:43.301 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.301000000, lastModified=2020-04-08 08:33:43.298795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3032789Z 08:33:43.302 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.301000000, lastModified=2020-04-08 08:33:43.298795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3034601Z 08:33:43.302 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3037404Z 08:33:43.302 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.302000000, lastModified=2020-04-08 08:33:43.298795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3040930Z 08:33:43.303 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.302000000, lastModified=2020-04-08 08:33:43.298795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3042784Z 08:33:43.303 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3050025Z 08:33:43.304 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.304000000, lastModified=2020-04-08 08:33:43.298795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3052407Z 08:33:43.304 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.298795000 to 2020-04-08 08:33:43.302795000
2020-04-08T08:33:43.3055596Z 08:33:43.305 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.304000000, lastModified=2020-04-08 08:33:43.302795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3059637Z 08:33:43.305 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.304000000, lastModified=2020-04-08 08:33:43.302795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3062115Z 08:33:43.305 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3066758Z 08:33:43.306 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.306000000, lastModified=2020-04-08 08:33:43.302795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3071296Z 08:33:43.306 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.306000000, lastModified=2020-04-08 08:33:43.302795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3126462Z 08:33:43.306 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3128112Z 08:33:43.307 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.307000000, lastModified=2020-04-08 08:33:43.302795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3130172Z 08:33:43.307 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.307000000, lastModified=2020-04-08 08:33:43.302795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3131592Z 08:33:43.307 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3133213Z 08:33:43.308 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.308000000, lastModified=2020-04-08 08:33:43.306795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3135247Z 08:33:43.308 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.308000000, lastModified=2020-04-08 08:33:43.306795000, delta=1205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3136852Z 08:33:43.309 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3138587Z 08:33:43.309 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.309000000, lastModified=2020-04-08 08:33:43.306795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3140683Z 08:33:43.309 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.309000000, lastModified=2020-04-08 08:33:43.306795000, delta=2205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3142138Z 08:33:43.310 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3143839Z 08:33:43.310 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.310000000, lastModified=2020-04-08 08:33:43.306795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3145993Z 08:33:43.310 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.310000000, lastModified=2020-04-08 08:33:43.306795000, delta=3205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3147378Z 08:33:43.311 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3148970Z 08:33:43.311 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.311000000, lastModified=2020-04-08 08:33:43.306795000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3151075Z 08:33:43.311 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.311000000, lastModified=2020-04-08 08:33:43.306795000, delta=4205000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3153766Z 08:33:43.312 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3156225Z 08:33:43.312 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.312000000, lastModified=2020-04-08 08:33:43.310796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3158947Z 08:33:43.312 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.312000000, lastModified=2020-04-08 08:33:43.310796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3160668Z 08:33:43.312 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3163305Z 08:33:43.313 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.313000000, lastModified=2020-04-08 08:33:43.310796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3166278Z 08:33:43.313 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.313000000, lastModified=2020-04-08 08:33:43.310796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3168336Z 08:33:43.313 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3169943Z 08:33:43.314 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.314000000, lastModified=2020-04-08 08:33:43.310796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3172513Z 08:33:43.314 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.314000000, lastModified=2020-04-08 08:33:43.310796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3173889Z 08:33:43.314 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3176180Z 08:33:43.315 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.315000000, lastModified=2020-04-08 08:33:43.310796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3178106Z 08:33:43.315 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.315000000, lastModified=2020-04-08 08:33:43.310796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3179656Z 08:33:43.315 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3181205Z 08:33:43.315 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.315000000, lastModified=2020-04-08 08:33:43.310796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3183721Z 08:33:43.316 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.315000000, lastModified=2020-04-08 08:33:43.310796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3185147Z 08:33:43.316 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3187132Z 08:33:43.316 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.316000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3189774Z 08:33:43.316 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.316000000, lastModified=2020-04-08 08:33:43.314796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3191080Z 08:33:43.316 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3192877Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.317000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3194985Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.317000000, lastModified=2020-04-08 08:33:43.314796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3196425Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3197933Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.317000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3200008Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.317000000, lastModified=2020-04-08 08:33:43.314796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3201492Z 08:33:43.317 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3203725Z 08:33:43.318 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.318000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3205764Z 08:33:43.318 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.318000000, lastModified=2020-04-08 08:33:43.314796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3208039Z 08:33:43.318 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3209729Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3212308Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3213915Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3216198Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3218914Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3221073Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3223396Z 08:33:43.319 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3226113Z 08:33:43.320 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.319000000, lastModified=2020-04-08 08:33:43.314796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3227678Z 08:33:43.320 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3229975Z 08:33:43.320 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.320000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3232544Z 08:33:43.320 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.320000000, lastModified=2020-04-08 08:33:43.318796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3234594Z 08:33:43.320 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3236687Z 08:33:43.321 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.321000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3240204Z 08:33:43.321 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.321000000, lastModified=2020-04-08 08:33:43.318796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3242061Z 08:33:43.321 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3244415Z 08:33:43.321 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.321000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3246614Z 08:33:43.322 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.321000000, lastModified=2020-04-08 08:33:43.318796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3248773Z 08:33:43.322 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3250394Z 08:33:43.322 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.322000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3253123Z 08:33:43.322 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.322000000, lastModified=2020-04-08 08:33:43.318796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3255318Z 08:33:43.323 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3257428Z 08:33:43.323 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.323000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3260157Z 08:33:43.323 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.323000000, lastModified=2020-04-08 08:33:43.318796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3261482Z 08:33:43.323 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3263839Z 08:33:43.323 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.323000000, lastModified=2020-04-08 08:33:43.318796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3265949Z 08:33:43.324 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.323000000, lastModified=2020-04-08 08:33:43.318796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3268146Z 08:33:43.324 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3270666Z 08:33:43.324 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.324000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3273002Z 08:33:43.325 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.324000000, lastModified=2020-04-08 08:33:43.322796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3274517Z 08:33:43.325 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3276496Z 08:33:43.325 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.325000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3278472Z 08:33:43.325 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.325000000, lastModified=2020-04-08 08:33:43.322796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3280194Z 08:33:43.325 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3282157Z 08:33:43.326 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.326000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3285915Z 08:33:43.326 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.326000000, lastModified=2020-04-08 08:33:43.322796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3287443Z 08:33:43.326 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3289228Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.326000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3291335Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.326000000, lastModified=2020-04-08 08:33:43.322796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3292637Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3294253Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.327000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3296255Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.327000000, lastModified=2020-04-08 08:33:43.322796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3297781Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3299398Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.327000000, lastModified=2020-04-08 08:33:43.322796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3301504Z 08:33:43.327 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.327000000, lastModified=2020-04-08 08:33:43.322796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3302797Z 08:33:43.328 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3310466Z 08:33:43.328 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.328000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3317914Z 08:33:43.328 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.328000000, lastModified=2020-04-08 08:33:43.326796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3319294Z 08:33:43.328 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3320914Z 08:33:43.329 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.329000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3322741Z 08:33:43.329 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.329000000, lastModified=2020-04-08 08:33:43.326796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3324534Z 08:33:43.329 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3326292Z 08:33:43.329 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.329000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3327987Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.329000000, lastModified=2020-04-08 08:33:43.326796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3329537Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3331007Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.330000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3333013Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.330000000, lastModified=2020-04-08 08:33:43.326796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3334478Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3336148Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.330000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3338096Z 08:33:43.330 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.330000000, lastModified=2020-04-08 08:33:43.326796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3339576Z 08:33:43.331 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3340936Z 08:33:43.331 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.331000000, lastModified=2020-04-08 08:33:43.326796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3342894Z 08:33:43.332 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.331000000, lastModified=2020-04-08 08:33:43.326796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3344190Z 08:33:43.332 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3345793Z 08:33:43.332 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.332000000, lastModified=2020-04-08 08:33:43.330796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3347740Z 08:33:43.333 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.332000000, lastModified=2020-04-08 08:33:43.330796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3349129Z 08:33:43.333 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3350531Z 08:33:43.334 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.334000000, lastModified=2020-04-08 08:33:43.330796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3352472Z 08:33:43.334 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.334000000, lastModified=2020-04-08 08:33:43.330796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3353918Z 08:33:43.334 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3355576Z 08:33:43.334 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.334000000, lastModified=2020-04-08 08:33:43.330796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3357627Z 08:33:43.335 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.334000000, lastModified=2020-04-08 08:33:43.330796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3358899Z 08:33:43.335 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3360418Z 08:33:43.335 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.335000000, lastModified=2020-04-08 08:33:43.330796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3372017Z 08:33:43.335 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.335000000, lastModified=2020-04-08 08:33:43.330796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3374059Z 08:33:43.335 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3375777Z 08:33:43.336 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.336000000, lastModified=2020-04-08 08:33:43.330796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3377629Z 08:33:43.336 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.330796000 to 2020-04-08 08:33:43.334796000
2020-04-08T08:33:43.3390381Z 08:33:43.336 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.336000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3394671Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.336000000, lastModified=2020-04-08 08:33:43.334796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3396331Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3397807Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.337000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3399593Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.337000000, lastModified=2020-04-08 08:33:43.334796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3401012Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3402887Z 08:33:43.337 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.337000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3404736Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.337000000, lastModified=2020-04-08 08:33:43.334796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3406089Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3407525Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3409416Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3410752Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3412450Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3414438Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3415843Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3417417Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3419323Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.338000000, lastModified=2020-04-08 08:33:43.334796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3420584Z 08:33:43.338 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3422013Z 08:33:43.339 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.339000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3423782Z 08:33:43.339 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.339000000, lastModified=2020-04-08 08:33:43.334796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3425118Z 08:33:43.339 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3426679Z 08:33:43.340 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.340000000, lastModified=2020-04-08 08:33:43.334796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3428340Z 08:33:43.340 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.334796000 to 2020-04-08 08:33:43.338796000
2020-04-08T08:33:43.3430043Z 08:33:43.340 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.340000000, lastModified=2020-04-08 08:33:43.338796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3431742Z 08:33:43.341 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.340000000, lastModified=2020-04-08 08:33:43.338796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3432998Z 08:33:43.341 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3434449Z 08:33:43.341 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.341000000, lastModified=2020-04-08 08:33:43.338796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3436174Z 08:33:43.342 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.341000000, lastModified=2020-04-08 08:33:43.338796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3437448Z 08:33:43.342 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3438828Z 08:33:43.342 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.342000000, lastModified=2020-04-08 08:33:43.338796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3440595Z 08:33:43.343 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.342000000, lastModified=2020-04-08 08:33:43.338796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3442077Z 08:33:43.343 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3443713Z 08:33:43.343 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.343000000, lastModified=2020-04-08 08:33:43.338796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3446469Z 08:33:43.344 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.343000000, lastModified=2020-04-08 08:33:43.338796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3447846Z 08:33:43.344 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3453076Z 08:33:43.344 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.344000000, lastModified=2020-04-08 08:33:43.342796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3457736Z 08:33:43.345 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.344000000, lastModified=2020-04-08 08:33:43.342796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3460337Z 08:33:43.345 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3466719Z 08:33:43.346 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.346000000, lastModified=2020-04-08 08:33:43.342796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3468446Z 08:33:43.346 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.346000000, lastModified=2020-04-08 08:33:43.342796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3469937Z 08:33:43.346 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3476336Z 08:33:43.346 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.346000000, lastModified=2020-04-08 08:33:43.342796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3477950Z 08:33:43.347 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.346000000, lastModified=2020-04-08 08:33:43.342796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3479169Z 08:33:43.347 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3482243Z 08:33:43.347 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.347000000, lastModified=2020-04-08 08:33:43.342796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3484013Z 08:33:43.347 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.347000000, lastModified=2020-04-08 08:33:43.342796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3485371Z 08:33:43.348 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3488943Z 08:33:43.348 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.348000000, lastModified=2020-04-08 08:33:43.346796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3495773Z 08:33:43.348 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.348000000, lastModified=2020-04-08 08:33:43.346796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3497213Z 08:33:43.349 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3498728Z 08:33:43.349 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.349000000, lastModified=2020-04-08 08:33:43.346796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3502409Z 08:33:43.349 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.349000000, lastModified=2020-04-08 08:33:43.346796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3506562Z 08:33:43.350 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3508864Z 08:33:43.350 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.350000000, lastModified=2020-04-08 08:33:43.346796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3513484Z 08:33:43.350 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.350000000, lastModified=2020-04-08 08:33:43.346796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3515933Z 08:33:43.351 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3520642Z 08:33:43.351 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.351000000, lastModified=2020-04-08 08:33:43.346796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3527302Z 08:33:43.352 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.351000000, lastModified=2020-04-08 08:33:43.346796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3529487Z 08:33:43.352 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3534599Z 08:33:43.352 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.352000000, lastModified=2020-04-08 08:33:43.350796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3540174Z 08:33:43.353 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.352000000, lastModified=2020-04-08 08:33:43.350796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3544026Z 08:33:43.353 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3548801Z 08:33:43.354 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.354000000, lastModified=2020-04-08 08:33:43.350796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3553366Z 08:33:43.354 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.354000000, lastModified=2020-04-08 08:33:43.350796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3564948Z 08:33:43.355 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3566754Z 08:33:43.355 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.355000000, lastModified=2020-04-08 08:33:43.350796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3647601Z 08:33:43.356 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.355000000, lastModified=2020-04-08 08:33:43.350796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3649174Z 08:33:43.356 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3651684Z 08:33:43.356 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.356000000, lastModified=2020-04-08 08:33:43.354796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3654685Z 08:33:43.357 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.356000000, lastModified=2020-04-08 08:33:43.354796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3657338Z 08:33:43.357 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3659739Z 08:33:43.358 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.358000000, lastModified=2020-04-08 08:33:43.354796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3662372Z 08:33:43.358 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.358000000, lastModified=2020-04-08 08:33:43.354796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3664351Z 08:33:43.358 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3666949Z 08:33:43.359 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.359000000, lastModified=2020-04-08 08:33:43.354796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3669911Z 08:33:43.359 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.359000000, lastModified=2020-04-08 08:33:43.354796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3671509Z 08:33:43.359 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3674480Z 08:33:43.360 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.360000000, lastModified=2020-04-08 08:33:43.358796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3677427Z 08:33:43.360 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.360000000, lastModified=2020-04-08 08:33:43.358796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3679134Z 08:33:43.361 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3681389Z 08:33:43.361 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.361000000, lastModified=2020-04-08 08:33:43.358796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3684329Z 08:33:43.361 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.361000000, lastModified=2020-04-08 08:33:43.358796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3686556Z 08:33:43.362 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3688221Z 08:33:43.362 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.362000000, lastModified=2020-04-08 08:33:43.358796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3691618Z 08:33:43.363 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.362000000, lastModified=2020-04-08 08:33:43.358796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3693376Z 08:33:43.363 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3695685Z 08:33:43.363 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.363000000, lastModified=2020-04-08 08:33:43.358796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3699042Z 08:33:43.364 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.363000000, lastModified=2020-04-08 08:33:43.358796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3701832Z 08:33:43.364 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3704469Z 08:33:43.364 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.364000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3708478Z 08:33:43.364 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.364000000, lastModified=2020-04-08 08:33:43.362796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3710761Z 08:33:43.364 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3713955Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.365000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3716993Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.365000000, lastModified=2020-04-08 08:33:43.362796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3718884Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3720965Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.365000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3723399Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.365000000, lastModified=2020-04-08 08:33:43.362796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3725122Z 08:33:43.365 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3726985Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.366000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3729165Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.366000000, lastModified=2020-04-08 08:33:43.362796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3730770Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3732607Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.366000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3734810Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.366000000, lastModified=2020-04-08 08:33:43.362796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3736411Z 08:33:43.366 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3738227Z 08:33:43.367 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.367000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3740412Z 08:33:43.367 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.367000000, lastModified=2020-04-08 08:33:43.362796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3741915Z 08:33:43.367 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3743636Z 08:33:43.367 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.367000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3745878Z 08:33:43.367 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.367000000, lastModified=2020-04-08 08:33:43.362796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3747295Z 08:33:43.368 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3749181Z 08:33:43.368 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.368000000, lastModified=2020-04-08 08:33:43.362796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3751039Z 08:33:43.368 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.362796000 to 2020-04-08 08:33:43.366796000
2020-04-08T08:33:43.3752933Z 08:33:43.368 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.368000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3755156Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.368000000, lastModified=2020-04-08 08:33:43.366796000, delta=1204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3756680Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3758343Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.369000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3760409Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.369000000, lastModified=2020-04-08 08:33:43.366796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3761945Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3763682Z 08:33:43.369 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.369000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3765687Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.369000000, lastModified=2020-04-08 08:33:43.366796000, delta=2204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3767249Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3768943Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.370000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3770987Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.370000000, lastModified=2020-04-08 08:33:43.366796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3772403Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3774039Z 08:33:43.370 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.370000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3776160Z 08:33:43.371 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.370000000, lastModified=2020-04-08 08:33:43.366796000, delta=3204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3777628Z 08:33:43.371 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3779284Z 08:33:43.371 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.371000000, lastModified=2020-04-08 08:33:43.366796000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3781245Z 08:33:43.371 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.371000000, lastModified=2020-04-08 08:33:43.366796000, delta=4204000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3782918Z 08:33:43.372 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3784539Z 08:33:43.372 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.372000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3786416Z 08:33:43.372 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.372000000, lastModified=2020-04-08 08:33:43.370797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3787805Z 08:33:43.372 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3789661Z 08:33:43.372 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.372000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3791679Z 08:33:43.373 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.372000000, lastModified=2020-04-08 08:33:43.370797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3793118Z 08:33:43.373 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3795037Z 08:33:43.373 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.373000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3797241Z 08:33:43.373 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.373000000, lastModified=2020-04-08 08:33:43.370797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3798835Z 08:33:43.373 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3800618Z 08:33:43.374 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.374000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3802975Z 08:33:43.374 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.374000000, lastModified=2020-04-08 08:33:43.370797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3804563Z 08:33:43.374 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3806369Z 08:33:43.374 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.374000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3808556Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.374000000, lastModified=2020-04-08 08:33:43.370797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3810127Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3811934Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.375000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3814042Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.375000000, lastModified=2020-04-08 08:33:43.370797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3815649Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3817417Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.375000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3819811Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.375000000, lastModified=2020-04-08 08:33:43.370797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3821339Z 08:33:43.375 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3823118Z 08:33:43.376 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.376000000, lastModified=2020-04-08 08:33:43.370797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3825309Z 08:33:43.376 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.370797000 to 2020-04-08 08:33:43.374797000
2020-04-08T08:33:43.3827400Z 08:33:43.376 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.376000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3829599Z 08:33:43.376 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.376000000, lastModified=2020-04-08 08:33:43.374797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3831141Z 08:33:43.376 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3832921Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3835085Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3836537Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3838326Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3840484Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3842261Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3844268Z 08:33:43.377 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3846399Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.377000000, lastModified=2020-04-08 08:33:43.374797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3847962Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3849618Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.378000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3851714Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.378000000, lastModified=2020-04-08 08:33:43.374797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3853148Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3855026Z 08:33:43.378 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.378000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3857171Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.378000000, lastModified=2020-04-08 08:33:43.374797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3859550Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3862308Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.379000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3864858Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.379000000, lastModified=2020-04-08 08:33:43.374797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3866544Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3868447Z 08:33:43.379 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.379000000, lastModified=2020-04-08 08:33:43.374797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3870812Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.379000000, lastModified=2020-04-08 08:33:43.374797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3872478Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3874255Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.380000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3876509Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.380000000, lastModified=2020-04-08 08:33:43.378797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3878050Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3879693Z 08:33:43.380 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.380000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3882013Z 08:33:43.381 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.380000000, lastModified=2020-04-08 08:33:43.378797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3883575Z 08:33:43.381 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3885354Z 08:33:43.381 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.381000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3887534Z 08:33:43.381 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.381000000, lastModified=2020-04-08 08:33:43.378797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3889194Z 08:33:43.381 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3890986Z 08:33:43.382 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.381000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3893186Z 08:33:43.382 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.381000000, lastModified=2020-04-08 08:33:43.378797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3895005Z 08:33:43.382 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3896807Z 08:33:43.382 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.382000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3899028Z 08:33:43.382 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.382000000, lastModified=2020-04-08 08:33:43.378797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3900913Z 08:33:43.383 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3902755Z 08:33:43.383 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.383000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3904991Z 08:33:43.383 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.383000000, lastModified=2020-04-08 08:33:43.378797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3906754Z 08:33:43.383 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3908567Z 08:33:43.384 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.384000000, lastModified=2020-04-08 08:33:43.378797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3910534Z 08:33:43.384 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.378797000 to 2020-04-08 08:33:43.382797000
2020-04-08T08:33:43.3912601Z 08:33:43.384 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.384000000, lastModified=2020-04-08 08:33:43.382797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3914802Z 08:33:43.385 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.384000000, lastModified=2020-04-08 08:33:43.382797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3916400Z 08:33:43.385 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3918138Z 08:33:43.385 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.385000000, lastModified=2020-04-08 08:33:43.382797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3920304Z 08:33:43.386 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.385000000, lastModified=2020-04-08 08:33:43.382797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3928986Z 08:33:43.386 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3930986Z 08:33:43.386 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.386000000, lastModified=2020-04-08 08:33:43.382797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3933176Z 08:33:43.386 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.386000000, lastModified=2020-04-08 08:33:43.382797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3934846Z 08:33:43.387 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3936862Z 08:33:43.387 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.387000000, lastModified=2020-04-08 08:33:43.382797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3939340Z 08:33:43.387 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.387000000, lastModified=2020-04-08 08:33:43.382797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3941074Z 08:33:43.388 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3942782Z 08:33:43.388 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.388000000, lastModified=2020-04-08 08:33:43.382797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3944625Z 08:33:43.388 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.382797000 to 2020-04-08 08:33:43.386797000
2020-04-08T08:33:43.3946743Z 08:33:43.388 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.388000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3948865Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.388000000, lastModified=2020-04-08 08:33:43.386797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3950513Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3952272Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.389000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3954418Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.389000000, lastModified=2020-04-08 08:33:43.386797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3956190Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3958006Z 08:33:43.389 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.389000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3960190Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.389000000, lastModified=2020-04-08 08:33:43.386797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3962040Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3964007Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.390000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3966298Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.390000000, lastModified=2020-04-08 08:33:43.386797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3968066Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3969852Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.390000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3972056Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.390000000, lastModified=2020-04-08 08:33:43.386797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3973666Z 08:33:43.390 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3975487Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3977731Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3979174Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3980793Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3983253Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3984835Z 08:33:43.391 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3986632Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3988867Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.391000000, lastModified=2020-04-08 08:33:43.386797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3990460Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.3992050Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.392000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3994016Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.392000000, lastModified=2020-04-08 08:33:43.390797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.3995650Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.3997455Z 08:33:43.392 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.392000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.3999625Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.392000000, lastModified=2020-04-08 08:33:43.390797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4001245Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4003556Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4005619Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4007137Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4008861Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4011048Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4012792Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4014436Z 08:33:43.393 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4017498Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.393000000, lastModified=2020-04-08 08:33:43.390797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4019332Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4021455Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.394000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4023750Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.394000000, lastModified=2020-04-08 08:33:43.390797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4025483Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4027521Z 08:33:43.394 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.394000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4029780Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.394000000, lastModified=2020-04-08 08:33:43.390797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4031300Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4033010Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.395000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4035145Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.395000000, lastModified=2020-04-08 08:33:43.390797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4036791Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4038575Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.395000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4040748Z 08:33:43.395 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.395000000, lastModified=2020-04-08 08:33:43.390797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4042527Z 08:33:43.396 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4044608Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.396000000, lastModified=2020-04-08 08:33:43.390797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4046715Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.390797000 to 2020-04-08 08:33:43.394797000
2020-04-08T08:33:43.4049145Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.398000000, lastModified=2020-04-08 08:33:43.394797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4051502Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.398000000, lastModified=2020-04-08 08:33:43.394797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4053441Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4055248Z 08:33:43.398 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.398000000, lastModified=2020-04-08 08:33:43.394797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4057777Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.398000000, lastModified=2020-04-08 08:33:43.394797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4059666Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4061405Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.399000000, lastModified=2020-04-08 08:33:43.394797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4063495Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.399000000, lastModified=2020-04-08 08:33:43.394797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4064970Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4066641Z 08:33:43.399 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.399000000, lastModified=2020-04-08 08:33:43.394797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4068792Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.399000000, lastModified=2020-04-08 08:33:43.394797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4070292Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4072030Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.400000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4074227Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.400000000, lastModified=2020-04-08 08:33:43.398797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4075855Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4077445Z 08:33:43.400 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.400000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4079759Z 08:33:43.401 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.400000000, lastModified=2020-04-08 08:33:43.398797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4081316Z 08:33:43.401 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4083223Z 08:33:43.401 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.401000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4085217Z 08:33:43.401 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.401000000, lastModified=2020-04-08 08:33:43.398797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4086684Z 08:33:43.401 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4088380Z 08:33:43.402 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.402000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4090574Z 08:33:43.402 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.402000000, lastModified=2020-04-08 08:33:43.398797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4092225Z 08:33:43.402 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4093832Z 08:33:43.402 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.402000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4096010Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.402000000, lastModified=2020-04-08 08:33:43.398797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4097444Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4099153Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4101216Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4102806Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4104447Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4106526Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4108043Z 08:33:43.403 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4109802Z 08:33:43.404 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4112091Z 08:33:43.404 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.403000000, lastModified=2020-04-08 08:33:43.398797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4113731Z 08:33:43.404 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4115500Z 08:33:43.404 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.404000000, lastModified=2020-04-08 08:33:43.402797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4117771Z 08:33:43.405 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.404000000, lastModified=2020-04-08 08:33:43.402797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4119559Z 08:33:43.405 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4121216Z 08:33:43.405 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.405000000, lastModified=2020-04-08 08:33:43.402797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4123772Z 08:33:43.405 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.405000000, lastModified=2020-04-08 08:33:43.402797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4125813Z 08:33:43.406 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4127517Z 08:33:43.406 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.406000000, lastModified=2020-04-08 08:33:43.402797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4129636Z 08:33:43.407 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.406000000, lastModified=2020-04-08 08:33:43.402797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4131333Z 08:33:43.407 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4133011Z 08:33:43.407 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.407000000, lastModified=2020-04-08 08:33:43.402797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4134947Z 08:33:43.408 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.407000000, lastModified=2020-04-08 08:33:43.402797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4136530Z 08:33:43.408 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4138397Z 08:33:43.408 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.408000000, lastModified=2020-04-08 08:33:43.406797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4140446Z 08:33:43.409 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.408000000, lastModified=2020-04-08 08:33:43.406797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4141953Z 08:33:43.409 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4143584Z 08:33:43.409 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.409000000, lastModified=2020-04-08 08:33:43.406797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4145704Z 08:33:43.410 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.409000000, lastModified=2020-04-08 08:33:43.406797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4147392Z 08:33:43.410 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4149177Z 08:33:43.410 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.410000000, lastModified=2020-04-08 08:33:43.406797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4151342Z 08:33:43.411 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.410000000, lastModified=2020-04-08 08:33:43.406797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4152692Z 08:33:43.411 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4154397Z 08:33:43.412 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.412000000, lastModified=2020-04-08 08:33:43.406797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4156266Z 08:33:43.412 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.406797000 to 2020-04-08 08:33:43.410797000
2020-04-08T08:33:43.4158291Z 08:33:43.413 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.413000000, lastModified=2020-04-08 08:33:43.410797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4160610Z 08:33:43.413 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.413000000, lastModified=2020-04-08 08:33:43.410797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4162438Z 08:33:43.413 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4164237Z 08:33:43.414 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.414000000, lastModified=2020-04-08 08:33:43.410797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4166253Z 08:33:43.414 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.414000000, lastModified=2020-04-08 08:33:43.410797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4167955Z 08:33:43.415 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4169639Z 08:33:43.415 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.415000000, lastModified=2020-04-08 08:33:43.410797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4172022Z 08:33:43.416 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.410797000 to 2020-04-08 08:33:43.414797000
2020-04-08T08:33:43.4174331Z 08:33:43.416 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.416000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4177541Z 08:33:43.417 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.416000000, lastModified=2020-04-08 08:33:43.414797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4180888Z 08:33:43.417 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4187935Z 08:33:43.418 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.418000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4190182Z 08:33:43.418 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.418000000, lastModified=2020-04-08 08:33:43.414797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4191730Z 08:33:43.418 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4193636Z 08:33:43.418 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.418000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4207164Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.418000000, lastModified=2020-04-08 08:33:43.414797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4208644Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4210398Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.419000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4212832Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.419000000, lastModified=2020-04-08 08:33:43.414797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4214276Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4215835Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.419000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4218006Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.419000000, lastModified=2020-04-08 08:33:43.414797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4219356Z 08:33:43.419 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4220901Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.414797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4223360Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.414797000, delta=5203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4224862Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4226681Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.418797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4228660Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.418797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4230144Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4231801Z 08:33:43.420 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.418797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4233831Z 08:33:43.421 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.420000000, lastModified=2020-04-08 08:33:43.418797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4235635Z 08:33:43.421 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4237267Z 08:33:43.421 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.421000000, lastModified=2020-04-08 08:33:43.418797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4239287Z 08:33:43.421 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.421000000, lastModified=2020-04-08 08:33:43.418797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4240838Z 08:33:43.422 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4243072Z 08:33:43.422 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.422000000, lastModified=2020-04-08 08:33:43.418797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4245169Z 08:33:43.422 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.422000000, lastModified=2020-04-08 08:33:43.418797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4246681Z 08:33:43.422 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4248440Z 08:33:43.423 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.423000000, lastModified=2020-04-08 08:33:43.418797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4250506Z 08:33:43.423 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.423000000, lastModified=2020-04-08 08:33:43.418797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4252206Z 08:33:43.424 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4253965Z 08:33:43.424 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.424000000, lastModified=2020-04-08 08:33:43.422797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4257131Z 08:33:43.425 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.424000000, lastModified=2020-04-08 08:33:43.422797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4259699Z 08:33:43.425 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4264961Z 08:33:43.426 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.425000000, lastModified=2020-04-08 08:33:43.422797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4268198Z 08:33:43.426 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.425000000, lastModified=2020-04-08 08:33:43.422797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4270066Z 08:33:43.426 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4288507Z 08:33:43.428 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.428000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4293145Z 08:33:43.428 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.428000000, lastModified=2020-04-08 08:33:43.426797000, delta=1203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4295045Z 08:33:43.429 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4298159Z 08:33:43.429 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.429000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4300897Z 08:33:43.429 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.429000000, lastModified=2020-04-08 08:33:43.426797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4302541Z 08:33:43.429 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4305540Z 08:33:43.429 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.429000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4308811Z 08:33:43.430 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.429000000, lastModified=2020-04-08 08:33:43.426797000, delta=2203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4310605Z 08:33:43.430 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4314312Z 08:33:43.430 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.430000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4317969Z 08:33:43.430 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.430000000, lastModified=2020-04-08 08:33:43.426797000, delta=3203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4321098Z 08:33:43.431 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4324456Z 08:33:43.431 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.431000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4329527Z 08:33:43.431 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.431000000, lastModified=2020-04-08 08:33:43.426797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4333332Z 08:33:43.431 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4337035Z 08:33:43.431 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.431000000, lastModified=2020-04-08 08:33:43.426797000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4339968Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.431000000, lastModified=2020-04-08 08:33:43.426797000, delta=4203000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4341407Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4348751Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.432000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4351481Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.432000000, lastModified=2020-04-08 08:33:43.430798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4353433Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4354865Z 08:33:43.432 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.432000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4357275Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.432000000, lastModified=2020-04-08 08:33:43.430798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4359307Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4360743Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.433000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4363789Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.433000000, lastModified=2020-04-08 08:33:43.430798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4365994Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4367841Z 08:33:43.433 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.433000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4369909Z 08:33:43.434 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.433000000, lastModified=2020-04-08 08:33:43.430798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4371426Z 08:33:43.434 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4372816Z 08:33:43.434 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.434000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4374835Z 08:33:43.434 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.434000000, lastModified=2020-04-08 08:33:43.430798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4376325Z 08:33:43.434 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4377944Z 08:33:43.435 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.435000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4379948Z 08:33:43.435 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.435000000, lastModified=2020-04-08 08:33:43.430798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4381596Z 08:33:43.435 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4383381Z 08:33:43.435 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.435000000, lastModified=2020-04-08 08:33:43.430798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4385372Z 08:33:43.435 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.435000000, lastModified=2020-04-08 08:33:43.430798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4386895Z 08:33:43.436 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4388494Z 08:33:43.436 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.436000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4390512Z 08:33:43.436 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.436000000, lastModified=2020-04-08 08:33:43.434798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4392040Z 08:33:43.436 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4393729Z 08:33:43.436 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.436000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4395738Z 08:33:43.437 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.436000000, lastModified=2020-04-08 08:33:43.434798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4397241Z 08:33:43.437 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4398831Z 08:33:43.437 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.437000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4401012Z 08:33:43.437 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.437000000, lastModified=2020-04-08 08:33:43.434798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4402662Z 08:33:43.437 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4404352Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4406404Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4407837Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4409537Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4411759Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4413399Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4415035Z 08:33:43.438 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4417020Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.438000000, lastModified=2020-04-08 08:33:43.434798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4418705Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4420288Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.439000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4422268Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.439000000, lastModified=2020-04-08 08:33:43.434798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4423657Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4425215Z 08:33:43.439 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.439000000, lastModified=2020-04-08 08:33:43.434798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4427291Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.439000000, lastModified=2020-04-08 08:33:43.434798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4428758Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4430351Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.440000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4432632Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.440000000, lastModified=2020-04-08 08:33:43.438798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4434164Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4435776Z 08:33:43.440 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.440000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4437853Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.440000000, lastModified=2020-04-08 08:33:43.438798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4439329Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4440997Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.441000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4443422Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.441000000, lastModified=2020-04-08 08:33:43.438798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4444805Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4446618Z 08:33:43.441 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.441000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4448450Z 08:33:43.442 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.441000000, lastModified=2020-04-08 08:33:43.438798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4449720Z 08:33:43.442 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4451213Z 08:33:43.442 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.442000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4453100Z 08:33:43.442 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.442000000, lastModified=2020-04-08 08:33:43.438798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4454397Z 08:33:43.442 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4455858Z 08:33:43.443 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.443000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4457663Z 08:33:43.443 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.443000000, lastModified=2020-04-08 08:33:43.438798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4458937Z 08:33:43.443 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4460408Z 08:33:43.443 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.443000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4462213Z 08:33:43.443 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.443000000, lastModified=2020-04-08 08:33:43.438798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4463696Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4465196Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.444000000, lastModified=2020-04-08 08:33:43.438798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4466856Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.438798000 to 2020-04-08 08:33:43.442798000
2020-04-08T08:33:43.4468596Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.444000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4470467Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.444000000, lastModified=2020-04-08 08:33:43.442798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4471814Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4473325Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.444000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4475143Z 08:33:43.444 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.444000000, lastModified=2020-04-08 08:33:43.442798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4476565Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4478101Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4479847Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4481079Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4483018Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4486794Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4503404Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4506028Z 08:33:43.445 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4508165Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.445000000, lastModified=2020-04-08 08:33:43.442798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4509753Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4511545Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.446000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4514591Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.446000000, lastModified=2020-04-08 08:33:43.442798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4516076Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4517620Z 08:33:43.446 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.446000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4520639Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.446000000, lastModified=2020-04-08 08:33:43.442798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4522081Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4523618Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.447000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4525613Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.447000000, lastModified=2020-04-08 08:33:43.442798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4527392Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4528999Z 08:33:43.447 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.447000000, lastModified=2020-04-08 08:33:43.442798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4531130Z 08:33:43.448 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.442798000 to 2020-04-08 08:33:43.446798000
2020-04-08T08:33:43.4532795Z 08:33:43.448 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.448000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4534926Z 08:33:43.448 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.448000000, lastModified=2020-04-08 08:33:43.446798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4536528Z 08:33:43.448 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4538965Z 08:33:43.448 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.448000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4541117Z 08:33:43.449 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.448000000, lastModified=2020-04-08 08:33:43.446798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4542687Z 08:33:43.449 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4544239Z 08:33:43.449 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.449000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4546388Z 08:33:43.449 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.449000000, lastModified=2020-04-08 08:33:43.446798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4547998Z 08:33:43.449 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4549563Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4551403Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4552692Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4554191Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4556039Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4557281Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4558873Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4560348Z 08:33:43.450 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.450000000, lastModified=2020-04-08 08:33:43.446798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4561721Z 08:33:43.451 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4563196Z 08:33:43.451 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.451000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4565252Z 08:33:43.451 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.451000000, lastModified=2020-04-08 08:33:43.446798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4566412Z 08:33:43.451 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4567321Z 08:33:43.451 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.451000000, lastModified=2020-04-08 08:33:43.446798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4569167Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.446798000 to 2020-04-08 08:33:43.450798000
2020-04-08T08:33:43.4570885Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.453000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4572587Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.453000000, lastModified=2020-04-08 08:33:43.450798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4573378Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4574478Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.453000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4576315Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.453000000, lastModified=2020-04-08 08:33:43.450798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4577634Z 08:33:43.453 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4578672Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4580134Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4581405Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4582708Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4584437Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4585699Z 08:33:43.454 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4587090Z 08:33:43.455 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4588866Z 08:33:43.455 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.454000000, lastModified=2020-04-08 08:33:43.450798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4591328Z 08:33:43.455 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4593038Z 08:33:43.456 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.456000000, lastModified=2020-04-08 08:33:43.450798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4594777Z 08:33:43.456 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.450798000 to 2020-04-08 08:33:43.454798000
2020-04-08T08:33:43.4595954Z 08:33:43.456 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.456000000, lastModified=2020-04-08 08:33:43.454798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4597354Z 08:33:43.457 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.456000000, lastModified=2020-04-08 08:33:43.454798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4598634Z 08:33:43.457 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4600112Z 08:33:43.457 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.457000000, lastModified=2020-04-08 08:33:43.454798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4601588Z 08:33:43.458 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.457000000, lastModified=2020-04-08 08:33:43.454798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4603282Z 08:33:43.458 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4604867Z 08:33:43.458 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.458000000, lastModified=2020-04-08 08:33:43.454798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4606660Z 08:33:43.458 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.458000000, lastModified=2020-04-08 08:33:43.454798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4607983Z 08:33:43.458 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4609507Z 08:33:43.459 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.459000000, lastModified=2020-04-08 08:33:43.454798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4610856Z 08:33:43.459 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.459000000, lastModified=2020-04-08 08:33:43.454798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4611782Z 08:33:43.459 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4613270Z 08:33:43.460 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.459000000, lastModified=2020-04-08 08:33:43.454798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4614918Z 08:33:43.460 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.454798000 to 2020-04-08 08:33:43.458798000
2020-04-08T08:33:43.4616666Z 08:33:43.460 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.460000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4618510Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.460000000, lastModified=2020-04-08 08:33:43.458798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4619809Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4622039Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.461000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4623871Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.461000000, lastModified=2020-04-08 08:33:43.458798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4624911Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4626415Z 08:33:43.461 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.461000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4628977Z 08:33:43.462 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.461000000, lastModified=2020-04-08 08:33:43.458798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4630874Z 08:33:43.462 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4633791Z 08:33:43.462 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.462000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4700993Z 08:33:43.463 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.462000000, lastModified=2020-04-08 08:33:43.458798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4702960Z 08:33:43.463 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4704927Z 08:33:43.463 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.463000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4707204Z 08:33:43.463 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.463000000, lastModified=2020-04-08 08:33:43.458798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4708990Z 08:33:43.463 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4710814Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.458798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4712842Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.458798000 to 2020-04-08 08:33:43.462798000
2020-04-08T08:33:43.4714903Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4717118Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4718914Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4720866Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4723646Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4726337Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4728277Z 08:33:43.464 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4730559Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.464000000, lastModified=2020-04-08 08:33:43.462798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4732228Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4734284Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4736510Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4738167Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4740039Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4758191Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4759693Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4761331Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4763635Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4764940Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4766464Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4768363Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4769668Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4770899Z 08:33:43.465 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4772209Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.465000000, lastModified=2020-04-08 08:33:43.462798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4773116Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4774705Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4776804Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4778145Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4779752Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4781816Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4783158Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4784754Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4786679Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4788046Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4789625Z 08:33:43.466 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4791586Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.466000000, lastModified=2020-04-08 08:33:43.462798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4792939Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4794505Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4796741Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4798262Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4799996Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4802371Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4804031Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4805793Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4807968Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4809647Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4811297Z 08:33:43.467 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4813296Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.467000000, lastModified=2020-04-08 08:33:43.462798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4814710Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4816445Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4818521Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4819919Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4821519Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4823483Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4824868Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4826465Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4828418Z 08:33:43.468 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.468000000, lastModified=2020-04-08 08:33:43.466798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4829793Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4831387Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.469000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4833313Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.469000000, lastModified=2020-04-08 08:33:43.466798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4834683Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4836401Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.469000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4838271Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.469000000, lastModified=2020-04-08 08:33:43.466798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4839609Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4841179Z 08:33:43.469 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.469000000, lastModified=2020-04-08 08:33:43.466798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4845738Z 08:33:43.480 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.466798000 to 2020-04-08 08:33:43.478798000
2020-04-08T08:33:43.4848016Z 08:33:43.480 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.480000000, lastModified=2020-04-08 08:33:43.478798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4849996Z 08:33:43.481 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.480000000, lastModified=2020-04-08 08:33:43.478798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4852922Z 08:33:43.481 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4854516Z 08:33:43.481 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.481000000, lastModified=2020-04-08 08:33:43.478798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4856514Z 08:33:43.482 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.481000000, lastModified=2020-04-08 08:33:43.478798000, delta=2202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4858898Z 08:33:43.482 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4860577Z 08:33:43.483 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.483000000, lastModified=2020-04-08 08:33:43.478798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4863241Z 08:33:43.483 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.483000000, lastModified=2020-04-08 08:33:43.478798000, delta=4202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4864661Z 08:33:43.483 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4866252Z 08:33:43.484 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.484000000, lastModified=2020-04-08 08:33:43.482798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4869276Z 08:33:43.485 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.484000000, lastModified=2020-04-08 08:33:43.482798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4870953Z 08:33:43.485 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4872586Z 08:33:43.486 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.486000000, lastModified=2020-04-08 08:33:43.482798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4877895Z 08:33:43.487 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.486000000, lastModified=2020-04-08 08:33:43.482798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4882597Z 08:33:43.487 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4889576Z 08:33:43.488 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.488000000, lastModified=2020-04-08 08:33:43.486798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4895542Z 08:33:43.488 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.488000000, lastModified=2020-04-08 08:33:43.486798000, delta=1202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4899636Z 08:33:43.489 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4906578Z 08:33:43.490 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.490000000, lastModified=2020-04-08 08:33:43.486798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4913228Z 08:33:43.490 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.490000000, lastModified=2020-04-08 08:33:43.486798000, delta=3202000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4917285Z 08:33:43.491 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4924361Z 08:33:43.491 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.491000000, lastModified=2020-04-08 08:33:43.486798000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4930178Z 08:33:43.492 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.486798000 to 2020-04-08 08:33:43.490799000
2020-04-08T08:33:43.4936568Z 08:33:43.493 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.493000000, lastModified=2020-04-08 08:33:43.490799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4943165Z 08:33:43.493 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.493000000, lastModified=2020-04-08 08:33:43.490799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4947281Z 08:33:43.494 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4954414Z 08:33:43.494 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.494000000, lastModified=2020-04-08 08:33:43.490799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4961331Z 08:33:43.495 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.494000000, lastModified=2020-04-08 08:33:43.490799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4965473Z 08:33:43.495 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.4974081Z 08:33:43.496 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.496000000, lastModified=2020-04-08 08:33:43.494799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.4982864Z 08:33:43.497 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.496000000, lastModified=2020-04-08 08:33:43.494799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.4989785Z 08:33:43.498 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.4998372Z 08:33:43.499 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.499000000, lastModified=2020-04-08 08:33:43.494799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5007168Z 08:33:43.500 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.499000000, lastModified=2020-04-08 08:33:43.494799000, delta=4201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5013999Z 08:33:43.500 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5022152Z 08:33:43.501 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.501000000, lastModified=2020-04-08 08:33:43.498799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5031213Z 08:33:43.502 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.501000000, lastModified=2020-04-08 08:33:43.498799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5038122Z 08:33:43.503 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5047293Z 08:33:43.504 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.504000000, lastModified=2020-04-08 08:33:43.498799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5056623Z 08:33:43.505 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.498799000 to 2020-04-08 08:33:43.502799000
2020-04-08T08:33:43.5065049Z 08:33:43.505 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.505000000, lastModified=2020-04-08 08:33:43.502799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5074342Z 08:33:43.506 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.505000000, lastModified=2020-04-08 08:33:43.502799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5080939Z 08:33:43.507 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5089609Z 08:33:43.508 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.508000000, lastModified=2020-04-08 08:33:43.506799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5098148Z 08:33:43.509 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.508000000, lastModified=2020-04-08 08:33:43.506799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5105390Z 08:33:43.510 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5113897Z 08:33:43.510 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.510000000, lastModified=2020-04-08 08:33:43.506799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5122990Z 08:33:43.511 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.510000000, lastModified=2020-04-08 08:33:43.506799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5129418Z 08:33:43.512 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5137920Z 08:33:43.513 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.513000000, lastModified=2020-04-08 08:33:43.510799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5146438Z 08:33:43.514 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.513000000, lastModified=2020-04-08 08:33:43.510799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5153911Z 08:33:43.514 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5162385Z 08:33:43.515 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.515000000, lastModified=2020-04-08 08:33:43.510799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5168850Z 08:33:43.516 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.510799000 to 2020-04-08 08:33:43.514799000
2020-04-08T08:33:43.5180865Z 08:33:43.516 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.516000000, lastModified=2020-04-08 08:33:43.514799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5182826Z 08:33:43.517 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.516000000, lastModified=2020-04-08 08:33:43.514799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5184157Z 08:33:43.517 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5185936Z 08:33:43.517 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.517000000, lastModified=2020-04-08 08:33:43.514799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5197092Z 08:33:43.517 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.517000000, lastModified=2020-04-08 08:33:43.514799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5198509Z 08:33:43.518 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5200129Z 08:33:43.519 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.519000000, lastModified=2020-04-08 08:33:43.514799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5208560Z 08:33:43.520 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.514799000 to 2020-04-08 08:33:43.518799000
2020-04-08T08:33:43.5214694Z 08:33:43.520 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.520000000, lastModified=2020-04-08 08:33:43.518799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5222366Z 08:33:43.521 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.520000000, lastModified=2020-04-08 08:33:43.518799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5225731Z 08:33:43.521 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5227509Z 08:33:43.522 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.522000000, lastModified=2020-04-08 08:33:43.518799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5234388Z 08:33:43.522 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.522000000, lastModified=2020-04-08 08:33:43.518799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5237229Z 08:33:43.523 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5243967Z 08:33:43.523 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.523000000, lastModified=2020-04-08 08:33:43.518799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5249460Z 08:33:43.524 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.518799000 to 2020-04-08 08:33:43.522799000
2020-04-08T08:33:43.5255456Z 08:33:43.524 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.524000000, lastModified=2020-04-08 08:33:43.522799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5260727Z 08:33:43.525 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.524000000, lastModified=2020-04-08 08:33:43.522799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5264676Z 08:33:43.525 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5270983Z 08:33:43.526 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.526000000, lastModified=2020-04-08 08:33:43.522799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5277056Z 08:33:43.527 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.526000000, lastModified=2020-04-08 08:33:43.522799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5280735Z 08:33:43.527 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5289027Z 08:33:43.528 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.528000000, lastModified=2020-04-08 08:33:43.522799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5291147Z 08:33:43.528 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.522799000 to 2020-04-08 08:33:43.526799000
2020-04-08T08:33:43.5296639Z 08:33:43.529 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.528000000, lastModified=2020-04-08 08:33:43.526799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5300764Z 08:33:43.529 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.528000000, lastModified=2020-04-08 08:33:43.526799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5303814Z 08:33:43.529 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5308883Z 08:33:43.530 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.530000000, lastModified=2020-04-08 08:33:43.526799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5313298Z 08:33:43.530 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.530000000, lastModified=2020-04-08 08:33:43.526799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5317447Z 08:33:43.531 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5322737Z 08:33:43.531 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.531000000, lastModified=2020-04-08 08:33:43.526799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5329340Z 08:33:43.532 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.531000000, lastModified=2020-04-08 08:33:43.526799000, delta=4201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5331227Z 08:33:43.532 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5334131Z 08:33:43.532 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.532000000, lastModified=2020-04-08 08:33:43.530799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5341613Z 08:33:43.533 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.532000000, lastModified=2020-04-08 08:33:43.530799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5343039Z 08:33:43.533 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5348750Z 08:33:43.534 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.534000000, lastModified=2020-04-08 08:33:43.530799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5354836Z 08:33:43.534 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.534000000, lastModified=2020-04-08 08:33:43.530799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5357958Z 08:33:43.534 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5359726Z 08:33:43.535 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.535000000, lastModified=2020-04-08 08:33:43.530799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5366808Z 08:33:43.536 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.535000000, lastModified=2020-04-08 08:33:43.530799000, delta=4201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5368251Z 08:33:43.536 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5373727Z 08:33:43.536 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.536000000, lastModified=2020-04-08 08:33:43.534799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5377179Z 08:33:43.537 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.536000000, lastModified=2020-04-08 08:33:43.534799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5380766Z 08:33:43.537 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5387267Z 08:33:43.538 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.538000000, lastModified=2020-04-08 08:33:43.534799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5394020Z 08:33:43.538 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.538000000, lastModified=2020-04-08 08:33:43.534799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5395428Z 08:33:43.538 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5401976Z 08:33:43.539 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.539000000, lastModified=2020-04-08 08:33:43.534799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5403965Z 08:33:43.539 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.539000000, lastModified=2020-04-08 08:33:43.534799000, delta=4201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5408945Z 08:33:43.540 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5410575Z 08:33:43.540 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.540000000, lastModified=2020-04-08 08:33:43.538799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5414930Z 08:33:43.540 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.540000000, lastModified=2020-04-08 08:33:43.538799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5417715Z 08:33:43.541 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5424738Z 08:33:43.541 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.541000000, lastModified=2020-04-08 08:33:43.538799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5429143Z 08:33:43.542 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.541000000, lastModified=2020-04-08 08:33:43.538799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5432478Z 08:33:43.542 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5438746Z 08:33:43.543 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.543000000, lastModified=2020-04-08 08:33:43.538799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5443265Z 08:33:43.543 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.543000000, lastModified=2020-04-08 08:33:43.538799000, delta=4201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5447828Z 08:33:43.544 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5452368Z 08:33:43.544 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.544000000, lastModified=2020-04-08 08:33:43.542799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5458015Z 08:33:43.545 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.544000000, lastModified=2020-04-08 08:33:43.542799000, delta=1201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5461262Z 08:33:43.545 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5467437Z 08:33:43.546 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.546000000, lastModified=2020-04-08 08:33:43.542799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5474092Z 08:33:43.546 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.546000000, lastModified=2020-04-08 08:33:43.542799000, delta=3201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5477972Z 08:33:43.547 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5484833Z 08:33:43.547 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.547000000, lastModified=2020-04-08 08:33:43.542799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5490669Z 08:33:43.548 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.542799000 to 2020-04-08 08:33:43.546799000
2020-04-08T08:33:43.5496382Z 08:33:43.549 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.549000000, lastModified=2020-04-08 08:33:43.546799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5502760Z 08:33:43.549 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.549000000, lastModified=2020-04-08 08:33:43.546799000, delta=2201000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5506997Z 08:33:43.550 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5513517Z 08:33:43.550 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.550000000, lastModified=2020-04-08 08:33:43.546799000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5601612Z 08:33:43.559 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.546799000 to 2020-04-08 08:33:43.554800000
2020-04-08T08:33:43.5606795Z 08:33:43.559 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.559000000, lastModified=2020-04-08 08:33:43.554800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5610546Z 08:33:43.560 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.559000000, lastModified=2020-04-08 08:33:43.554800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5611877Z 08:33:43.560 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5617380Z 08:33:43.560 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.560000000, lastModified=2020-04-08 08:33:43.558800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5619365Z 08:33:43.560 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.560000000, lastModified=2020-04-08 08:33:43.558800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5620674Z 08:33:43.560 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5622080Z 08:33:43.561 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.561000000, lastModified=2020-04-08 08:33:43.558800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5626777Z 08:33:43.562 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.561000000, lastModified=2020-04-08 08:33:43.558800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5631130Z 08:33:43.562 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5636436Z 08:33:43.563 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.562000000, lastModified=2020-04-08 08:33:43.558800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5641976Z 08:33:43.563 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.562000000, lastModified=2020-04-08 08:33:43.558800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5645468Z 08:33:43.563 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5650864Z 08:33:43.564 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.564000000, lastModified=2020-04-08 08:33:43.562800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5657913Z 08:33:43.565 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.564000000, lastModified=2020-04-08 08:33:43.562800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5659431Z 08:33:43.565 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5663795Z 08:33:43.565 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.565000000, lastModified=2020-04-08 08:33:43.562800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5710173Z 08:33:43.570 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.565000000, lastModified=2020-04-08 08:33:43.562800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5711966Z 08:33:43.570 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5717785Z 08:33:43.571 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.571000000, lastModified=2020-04-08 08:33:43.566800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5723141Z 08:33:43.571 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.571000000, lastModified=2020-04-08 08:33:43.566800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5725522Z 08:33:43.572 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5731591Z 08:33:43.572 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.572000000, lastModified=2020-04-08 08:33:43.570800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5736423Z 08:33:43.573 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.572000000, lastModified=2020-04-08 08:33:43.570800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5739762Z 08:33:43.573 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5745769Z 08:33:43.573 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.573000000, lastModified=2020-04-08 08:33:43.570800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5750255Z 08:33:43.574 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.573000000, lastModified=2020-04-08 08:33:43.570800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5754662Z 08:33:43.574 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5759650Z 08:33:43.575 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.575000000, lastModified=2020-04-08 08:33:43.570800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5764413Z 08:33:43.575 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.575000000, lastModified=2020-04-08 08:33:43.570800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5766094Z 08:33:43.576 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5773843Z 08:33:43.576 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.576000000, lastModified=2020-04-08 08:33:43.574800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5778269Z 08:33:43.577 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.576000000, lastModified=2020-04-08 08:33:43.574800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5779832Z 08:33:43.577 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5786448Z 08:33:43.578 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.578000000, lastModified=2020-04-08 08:33:43.574800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5792554Z 08:33:43.578 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.578000000, lastModified=2020-04-08 08:33:43.574800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5795904Z 08:33:43.579 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5802703Z 08:33:43.579 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.579000000, lastModified=2020-04-08 08:33:43.574800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5808123Z 08:33:43.580 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.574800000 to 2020-04-08 08:33:43.578800000
2020-04-08T08:33:43.5814360Z 08:33:43.580 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.580000000, lastModified=2020-04-08 08:33:43.578800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5820170Z 08:33:43.581 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.580000000, lastModified=2020-04-08 08:33:43.578800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5823910Z 08:33:43.581 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5830026Z 08:33:43.582 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.582000000, lastModified=2020-04-08 08:33:43.578800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5835849Z 08:33:43.583 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.582000000, lastModified=2020-04-08 08:33:43.578800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5839509Z 08:33:43.583 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5846855Z 08:33:43.584 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.584000000, lastModified=2020-04-08 08:33:43.578800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5852202Z 08:33:43.584 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.578800000 to 2020-04-08 08:33:43.582800000
2020-04-08T08:33:43.5858059Z 08:33:43.585 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.585000000, lastModified=2020-04-08 08:33:43.582800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5863709Z 08:33:43.585 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.585000000, lastModified=2020-04-08 08:33:43.582800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5867589Z 08:33:43.586 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5873792Z 08:33:43.586 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.586000000, lastModified=2020-04-08 08:33:43.582800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5879330Z 08:33:43.587 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.586000000, lastModified=2020-04-08 08:33:43.582800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5882667Z 08:33:43.587 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5885947Z 08:33:43.588 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.588000000, lastModified=2020-04-08 08:33:43.582800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5889439Z 08:33:43.588 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.582800000 to 2020-04-08 08:33:43.586800000
2020-04-08T08:33:43.5892676Z 08:33:43.588 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.588000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5895078Z 08:33:43.588 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.588000000, lastModified=2020-04-08 08:33:43.586800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5896942Z 08:33:43.588 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5900333Z 08:33:43.589 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.589000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5902523Z 08:33:43.589 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.589000000, lastModified=2020-04-08 08:33:43.586800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5904004Z 08:33:43.589 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5905764Z 08:33:43.589 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.589000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5907922Z 08:33:43.590 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.589000000, lastModified=2020-04-08 08:33:43.586800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5909467Z 08:33:43.590 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5911516Z 08:33:43.590 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.590000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5913379Z 08:33:43.590 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.590000000, lastModified=2020-04-08 08:33:43.586800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5914849Z 08:33:43.590 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5916604Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.591000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5918747Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.591000000, lastModified=2020-04-08 08:33:43.586800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5920248Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5922301Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.591000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5924614Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.591000000, lastModified=2020-04-08 08:33:43.586800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5926185Z 08:33:43.591 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5927801Z 08:33:43.592 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.592000000, lastModified=2020-04-08 08:33:43.586800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5929795Z 08:33:43.592 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.586800000 to 2020-04-08 08:33:43.590800000
2020-04-08T08:33:43.5931806Z 08:33:43.592 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.592000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5934255Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.592000000, lastModified=2020-04-08 08:33:43.590800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5935894Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5937548Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.593000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5940323Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.593000000, lastModified=2020-04-08 08:33:43.590800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5942105Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5943968Z 08:33:43.593 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.593000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5946099Z 08:33:43.594 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.593000000, lastModified=2020-04-08 08:33:43.590800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5947678Z 08:33:43.594 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5949691Z 08:33:43.594 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.594000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5953240Z 08:33:43.594 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.594000000, lastModified=2020-04-08 08:33:43.590800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5955151Z 08:33:43.594 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5956817Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.595000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5961061Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.595000000, lastModified=2020-04-08 08:33:43.590800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5963383Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5965617Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.595000000, lastModified=2020-04-08 08:33:43.590800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5967787Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.595000000, lastModified=2020-04-08 08:33:43.590800000, delta=4200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5969310Z 08:33:43.595 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.5974801Z 08:33:43.596 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.596000000, lastModified=2020-04-08 08:33:43.594800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5979764Z 08:33:43.597 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.596000000, lastModified=2020-04-08 08:33:43.594800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5982964Z 08:33:43.597 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.5988690Z 08:33:43.598 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.598000000, lastModified=2020-04-08 08:33:43.594800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.5994538Z 08:33:43.598 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.598000000, lastModified=2020-04-08 08:33:43.594800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.5998915Z 08:33:43.599 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6005423Z 08:33:43.599 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.599000000, lastModified=2020-04-08 08:33:43.594800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6010003Z 08:33:43.600 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.594800000 to 2020-04-08 08:33:43.598800000
2020-04-08T08:33:43.6015846Z 08:33:43.600 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.600000000, lastModified=2020-04-08 08:33:43.598800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6021094Z 08:33:43.601 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.600000000, lastModified=2020-04-08 08:33:43.598800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6024472Z 08:33:43.601 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6030021Z 08:33:43.602 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.602000000, lastModified=2020-04-08 08:33:43.598800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6035171Z 08:33:43.602 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.602000000, lastModified=2020-04-08 08:33:43.598800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6039072Z 08:33:43.603 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6044547Z 08:33:43.603 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.603000000, lastModified=2020-04-08 08:33:43.598800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6050596Z 08:33:43.604 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.598800000 to 2020-04-08 08:33:43.602800000
2020-04-08T08:33:43.6056270Z 08:33:43.605 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.604000000, lastModified=2020-04-08 08:33:43.602800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6062478Z 08:33:43.605 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.604000000, lastModified=2020-04-08 08:33:43.602800000, delta=1200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6065850Z 08:33:43.606 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6071421Z 08:33:43.606 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.606000000, lastModified=2020-04-08 08:33:43.602800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6076914Z 08:33:43.607 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.606000000, lastModified=2020-04-08 08:33:43.602800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6081149Z 08:33:43.607 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6092952Z 08:33:43.608 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.608000000, lastModified=2020-04-08 08:33:43.602800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6095104Z 08:33:43.608 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.602800000 to 2020-04-08 08:33:43.606800000
2020-04-08T08:33:43.6097459Z 08:33:43.609 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.609000000, lastModified=2020-04-08 08:33:43.606800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6102933Z 08:33:43.609 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.609000000, lastModified=2020-04-08 08:33:43.606800000, delta=2200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6106569Z 08:33:43.610 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6112088Z 08:33:43.610 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.610000000, lastModified=2020-04-08 08:33:43.606800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6117481Z 08:33:43.611 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.610000000, lastModified=2020-04-08 08:33:43.606800000, delta=3200000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6121055Z 08:33:43.611 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6127635Z 08:33:43.612 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.612000000, lastModified=2020-04-08 08:33:43.606800000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6132676Z 08:33:43.612 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.606800000 to 2020-04-08 08:33:43.610801000
2020-04-08T08:33:43.6138446Z 08:33:43.613 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.613000000, lastModified=2020-04-08 08:33:43.610801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6143996Z 08:33:43.613 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.613000000, lastModified=2020-04-08 08:33:43.610801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6147420Z 08:33:43.614 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6153328Z 08:33:43.614 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.614000000, lastModified=2020-04-08 08:33:43.610801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6159075Z 08:33:43.615 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.614000000, lastModified=2020-04-08 08:33:43.610801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6162522Z 08:33:43.615 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6168098Z 08:33:43.616 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.616000000, lastModified=2020-04-08 08:33:43.614801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6173669Z 08:33:43.616 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.616000000, lastModified=2020-04-08 08:33:43.614801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6176825Z 08:33:43.617 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6182569Z 08:33:43.617 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.617000000, lastModified=2020-04-08 08:33:43.614801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6188562Z 08:33:43.618 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.617000000, lastModified=2020-04-08 08:33:43.614801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6191714Z 08:33:43.618 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6198044Z 08:33:43.619 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.619000000, lastModified=2020-04-08 08:33:43.614801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6204478Z 08:33:43.619 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.619000000, lastModified=2020-04-08 08:33:43.614801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6207833Z 08:33:43.620 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6214397Z 08:33:43.620 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.620000000, lastModified=2020-04-08 08:33:43.618801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6220402Z 08:33:43.621 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.620000000, lastModified=2020-04-08 08:33:43.618801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6223458Z 08:33:43.621 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6229368Z 08:33:43.622 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.622000000, lastModified=2020-04-08 08:33:43.618801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6235009Z 08:33:43.623 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.622000000, lastModified=2020-04-08 08:33:43.618801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6238230Z 08:33:43.623 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6244089Z 08:33:43.623 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.623000000, lastModified=2020-04-08 08:33:43.618801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6248069Z 08:33:43.624 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.618801000 to 2020-04-08 08:33:43.622801000
2020-04-08T08:33:43.6251612Z 08:33:43.624 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.624000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6254291Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.624000000, lastModified=2020-04-08 08:33:43.622801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6287610Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6289250Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6290835Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6292272Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6293740Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6295125Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6296238Z 08:33:43.625 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6297698Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6299228Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.625000000, lastModified=2020-04-08 08:33:43.622801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6300469Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6301759Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6303661Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6304834Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6306514Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6309046Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6311010Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6312751Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6314563Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6315668Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6317125Z 08:33:43.626 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6318768Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.626000000, lastModified=2020-04-08 08:33:43.622801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6320295Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6321711Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6323963Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6325497Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6327203Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6329295Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6330859Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6332612Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6334722Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6336255Z 08:33:43.627 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6337974Z 08:33:43.628 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6340129Z 08:33:43.628 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.627000000, lastModified=2020-04-08 08:33:43.622801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6342176Z 08:33:43.628 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6344095Z 08:33:43.628 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.628000000, lastModified=2020-04-08 08:33:43.626801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6346307Z 08:33:43.629 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.628000000, lastModified=2020-04-08 08:33:43.626801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6347802Z 08:33:43.629 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6349790Z 08:33:43.630 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.630000000, lastModified=2020-04-08 08:33:43.626801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6351949Z 08:33:43.631 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.630000000, lastModified=2020-04-08 08:33:43.626801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6353547Z 08:33:43.631 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6355328Z 08:33:43.631 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.631000000, lastModified=2020-04-08 08:33:43.626801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6357504Z 08:33:43.631 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.631000000, lastModified=2020-04-08 08:33:43.626801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6359455Z 08:33:43.631 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6361356Z 08:33:43.632 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.632000000, lastModified=2020-04-08 08:33:43.626801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6365383Z 08:33:43.632 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.626801000 to 2020-04-08 08:33:43.630801000
2020-04-08T08:33:43.6367432Z 08:33:43.632 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.632000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6369942Z 08:33:43.632 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.632000000, lastModified=2020-04-08 08:33:43.630801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6371764Z 08:33:43.633 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6373935Z 08:33:43.633 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.633000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6376088Z 08:33:43.633 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.633000000, lastModified=2020-04-08 08:33:43.630801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6377842Z 08:33:43.633 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6379907Z 08:33:43.633 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.633000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6382168Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.633000000, lastModified=2020-04-08 08:33:43.630801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6384041Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6385880Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.634000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6388168Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.634000000, lastModified=2020-04-08 08:33:43.630801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6389918Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6391686Z 08:33:43.634 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.634000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6393666Z 08:33:43.635 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.634000000, lastModified=2020-04-08 08:33:43.630801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6395287Z 08:33:43.635 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6397039Z 08:33:43.635 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.635000000, lastModified=2020-04-08 08:33:43.630801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6399257Z 08:33:43.635 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.635000000, lastModified=2020-04-08 08:33:43.630801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6400778Z 08:33:43.635 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6402914Z 08:33:43.636 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.636000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6405368Z 08:33:43.636 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.636000000, lastModified=2020-04-08 08:33:43.634801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6406930Z 08:33:43.636 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6408688Z 08:33:43.637 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.637000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6410863Z 08:33:43.637 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.637000000, lastModified=2020-04-08 08:33:43.634801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6412439Z 08:33:43.637 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6414198Z 08:33:43.637 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.637000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6416266Z 08:33:43.638 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.637000000, lastModified=2020-04-08 08:33:43.634801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6417795Z 08:33:43.638 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6419566Z 08:33:43.638 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.638000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6421849Z 08:33:43.638 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.638000000, lastModified=2020-04-08 08:33:43.634801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6423386Z 08:33:43.638 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6425110Z 08:33:43.639 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.639000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6427359Z 08:33:43.639 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.639000000, lastModified=2020-04-08 08:33:43.634801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6428869Z 08:33:43.639 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6430516Z 08:33:43.639 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.639000000, lastModified=2020-04-08 08:33:43.634801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6432583Z 08:33:43.640 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.639000000, lastModified=2020-04-08 08:33:43.634801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6434137Z 08:33:43.640 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6436227Z 08:33:43.640 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.640000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6438341Z 08:33:43.640 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.640000000, lastModified=2020-04-08 08:33:43.638801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6439958Z 08:33:43.640 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6441597Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.641000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6443864Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.641000000, lastModified=2020-04-08 08:33:43.638801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6445440Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6447106Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.641000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6449163Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.641000000, lastModified=2020-04-08 08:33:43.638801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6450720Z 08:33:43.641 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6452458Z 08:33:43.642 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.642000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6454614Z 08:33:43.642 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.642000000, lastModified=2020-04-08 08:33:43.638801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6456308Z 08:33:43.642 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6458091Z 08:33:43.642 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.642000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6460166Z 08:33:43.643 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.642000000, lastModified=2020-04-08 08:33:43.638801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6461669Z 08:33:43.643 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6463588Z 08:33:43.643 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.643000000, lastModified=2020-04-08 08:33:43.638801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6465658Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.643000000, lastModified=2020-04-08 08:33:43.638801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6467190Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6468835Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.644000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6470900Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.644000000, lastModified=2020-04-08 08:33:43.642801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6472407Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6474073Z 08:33:43.644 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.644000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6476437Z 08:33:43.645 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.644000000, lastModified=2020-04-08 08:33:43.642801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6478010Z 08:33:43.645 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6479778Z 08:33:43.645 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.645000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6482614Z 08:33:43.645 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.645000000, lastModified=2020-04-08 08:33:43.642801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6484320Z 08:33:43.645 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6486114Z 08:33:43.646 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.646000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6488183Z 08:33:43.646 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.646000000, lastModified=2020-04-08 08:33:43.642801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6489747Z 08:33:43.646 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6491382Z 08:33:43.646 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.646000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6493640Z 08:33:43.647 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.646000000, lastModified=2020-04-08 08:33:43.642801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6495158Z 08:33:43.647 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6496939Z 08:33:43.647 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.647000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6499200Z 08:33:43.647 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.647000000, lastModified=2020-04-08 08:33:43.642801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6500734Z 08:33:43.647 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6502500Z 08:33:43.648 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.648000000, lastModified=2020-04-08 08:33:43.642801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6504425Z 08:33:43.648 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.642801000 to 2020-04-08 08:33:43.646801000
2020-04-08T08:33:43.6506395Z 08:33:43.648 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.648000000, lastModified=2020-04-08 08:33:43.646801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6509002Z 08:33:43.649 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.648000000, lastModified=2020-04-08 08:33:43.646801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6510559Z 08:33:43.649 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6512144Z 08:33:43.649 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.649000000, lastModified=2020-04-08 08:33:43.646801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6514353Z 08:33:43.649 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.649000000, lastModified=2020-04-08 08:33:43.646801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6516877Z 08:33:43.650 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6518875Z 08:33:43.650 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.650000000, lastModified=2020-04-08 08:33:43.646801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6521298Z 08:33:43.650 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.650000000, lastModified=2020-04-08 08:33:43.646801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6523253Z 08:33:43.650 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6525226Z 08:33:43.651 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.650000000, lastModified=2020-04-08 08:33:43.646801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6527824Z 08:33:43.651 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.650000000, lastModified=2020-04-08 08:33:43.646801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6529476Z 08:33:43.651 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6531885Z 08:33:43.651 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.651000000, lastModified=2020-04-08 08:33:43.646801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6534246Z 08:33:43.652 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.651000000, lastModified=2020-04-08 08:33:43.646801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6535896Z 08:33:43.652 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6537703Z 08:33:43.653 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.653000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6540342Z 08:33:43.653 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.653000000, lastModified=2020-04-08 08:33:43.650801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6541972Z 08:33:43.653 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6543657Z 08:33:43.653 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.653000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6546897Z 08:33:43.654 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.653000000, lastModified=2020-04-08 08:33:43.650801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6548299Z 08:33:43.654 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6551998Z 08:33:43.654 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.654000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6553875Z 08:33:43.654 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.654000000, lastModified=2020-04-08 08:33:43.650801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6556230Z 08:33:43.654 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6557798Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.655000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6561071Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.655000000, lastModified=2020-04-08 08:33:43.650801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6562940Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6565734Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.655000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6567481Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.655000000, lastModified=2020-04-08 08:33:43.650801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6568844Z 08:33:43.655 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6570542Z 08:33:43.656 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.655000000, lastModified=2020-04-08 08:33:43.650801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6573437Z 08:33:43.656 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.650801000 to 2020-04-08 08:33:43.654801000
2020-04-08T08:33:43.6575434Z 08:33:43.656 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.656000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6577300Z 08:33:43.656 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.656000000, lastModified=2020-04-08 08:33:43.654801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6580443Z 08:33:43.657 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6582702Z 08:33:43.657 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.657000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6585149Z 08:33:43.657 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.657000000, lastModified=2020-04-08 08:33:43.654801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6586996Z 08:33:43.657 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6588618Z 08:33:43.657 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.657000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6591077Z 08:33:43.658 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.657000000, lastModified=2020-04-08 08:33:43.654801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6593101Z 08:33:43.658 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6594796Z 08:33:43.658 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.658000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6597399Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.658000000, lastModified=2020-04-08 08:33:43.654801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6598773Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6600985Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.659000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6603966Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.659000000, lastModified=2020-04-08 08:33:43.654801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6606104Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6608188Z 08:33:43.659 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.659000000, lastModified=2020-04-08 08:33:43.654801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6610732Z 08:33:43.660 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.659000000, lastModified=2020-04-08 08:33:43.654801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6612649Z 08:33:43.660 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6614816Z 08:33:43.660 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.660000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6617478Z 08:33:43.660 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.660000000, lastModified=2020-04-08 08:33:43.658801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6619511Z 08:33:43.661 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6621689Z 08:33:43.661 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.661000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6624169Z 08:33:43.661 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.661000000, lastModified=2020-04-08 08:33:43.658801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6626340Z 08:33:43.661 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6628435Z 08:33:43.661 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.661000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6630577Z 08:33:43.662 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.661000000, lastModified=2020-04-08 08:33:43.658801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6632910Z 08:33:43.662 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6635104Z 08:33:43.662 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.662000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6637793Z 08:33:43.662 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.662000000, lastModified=2020-04-08 08:33:43.658801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6639277Z 08:33:43.662 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6641437Z 08:33:43.663 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.663000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6643509Z 08:33:43.663 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.663000000, lastModified=2020-04-08 08:33:43.658801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6645917Z 08:33:43.663 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6648520Z 08:33:43.663 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.663000000, lastModified=2020-04-08 08:33:43.658801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6652288Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.663000000, lastModified=2020-04-08 08:33:43.658801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6654133Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6656797Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.664000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6660620Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.664000000, lastModified=2020-04-08 08:33:43.662801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6662956Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6666946Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.664000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6670069Z 08:33:43.664 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.664000000, lastModified=2020-04-08 08:33:43.662801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6673032Z 08:33:43.665 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6675784Z 08:33:43.665 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.665000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6679323Z 08:33:43.665 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.665000000, lastModified=2020-04-08 08:33:43.662801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6683003Z 08:33:43.665 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6686048Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.666000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6689219Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.666000000, lastModified=2020-04-08 08:33:43.662801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6692394Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6694979Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.666000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6698382Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.666000000, lastModified=2020-04-08 08:33:43.662801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6700221Z 08:33:43.666 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6703418Z 08:33:43.667 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.667000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6706866Z 08:33:43.667 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.667000000, lastModified=2020-04-08 08:33:43.662801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6709251Z 08:33:43.667 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6711880Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.668000000, lastModified=2020-04-08 08:33:43.662801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6714046Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.662801000 to 2020-04-08 08:33:43.666801000
2020-04-08T08:33:43.6716224Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.668000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6719488Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.668000000, lastModified=2020-04-08 08:33:43.666801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6721267Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6723309Z 08:33:43.668 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.668000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6725357Z 08:33:43.669 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.668000000, lastModified=2020-04-08 08:33:43.666801000, delta=1199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6726685Z 08:33:43.669 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6728435Z 08:33:43.669 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.669000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6730676Z 08:33:43.669 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.669000000, lastModified=2020-04-08 08:33:43.666801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6732078Z 08:33:43.669 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6733710Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.669000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6735651Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.669000000, lastModified=2020-04-08 08:33:43.666801000, delta=2199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6737126Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6738713Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.670000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6740731Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.670000000, lastModified=2020-04-08 08:33:43.666801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6742230Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6744145Z 08:33:43.670 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.670000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6746242Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.670000000, lastModified=2020-04-08 08:33:43.666801000, delta=3199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6747721Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6749377Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.671000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6751385Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.671000000, lastModified=2020-04-08 08:33:43.666801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6752855Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6754515Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.671000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6762220Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.671000000, lastModified=2020-04-08 08:33:43.666801000, delta=4199000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6763881Z 08:33:43.671 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6765596Z 08:33:43.672 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.672000000, lastModified=2020-04-08 08:33:43.666801000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6795410Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.666801000 to 2020-04-08 08:33:43.670802000
2020-04-08T08:33:43.6797580Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6799775Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6801327Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6803546Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6805695Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6807273Z 08:33:43.676 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6809078Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6811222Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.676000000, lastModified=2020-04-08 08:33:43.674802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6812799Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6814615Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6816768Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6818320Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6820083Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6822534Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6824188Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6826015Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6829287Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6830983Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6832897Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6835418Z 08:33:43.677 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.677000000, lastModified=2020-04-08 08:33:43.674802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6837133Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6839069Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6841381Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6843076Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6846392Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6851213Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6856518Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6859554Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6862950Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6865711Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6867708Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6871829Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6874012Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6876881Z 08:33:43.678 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6879699Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.678000000, lastModified=2020-04-08 08:33:43.674802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6882317Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6884462Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6887752Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6890444Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6892343Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6895510Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6897115Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6900421Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6902894Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6905363Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6907291Z 08:33:43.679 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6910318Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.679000000, lastModified=2020-04-08 08:33:43.674802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6911953Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6914770Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.680000000, lastModified=2020-04-08 08:33:43.674802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6917254Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.674802000 to 2020-04-08 08:33:43.678802000
2020-04-08T08:33:43.6921181Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.680000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6924541Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.680000000, lastModified=2020-04-08 08:33:43.678802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6926464Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6929177Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.680000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6931669Z 08:33:43.680 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.680000000, lastModified=2020-04-08 08:33:43.678802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6934261Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6936943Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6939147Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6941806Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6943659Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6947332Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6949975Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6952046Z 08:33:43.681 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6955231Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.681000000, lastModified=2020-04-08 08:33:43.678802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6956884Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.6959619Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6962703Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6964488Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6966998Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6969335Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6970941Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6973486Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6976773Z 08:33:43.682 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.682000000, lastModified=2020-04-08 08:33:43.678802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6978428Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6981092Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6983381Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6986323Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6988330Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6991643Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.6993354Z 08:33:43.683 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.6996016Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.6998456Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.683000000, lastModified=2020-04-08 08:33:43.678802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7000849Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7003485Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.684000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7005866Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.684000000, lastModified=2020-04-08 08:33:43.682802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7008828Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7010828Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.684000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7013751Z 08:33:43.684 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.684000000, lastModified=2020-04-08 08:33:43.682802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7015554Z 08:33:43.685 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7018278Z 08:33:43.685 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.685000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7020609Z 08:33:43.685 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.685000000, lastModified=2020-04-08 08:33:43.682802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7023048Z 08:33:43.686 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7024859Z 08:33:43.686 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.686000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7028160Z 08:33:43.686 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.686000000, lastModified=2020-04-08 08:33:43.682802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7030794Z 08:33:43.686 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7032775Z 08:33:43.686 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.686000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7035866Z 08:33:43.687 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.686000000, lastModified=2020-04-08 08:33:43.682802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7038071Z 08:33:43.687 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7040687Z 08:33:43.687 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.687000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7043783Z 08:33:43.687 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.687000000, lastModified=2020-04-08 08:33:43.682802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7045540Z 08:33:43.687 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7047358Z 08:33:43.688 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.688000000, lastModified=2020-04-08 08:33:43.682802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7050472Z 08:33:43.688 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.682802000 to 2020-04-08 08:33:43.686802000
2020-04-08T08:33:43.7052567Z 08:33:43.689 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.688000000, lastModified=2020-04-08 08:33:43.686802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7055654Z 08:33:43.689 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.688000000, lastModified=2020-04-08 08:33:43.686802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7058295Z 08:33:43.689 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7060139Z 08:33:43.690 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.690000000, lastModified=2020-04-08 08:33:43.686802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7063319Z 08:33:43.690 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.690000000, lastModified=2020-04-08 08:33:43.686802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7065004Z 08:33:43.690 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7067961Z 08:33:43.691 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.691000000, lastModified=2020-04-08 08:33:43.686802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7071314Z 08:33:43.691 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.691000000, lastModified=2020-04-08 08:33:43.686802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7072899Z 08:33:43.691 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7075569Z 08:33:43.692 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.692000000, lastModified=2020-04-08 08:33:43.690802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7078030Z 08:33:43.692 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.692000000, lastModified=2020-04-08 08:33:43.690802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7080458Z 08:33:43.693 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7083457Z 08:33:43.693 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.693000000, lastModified=2020-04-08 08:33:43.690802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7086387Z 08:33:43.694 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.693000000, lastModified=2020-04-08 08:33:43.690802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7088488Z 08:33:43.694 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7090295Z 08:33:43.694 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.694000000, lastModified=2020-04-08 08:33:43.690802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7092265Z 08:33:43.695 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.694000000, lastModified=2020-04-08 08:33:43.690802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7093604Z 08:33:43.695 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7095314Z 08:33:43.696 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.696000000, lastModified=2020-04-08 08:33:43.694802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7097220Z 08:33:43.696 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.696000000, lastModified=2020-04-08 08:33:43.694802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7098614Z 08:33:43.697 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7100289Z 08:33:43.697 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.697000000, lastModified=2020-04-08 08:33:43.694802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7102702Z 08:33:43.698 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.697000000, lastModified=2020-04-08 08:33:43.694802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7104203Z 08:33:43.698 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7105916Z 08:33:43.699 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.699000000, lastModified=2020-04-08 08:33:43.694802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7107976Z 08:33:43.699 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.699000000, lastModified=2020-04-08 08:33:43.694802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7109450Z 08:33:43.699 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7111148Z 08:33:43.700 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.700000000, lastModified=2020-04-08 08:33:43.698802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7113209Z 08:33:43.700 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.700000000, lastModified=2020-04-08 08:33:43.698802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7114863Z 08:33:43.701 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7116522Z 08:33:43.701 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.701000000, lastModified=2020-04-08 08:33:43.698802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7118541Z 08:33:43.702 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.701000000, lastModified=2020-04-08 08:33:43.698802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7119936Z 08:33:43.702 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7121592Z 08:33:43.703 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.703000000, lastModified=2020-04-08 08:33:43.698802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7124090Z 08:33:43.703 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.703000000, lastModified=2020-04-08 08:33:43.698802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7125523Z 08:33:43.703 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7127160Z 08:33:43.704 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.704000000, lastModified=2020-04-08 08:33:43.702802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7129300Z 08:33:43.704 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.704000000, lastModified=2020-04-08 08:33:43.702802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7130735Z 08:33:43.705 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7132745Z 08:33:43.705 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.705000000, lastModified=2020-04-08 08:33:43.702802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7134837Z 08:33:43.706 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.705000000, lastModified=2020-04-08 08:33:43.702802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7136310Z 08:33:43.706 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7138023Z 08:33:43.707 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.707000000, lastModified=2020-04-08 08:33:43.702802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7140751Z 08:33:43.707 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.707000000, lastModified=2020-04-08 08:33:43.702802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7142199Z 08:33:43.707 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7147075Z 08:33:43.708 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.708000000, lastModified=2020-04-08 08:33:43.706802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7149237Z 08:33:43.708 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.708000000, lastModified=2020-04-08 08:33:43.706802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7150850Z 08:33:43.708 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7152741Z 08:33:43.709 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.709000000, lastModified=2020-04-08 08:33:43.706802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7154973Z 08:33:43.709 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.709000000, lastModified=2020-04-08 08:33:43.706802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7156489Z 08:33:43.710 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7158152Z 08:33:43.710 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.710000000, lastModified=2020-04-08 08:33:43.706802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7160259Z 08:33:43.710 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.710000000, lastModified=2020-04-08 08:33:43.706802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7162159Z 08:33:43.711 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7163852Z 08:33:43.711 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.711000000, lastModified=2020-04-08 08:33:43.706802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7166219Z 08:33:43.712 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.711000000, lastModified=2020-04-08 08:33:43.706802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7167798Z 08:33:43.712 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7169559Z 08:33:43.712 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.712000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7171782Z 08:33:43.712 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.712000000, lastModified=2020-04-08 08:33:43.710802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7173441Z 08:33:43.713 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7175156Z 08:33:43.713 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.713000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7177231Z 08:33:43.713 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.713000000, lastModified=2020-04-08 08:33:43.710802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7178736Z 08:33:43.713 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7185750Z 08:33:43.714 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.714000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7187703Z 08:33:43.714 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.714000000, lastModified=2020-04-08 08:33:43.710802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7189927Z 08:33:43.714 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7191523Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7193435Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7194878Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7196959Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7199128Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7200653Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7202479Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7204877Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7206437Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7208159Z 08:33:43.715 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7210220Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.715000000, lastModified=2020-04-08 08:33:43.710802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7211648Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7213262Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.716000000, lastModified=2020-04-08 08:33:43.710802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7215318Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.710802000 to 2020-04-08 08:33:43.714802000
2020-04-08T08:33:43.7217187Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.716000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7219167Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.716000000, lastModified=2020-04-08 08:33:43.714802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7220618Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7222220Z 08:33:43.716 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.716000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7224162Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.716000000, lastModified=2020-04-08 08:33:43.714802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7225570Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7227117Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7229129Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7230738Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7232276Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7234276Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7235578Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7237358Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7239288Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7240719Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7243352Z 08:33:43.717 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7245783Z 08:33:43.718 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.717000000, lastModified=2020-04-08 08:33:43.714802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7247248Z 08:33:43.718 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7248778Z 08:33:43.718 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.718000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7250679Z 08:33:43.718 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.718000000, lastModified=2020-04-08 08:33:43.714802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7251983Z 08:33:43.718 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7253551Z 08:33:43.719 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.719000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7255490Z 08:33:43.719 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.719000000, lastModified=2020-04-08 08:33:43.714802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7256819Z 08:33:43.719 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7258361Z 08:33:43.719 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.719000000, lastModified=2020-04-08 08:33:43.714802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7260236Z 08:33:43.720 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.719000000, lastModified=2020-04-08 08:33:43.714802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7261586Z 08:33:43.720 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7263034Z 08:33:43.720 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.720000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7265105Z 08:33:43.720 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.720000000, lastModified=2020-04-08 08:33:43.718802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7266415Z 08:33:43.720 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7267893Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.720000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7269893Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.720000000, lastModified=2020-04-08 08:33:43.718802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7271027Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7272496Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.721000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7274234Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.721000000, lastModified=2020-04-08 08:33:43.718802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7275495Z 08:33:43.721 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7277431Z 08:33:43.722 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.722000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7279502Z 08:33:43.722 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.722000000, lastModified=2020-04-08 08:33:43.718802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7281073Z 08:33:43.722 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7283273Z 08:33:43.723 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.722000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7285886Z 08:33:43.723 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.722000000, lastModified=2020-04-08 08:33:43.718802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7287816Z 08:33:43.723 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7289661Z 08:33:43.723 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.723000000, lastModified=2020-04-08 08:33:43.718802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7292330Z 08:33:43.724 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.723000000, lastModified=2020-04-08 08:33:43.718802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7294022Z 08:33:43.724 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7295789Z 08:33:43.724 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.724000000, lastModified=2020-04-08 08:33:43.722802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7298346Z 08:33:43.724 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.724000000, lastModified=2020-04-08 08:33:43.722802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7300762Z 08:33:43.725 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7302742Z 08:33:43.725 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.725000000, lastModified=2020-04-08 08:33:43.722802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7304816Z 08:33:43.725 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.725000000, lastModified=2020-04-08 08:33:43.722802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7306841Z 08:33:43.725 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7309248Z 08:33:43.725 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.725000000, lastModified=2020-04-08 08:33:43.722802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7311558Z 08:33:43.726 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.725000000, lastModified=2020-04-08 08:33:43.722802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7313256Z 08:33:43.726 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7314717Z 08:33:43.726 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.726000000, lastModified=2020-04-08 08:33:43.722802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7317143Z 08:33:43.727 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.726000000, lastModified=2020-04-08 08:33:43.722802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7318993Z 08:33:43.727 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7320983Z 08:33:43.728 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.728000000, lastModified=2020-04-08 08:33:43.722802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7328975Z 08:33:43.728 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.722802000 to 2020-04-08 08:33:43.726802000
2020-04-08T08:33:43.7331669Z 08:33:43.728 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.728000000, lastModified=2020-04-08 08:33:43.726802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7333995Z 08:33:43.729 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.728000000, lastModified=2020-04-08 08:33:43.726802000, delta=1198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7335744Z 08:33:43.729 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7337766Z 08:33:43.729 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.729000000, lastModified=2020-04-08 08:33:43.726802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7340058Z 08:33:43.729 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.729000000, lastModified=2020-04-08 08:33:43.726802000, delta=2198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7341662Z 08:33:43.729 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7343613Z 08:33:43.730 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.730000000, lastModified=2020-04-08 08:33:43.726802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7346064Z 08:33:43.730 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.730000000, lastModified=2020-04-08 08:33:43.726802000, delta=3198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7348070Z 08:33:43.730 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7349865Z 08:33:43.731 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.731000000, lastModified=2020-04-08 08:33:43.726802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7352259Z 08:33:43.731 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.731000000, lastModified=2020-04-08 08:33:43.726802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7354222Z 08:33:43.731 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7356180Z 08:33:43.731 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.731000000, lastModified=2020-04-08 08:33:43.726802000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7358218Z 08:33:43.732 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.731000000, lastModified=2020-04-08 08:33:43.726802000, delta=4198000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7360802Z 08:33:43.732 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7366976Z 08:33:43.732 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.732000000, lastModified=2020-04-08 08:33:43.730803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7370048Z 08:33:43.732 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.732000000, lastModified=2020-04-08 08:33:43.730803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7382951Z 08:33:43.733 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7385035Z 08:33:43.733 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.733000000, lastModified=2020-04-08 08:33:43.730803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7387738Z 08:33:43.733 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.733000000, lastModified=2020-04-08 08:33:43.730803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7389215Z 08:33:43.733 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7390813Z 08:33:43.734 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.734000000, lastModified=2020-04-08 08:33:43.730803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7392749Z 08:33:43.734 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.734000000, lastModified=2020-04-08 08:33:43.730803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7394159Z 08:33:43.734 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7395748Z 08:33:43.735 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.735000000, lastModified=2020-04-08 08:33:43.730803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7397729Z 08:33:43.735 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.735000000, lastModified=2020-04-08 08:33:43.730803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7399170Z 08:33:43.735 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7400731Z 08:33:43.735 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.735000000, lastModified=2020-04-08 08:33:43.730803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7402843Z 08:33:43.736 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.730803000 to 2020-04-08 08:33:43.734803000
2020-04-08T08:33:43.7404725Z 08:33:43.736 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.736000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7448966Z 08:33:43.736 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.736000000, lastModified=2020-04-08 08:33:43.734803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7450513Z 08:33:43.736 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7452115Z 08:33:43.736 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.736000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7454344Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.736000000, lastModified=2020-04-08 08:33:43.734803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7455807Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7457551Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.737000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7459640Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.737000000, lastModified=2020-04-08 08:33:43.734803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7461133Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7462819Z 08:33:43.737 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.737000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7465131Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.737000000, lastModified=2020-04-08 08:33:43.734803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7466522Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7468041Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.738000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7470023Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.738000000, lastModified=2020-04-08 08:33:43.734803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7471361Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7472888Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.738000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7474721Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.738000000, lastModified=2020-04-08 08:33:43.734803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7476109Z 08:33:43.738 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7477748Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7479656Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7481061Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7482751Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7484850Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7486158Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7487615Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7489572Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.739000000, lastModified=2020-04-08 08:33:43.734803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7490907Z 08:33:43.739 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7492468Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.740000000, lastModified=2020-04-08 08:33:43.734803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7494250Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.734803000 to 2020-04-08 08:33:43.738803000
2020-04-08T08:33:43.7496119Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.740000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7498088Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.740000000, lastModified=2020-04-08 08:33:43.738803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7499489Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7501091Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.740000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7503124Z 08:33:43.740 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.740000000, lastModified=2020-04-08 08:33:43.738803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7504484Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7506082Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7508258Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7509781Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7511393Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7513334Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7514686Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7516412Z 08:33:43.741 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7518401Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.741000000, lastModified=2020-04-08 08:33:43.738803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7519722Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7521326Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.742000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7523463Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.742000000, lastModified=2020-04-08 08:33:43.738803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7524758Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7526345Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.742000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7528300Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.742000000, lastModified=2020-04-08 08:33:43.738803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7529758Z 08:33:43.742 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7531210Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.743000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7533060Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.743000000, lastModified=2020-04-08 08:33:43.738803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7534422Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7535928Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.743000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7537986Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.743000000, lastModified=2020-04-08 08:33:43.738803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7539463Z 08:33:43.743 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7541079Z 08:33:43.744 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.744000000, lastModified=2020-04-08 08:33:43.738803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7543215Z 08:33:43.744 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.738803000 to 2020-04-08 08:33:43.742803000
2020-04-08T08:33:43.7545245Z 08:33:43.744 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.744000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7547236Z 08:33:43.745 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.744000000, lastModified=2020-04-08 08:33:43.742803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7548966Z 08:33:43.745 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7550643Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7552469Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7553769Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7555289Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7557089Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7558494Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7560089Z 08:33:43.746 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7562216Z 08:33:43.747 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.746000000, lastModified=2020-04-08 08:33:43.742803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7563721Z 08:33:43.747 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7565388Z 08:33:43.747 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.747000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7567339Z 08:33:43.747 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.747000000, lastModified=2020-04-08 08:33:43.742803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7568672Z 08:33:43.748 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7570262Z 08:33:43.748 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.748000000, lastModified=2020-04-08 08:33:43.742803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7572018Z 08:33:43.752 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.742803000 to 2020-04-08 08:33:43.746803000
2020-04-08T08:33:43.7573908Z 08:33:43.752 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.752000000, lastModified=2020-04-08 08:33:43.750803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7576127Z 08:33:43.753 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.752000000, lastModified=2020-04-08 08:33:43.750803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7577536Z 08:33:43.753 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7579072Z 08:33:43.754 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.754000000, lastModified=2020-04-08 08:33:43.750803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7581140Z 08:33:43.754 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.754000000, lastModified=2020-04-08 08:33:43.750803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7582826Z 08:33:43.755 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7584353Z 08:33:43.755 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.755000000, lastModified=2020-04-08 08:33:43.750803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7586010Z 08:33:43.756 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.750803000 to 2020-04-08 08:33:43.754803000
2020-04-08T08:33:43.7587839Z 08:33:43.757 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.757000000, lastModified=2020-04-08 08:33:43.754803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7589711Z 08:33:43.758 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.757000000, lastModified=2020-04-08 08:33:43.754803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7591114Z 08:33:43.758 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7597352Z 08:33:43.759 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.759000000, lastModified=2020-04-08 08:33:43.754803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7604320Z 08:33:43.759 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.759000000, lastModified=2020-04-08 08:33:43.754803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7605689Z 08:33:43.760 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7609286Z 08:33:43.760 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.760000000, lastModified=2020-04-08 08:33:43.758803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7618952Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.760000000, lastModified=2020-04-08 08:33:43.758803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7621389Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7623109Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.761000000, lastModified=2020-04-08 08:33:43.758803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7625028Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.761000000, lastModified=2020-04-08 08:33:43.758803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7627108Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7629090Z 08:33:43.761 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.761000000, lastModified=2020-04-08 08:33:43.758803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7631664Z 08:33:43.762 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.761000000, lastModified=2020-04-08 08:33:43.758803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7633046Z 08:33:43.762 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7636521Z 08:33:43.763 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.763000000, lastModified=2020-04-08 08:33:43.758803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7642142Z 08:33:43.763 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.763000000, lastModified=2020-04-08 08:33:43.758803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7648769Z 08:33:43.764 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7650723Z 08:33:43.764 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.764000000, lastModified=2020-04-08 08:33:43.762803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7654407Z 08:33:43.764 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.764000000, lastModified=2020-04-08 08:33:43.762803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7656961Z 08:33:43.765 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7661402Z 08:33:43.765 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.765000000, lastModified=2020-04-08 08:33:43.762803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7665738Z 08:33:43.766 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.765000000, lastModified=2020-04-08 08:33:43.762803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7667665Z 08:33:43.766 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7673147Z 08:33:43.766 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.766000000, lastModified=2020-04-08 08:33:43.762803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7677134Z 08:33:43.767 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.766000000, lastModified=2020-04-08 08:33:43.762803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7678882Z 08:33:43.767 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7683815Z 08:33:43.767 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.767000000, lastModified=2020-04-08 08:33:43.762803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7686981Z 08:33:43.768 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.762803000 to 2020-04-08 08:33:43.766803000
2020-04-08T08:33:43.7691209Z 08:33:43.768 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.768000000, lastModified=2020-04-08 08:33:43.766803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7695463Z 08:33:43.769 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.768000000, lastModified=2020-04-08 08:33:43.766803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7698261Z 08:33:43.769 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7703046Z 08:33:43.769 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.769000000, lastModified=2020-04-08 08:33:43.766803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7706840Z 08:33:43.770 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.769000000, lastModified=2020-04-08 08:33:43.766803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7709620Z 08:33:43.770 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7715447Z 08:33:43.771 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.771000000, lastModified=2020-04-08 08:33:43.766803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7718951Z 08:33:43.771 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.771000000, lastModified=2020-04-08 08:33:43.766803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7721604Z 08:33:43.771 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7729794Z 08:33:43.772 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.772000000, lastModified=2020-04-08 08:33:43.770803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7735714Z 08:33:43.773 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.772000000, lastModified=2020-04-08 08:33:43.770803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7738656Z 08:33:43.773 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7744740Z 08:33:43.773 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.773000000, lastModified=2020-04-08 08:33:43.770803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7749383Z 08:33:43.774 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.773000000, lastModified=2020-04-08 08:33:43.770803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7753278Z 08:33:43.774 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7757387Z 08:33:43.775 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.775000000, lastModified=2020-04-08 08:33:43.770803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7762392Z 08:33:43.775 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.775000000, lastModified=2020-04-08 08:33:43.770803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7763788Z 08:33:43.775 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7768573Z 08:33:43.776 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.776000000, lastModified=2020-04-08 08:33:43.774803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7773178Z 08:33:43.776 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.776000000, lastModified=2020-04-08 08:33:43.774803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7777238Z 08:33:43.777 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7781372Z 08:33:43.777 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.777000000, lastModified=2020-04-08 08:33:43.774803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7785850Z 08:33:43.778 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.777000000, lastModified=2020-04-08 08:33:43.774803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7789812Z 08:33:43.778 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7793718Z 08:33:43.778 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.778000000, lastModified=2020-04-08 08:33:43.774803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7798113Z 08:33:43.779 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.778000000, lastModified=2020-04-08 08:33:43.774803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7799899Z 08:33:43.779 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7803926Z 08:33:43.779 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.779000000, lastModified=2020-04-08 08:33:43.774803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7808098Z 08:33:43.780 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.774803000 to 2020-04-08 08:33:43.778803000
2020-04-08T08:33:43.7812779Z 08:33:43.780 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.780000000, lastModified=2020-04-08 08:33:43.778803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7817531Z 08:33:43.781 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.780000000, lastModified=2020-04-08 08:33:43.778803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7821431Z 08:33:43.781 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7825396Z 08:33:43.781 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.781000000, lastModified=2020-04-08 08:33:43.778803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7829481Z 08:33:43.782 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.781000000, lastModified=2020-04-08 08:33:43.778803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7834434Z 08:33:43.782 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7836068Z 08:33:43.783 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.783000000, lastModified=2020-04-08 08:33:43.778803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7840325Z 08:33:43.783 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.783000000, lastModified=2020-04-08 08:33:43.778803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7844007Z 08:33:43.783 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7849061Z 08:33:43.784 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.784000000, lastModified=2020-04-08 08:33:43.778803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7852599Z 08:33:43.784 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.778803000 to 2020-04-08 08:33:43.782803000
2020-04-08T08:33:43.7856004Z 08:33:43.785 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.785000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7858835Z 08:33:43.785 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.785000000, lastModified=2020-04-08 08:33:43.782803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7860228Z 08:33:43.785 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7862509Z 08:33:43.785 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.785000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7865845Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.785000000, lastModified=2020-04-08 08:33:43.782803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7867695Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7870480Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.786000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7873903Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.786000000, lastModified=2020-04-08 08:33:43.782803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7875282Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7876953Z 08:33:43.786 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.786000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7880290Z 08:33:43.787 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.786000000, lastModified=2020-04-08 08:33:43.782803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7882001Z 08:33:43.787 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7883737Z 08:33:43.787 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.787000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7887005Z 08:33:43.787 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.787000000, lastModified=2020-04-08 08:33:43.782803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7888695Z 08:33:43.787 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7890481Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.787000000, lastModified=2020-04-08 08:33:43.782803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7892708Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.787000000, lastModified=2020-04-08 08:33:43.782803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7894169Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7895795Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7898963Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7900700Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7902774Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7905299Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7906786Z 08:33:43.788 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7908562Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7910566Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.788000000, lastModified=2020-04-08 08:33:43.786803000, delta=1197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7911838Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7913699Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.789000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7916698Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.789000000, lastModified=2020-04-08 08:33:43.786803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7918325Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7920046Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.789000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7922327Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.789000000, lastModified=2020-04-08 08:33:43.786803000, delta=2197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7924254Z 08:33:43.789 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7925734Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.790000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7928099Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.790000000, lastModified=2020-04-08 08:33:43.786803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7929933Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7932095Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.790000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7934028Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.790000000, lastModified=2020-04-08 08:33:43.786803000, delta=3197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7935380Z 08:33:43.790 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7936831Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7938889Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7940742Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7965300Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7967890Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7970694Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7972094Z 08:33:43.791 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7976370Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.791000000, lastModified=2020-04-08 08:33:43.786803000, delta=4197000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7977913Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.7982110Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.792000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7986070Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.792000000, lastModified=2020-04-08 08:33:43.790804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7988534Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7991924Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.792000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.7995387Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.792000000, lastModified=2020-04-08 08:33:43.790804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.7997309Z 08:33:43.792 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.7999586Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8002252Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8004081Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8005963Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8008302Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8010046Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8011998Z 08:33:43.793 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8014584Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.793000000, lastModified=2020-04-08 08:33:43.790804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8016315Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8018360Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.794000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8020937Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.794000000, lastModified=2020-04-08 08:33:43.790804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8022812Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8024663Z 08:33:43.794 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.794000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8026941Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.794000000, lastModified=2020-04-08 08:33:43.790804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8028642Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8030487Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8032657Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8034577Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8036780Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8039242Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8040973Z 08:33:43.795 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8042843Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8045230Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.795000000, lastModified=2020-04-08 08:33:43.790804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8046873Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8048764Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8051098Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8053041Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8054733Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8057049Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8058623Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8060751Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8062894Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.796000000, lastModified=2020-04-08 08:33:43.794804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8064731Z 08:33:43.796 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8066530Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8068742Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8070690Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8072815Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8075454Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8077028Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8079854Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8082740Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8084849Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8086999Z 08:33:43.797 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8089888Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.797000000, lastModified=2020-04-08 08:33:43.794804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8091911Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8093639Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.798000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8096030Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.798000000, lastModified=2020-04-08 08:33:43.794804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8097590Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8123610Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.798000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8126018Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.798000000, lastModified=2020-04-08 08:33:43.794804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8127423Z 08:33:43.798 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8129181Z 08:33:43.799 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.799000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8131558Z 08:33:43.799 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.799000000, lastModified=2020-04-08 08:33:43.794804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8133100Z 08:33:43.799 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8134830Z 08:33:43.799 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.799000000, lastModified=2020-04-08 08:33:43.794804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8137060Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.799000000, lastModified=2020-04-08 08:33:43.794804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8138831Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8140633Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.800000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8143090Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.800000000, lastModified=2020-04-08 08:33:43.798804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8144659Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8146418Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.800000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8148430Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.800000000, lastModified=2020-04-08 08:33:43.798804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8149726Z 08:33:43.800 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8151458Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8153619Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8155385Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8157031Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8158873Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8160572Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8162818Z 08:33:43.801 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8164901Z 08:33:43.802 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.801000000, lastModified=2020-04-08 08:33:43.798804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8166607Z 08:33:43.802 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8168359Z 08:33:43.802 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.802000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8170128Z 08:33:43.802 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.802000000, lastModified=2020-04-08 08:33:43.798804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8171414Z 08:33:43.802 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8173185Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.802000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8175267Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.802000000, lastModified=2020-04-08 08:33:43.798804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8176738Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8178614Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.803000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8180705Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.803000000, lastModified=2020-04-08 08:33:43.798804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8181863Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8183544Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.803000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8185699Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.803000000, lastModified=2020-04-08 08:33:43.798804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8187360Z 08:33:43.803 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8189051Z 08:33:43.804 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.803000000, lastModified=2020-04-08 08:33:43.798804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8191554Z 08:33:43.804 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.798804000 to 2020-04-08 08:33:43.802804000
2020-04-08T08:33:43.8193731Z 08:33:43.804 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.804000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8195643Z 08:33:43.804 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.804000000, lastModified=2020-04-08 08:33:43.802804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8199034Z 08:33:43.804 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8200581Z 08:33:43.805 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.804000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8202484Z 08:33:43.805 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.804000000, lastModified=2020-04-08 08:33:43.802804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8203598Z 08:33:43.805 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8204774Z 08:33:43.805 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.805000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8206162Z 08:33:43.806 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.805000000, lastModified=2020-04-08 08:33:43.802804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8207214Z 08:33:43.806 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8208388Z 08:33:43.806 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.806000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8209746Z 08:33:43.806 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.806000000, lastModified=2020-04-08 08:33:43.802804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8210834Z 08:33:43.806 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8212006Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.806000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8213378Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.806000000, lastModified=2020-04-08 08:33:43.802804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8214424Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8215590Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.807000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8216937Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.807000000, lastModified=2020-04-08 08:33:43.802804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8217961Z 08:33:43.807 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8219221Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.802804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8220975Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.802804000, delta=5196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8222204Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8223375Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8224841Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8225874Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8227033Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8228390Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8229494Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8230667Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8232033Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8233042Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8234789Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8236425Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.808000000, lastModified=2020-04-08 08:33:43.806804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8237565Z 08:33:43.808 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8238837Z 08:33:43.809 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.809000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8240348Z 08:33:43.810 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.809000000, lastModified=2020-04-08 08:33:43.806804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8241457Z 08:33:43.810 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8243335Z 08:33:43.811 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.811000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8245994Z 08:33:43.811 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.811000000, lastModified=2020-04-08 08:33:43.806804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8247892Z 08:33:43.811 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8249488Z 08:33:43.811 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.811000000, lastModified=2020-04-08 08:33:43.806804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8251634Z 08:33:43.812 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.811000000, lastModified=2020-04-08 08:33:43.806804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8253079Z 08:33:43.812 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8254865Z 08:33:43.812 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.812000000, lastModified=2020-04-08 08:33:43.810804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8256872Z 08:33:43.813 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.812000000, lastModified=2020-04-08 08:33:43.810804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8258300Z 08:33:43.813 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8259984Z 08:33:43.813 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.813000000, lastModified=2020-04-08 08:33:43.810804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8262006Z 08:33:43.814 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.813000000, lastModified=2020-04-08 08:33:43.810804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8263492Z 08:33:43.814 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8265186Z 08:33:43.814 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.814000000, lastModified=2020-04-08 08:33:43.810804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8267334Z 08:33:43.814 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.814000000, lastModified=2020-04-08 08:33:43.810804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8268746Z 08:33:43.815 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8270357Z 08:33:43.815 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.815000000, lastModified=2020-04-08 08:33:43.810804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8272384Z 08:33:43.815 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.815000000, lastModified=2020-04-08 08:33:43.810804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8273691Z 08:33:43.815 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8275203Z 08:33:43.816 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.816000000, lastModified=2020-04-08 08:33:43.810804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8276909Z 08:33:43.816 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.810804000 to 2020-04-08 08:33:43.814804000
2020-04-08T08:33:43.8278913Z 08:33:43.816 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.816000000, lastModified=2020-04-08 08:33:43.814804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8281252Z 08:33:43.817 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.816000000, lastModified=2020-04-08 08:33:43.814804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8283197Z 08:33:43.817 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8285031Z 08:33:43.817 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.817000000, lastModified=2020-04-08 08:33:43.814804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8287155Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.817000000, lastModified=2020-04-08 08:33:43.814804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8288874Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8290838Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.818000000, lastModified=2020-04-08 08:33:43.814804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8293383Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.818000000, lastModified=2020-04-08 08:33:43.814804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8294820Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8296445Z 08:33:43.818 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.818000000, lastModified=2020-04-08 08:33:43.814804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8298437Z 08:33:43.819 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.818000000, lastModified=2020-04-08 08:33:43.814804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8300254Z 08:33:43.819 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8301936Z 08:33:43.819 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.819000000, lastModified=2020-04-08 08:33:43.814804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8303894Z 08:33:43.824 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.814804000 to 2020-04-08 08:33:43.822804000
2020-04-08T08:33:43.8329044Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.832000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8331244Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.832000000, lastModified=2020-04-08 08:33:43.830804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8332959Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8334671Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.832000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8336824Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.832000000, lastModified=2020-04-08 08:33:43.830804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8338486Z 08:33:43.832 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8340106Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.833000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8342526Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.833000000, lastModified=2020-04-08 08:33:43.830804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8344110Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8345769Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.833000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8347898Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.833000000, lastModified=2020-04-08 08:33:43.830804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8349917Z 08:33:43.833 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8351608Z 08:33:43.834 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.834000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8353795Z 08:33:43.834 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.834000000, lastModified=2020-04-08 08:33:43.830804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8355367Z 08:33:43.834 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8357120Z 08:33:43.834 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.834000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8359799Z 08:33:43.835 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.834000000, lastModified=2020-04-08 08:33:43.830804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8361383Z 08:33:43.835 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8363077Z 08:33:43.835 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.835000000, lastModified=2020-04-08 08:33:43.830804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8365832Z 08:33:43.836 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.830804000 to 2020-04-08 08:33:43.834804000
2020-04-08T08:33:43.8369102Z 08:33:43.836 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.836000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8371475Z 08:33:43.836 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.836000000, lastModified=2020-04-08 08:33:43.834804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8373169Z 08:33:43.836 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8375015Z 08:33:43.836 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.836000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8377338Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.836000000, lastModified=2020-04-08 08:33:43.834804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8379106Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8381035Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.837000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8383605Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.837000000, lastModified=2020-04-08 08:33:43.834804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8385300Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8387239Z 08:33:43.837 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.837000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8389820Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.837000000, lastModified=2020-04-08 08:33:43.834804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8391610Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8393539Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.838000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8396437Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.838000000, lastModified=2020-04-08 08:33:43.834804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8398014Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8399778Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.838000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8402291Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.838000000, lastModified=2020-04-08 08:33:43.834804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8404058Z 08:33:43.838 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8405791Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.839000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8408006Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.839000000, lastModified=2020-04-08 08:33:43.834804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8409558Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8411280Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.839000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8413279Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.839000000, lastModified=2020-04-08 08:33:43.834804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8414900Z 08:33:43.839 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8416609Z 08:33:43.840 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.840000000, lastModified=2020-04-08 08:33:43.834804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8418633Z 08:33:43.840 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.834804000 to 2020-04-08 08:33:43.838804000
2020-04-08T08:33:43.8448790Z 08:33:43.844 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.844000000, lastModified=2020-04-08 08:33:43.842804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8451002Z 08:33:43.844 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.844000000, lastModified=2020-04-08 08:33:43.842804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8452513Z 08:33:43.844 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8462412Z 08:33:43.845 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.845000000, lastModified=2020-04-08 08:33:43.842804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8464717Z 08:33:43.845 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.845000000, lastModified=2020-04-08 08:33:43.842804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8466375Z 08:33:43.845 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8474797Z 08:33:43.847 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.847000000, lastModified=2020-04-08 08:33:43.842804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8477274Z 08:33:43.847 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.847000000, lastModified=2020-04-08 08:33:43.842804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8479024Z 08:33:43.847 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8481374Z 08:33:43.847 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.847000000, lastModified=2020-04-08 08:33:43.842804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8485046Z 08:33:43.848 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.847000000, lastModified=2020-04-08 08:33:43.842804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8487226Z 08:33:43.848 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8489530Z 08:33:43.848 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.848000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8492018Z 08:33:43.848 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.848000000, lastModified=2020-04-08 08:33:43.846804000, delta=1196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8494206Z 08:33:43.848 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8496180Z 08:33:43.849 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.849000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8499218Z 08:33:43.849 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.849000000, lastModified=2020-04-08 08:33:43.846804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8500949Z 08:33:43.849 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8502983Z 08:33:43.849 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.849000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8505391Z 08:33:43.850 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.849000000, lastModified=2020-04-08 08:33:43.846804000, delta=2196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8507319Z 08:33:43.850 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8509698Z 08:33:43.850 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.850000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8512133Z 08:33:43.850 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.850000000, lastModified=2020-04-08 08:33:43.846804000, delta=3196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8514283Z 08:33:43.850 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8516417Z 08:33:43.851 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.851000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8518896Z 08:33:43.851 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.851000000, lastModified=2020-04-08 08:33:43.846804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8520856Z 08:33:43.851 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8523475Z 08:33:43.851 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.851000000, lastModified=2020-04-08 08:33:43.846804000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8525820Z 08:33:43.852 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.851000000, lastModified=2020-04-08 08:33:43.846804000, delta=4196000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8527857Z 08:33:43.852 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8529926Z 08:33:43.852 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.852000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8532507Z 08:33:43.852 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.852000000, lastModified=2020-04-08 08:33:43.850805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8534381Z 08:33:43.852 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8536502Z 08:33:43.853 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.853000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8539514Z 08:33:43.853 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.853000000, lastModified=2020-04-08 08:33:43.850805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8541357Z 08:33:43.853 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8545040Z 08:33:43.853 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.853000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8547595Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.853000000, lastModified=2020-04-08 08:33:43.850805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8549411Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8551853Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.854000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8554614Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.854000000, lastModified=2020-04-08 08:33:43.850805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8556521Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8558672Z 08:33:43.854 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.854000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8561873Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.854000000, lastModified=2020-04-08 08:33:43.850805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8563846Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8566079Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.855000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8568961Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.855000000, lastModified=2020-04-08 08:33:43.850805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8570601Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8572414Z 08:33:43.855 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.855000000, lastModified=2020-04-08 08:33:43.850805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8574521Z 08:33:43.856 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.850805000 to 2020-04-08 08:33:43.854805000
2020-04-08T08:33:43.8576566Z 08:33:43.856 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.856000000, lastModified=2020-04-08 08:33:43.854805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8578780Z 08:33:43.857 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.856000000, lastModified=2020-04-08 08:33:43.854805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8580459Z 08:33:43.857 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8582223Z 08:33:43.857 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.857000000, lastModified=2020-04-08 08:33:43.854805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8584245Z 08:33:43.857 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.857000000, lastModified=2020-04-08 08:33:43.854805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8585798Z 08:33:43.858 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8588073Z 08:33:43.858 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.858000000, lastModified=2020-04-08 08:33:43.854805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8590322Z 08:33:43.858 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.858000000, lastModified=2020-04-08 08:33:43.854805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8591898Z 08:33:43.858 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8593455Z 08:33:43.858 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.858000000, lastModified=2020-04-08 08:33:43.854805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8597659Z 08:33:43.859 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.858000000, lastModified=2020-04-08 08:33:43.854805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8599933Z 08:33:43.859 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8608701Z 08:33:43.860 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.860000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8612470Z 08:33:43.860 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.860000000, lastModified=2020-04-08 08:33:43.858805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8614424Z 08:33:43.860 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8617473Z 08:33:43.861 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.861000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8620729Z 08:33:43.861 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.861000000, lastModified=2020-04-08 08:33:43.858805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8622503Z 08:33:43.861 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8625441Z 08:33:43.861 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.861000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8627540Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.861000000, lastModified=2020-04-08 08:33:43.858805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8629042Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8631913Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8634010Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8635651Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8637477Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8639582Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8641084Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8644396Z 08:33:43.862 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8646884Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.862000000, lastModified=2020-04-08 08:33:43.858805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8648405Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8650237Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.863000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8652294Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.863000000, lastModified=2020-04-08 08:33:43.858805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8653878Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8655597Z 08:33:43.863 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.863000000, lastModified=2020-04-08 08:33:43.858805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8659471Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.863000000, lastModified=2020-04-08 08:33:43.858805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8661659Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8664059Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.864000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8667010Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.864000000, lastModified=2020-04-08 08:33:43.862805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8668503Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8671061Z 08:33:43.864 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.864000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8674019Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.864000000, lastModified=2020-04-08 08:33:43.862805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8675944Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8678490Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.865000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8681429Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.865000000, lastModified=2020-04-08 08:33:43.862805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8683072Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8736548Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.865000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8739680Z 08:33:43.865 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.865000000, lastModified=2020-04-08 08:33:43.862805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8742304Z 08:33:43.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8745119Z 08:33:43.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.866000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8748479Z 08:33:43.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.866000000, lastModified=2020-04-08 08:33:43.862805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8750896Z 08:33:43.866 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8753545Z 08:33:43.867 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.867000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8756617Z 08:33:43.867 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.867000000, lastModified=2020-04-08 08:33:43.862805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8759253Z 08:33:43.867 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8761426Z 08:33:43.867 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.867000000, lastModified=2020-04-08 08:33:43.862805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8763833Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.867000000, lastModified=2020-04-08 08:33:43.862805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8765509Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8768055Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.868000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8770919Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.868000000, lastModified=2020-04-08 08:33:43.866805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8772415Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8775161Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.868000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8777321Z 08:33:43.868 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.868000000, lastModified=2020-04-08 08:33:43.866805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8779037Z 08:33:43.869 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8780874Z 08:33:43.869 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.869000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8783119Z 08:33:43.869 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.869000000, lastModified=2020-04-08 08:33:43.866805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8784713Z 08:33:43.869 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8786557Z 08:33:43.869 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.869000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8788931Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.869000000, lastModified=2020-04-08 08:33:43.866805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8790476Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8792240Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8794390Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8796106Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8797758Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8800009Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8801488Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8803783Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8806023Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.870000000, lastModified=2020-04-08 08:33:43.866805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8807512Z 08:33:43.870 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8809370Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8811461Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8813084Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8814920Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8817057Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8818643Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8820479Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8822632Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.871000000, lastModified=2020-04-08 08:33:43.866805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8824141Z 08:33:43.871 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8826170Z 08:33:43.872 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.872000000, lastModified=2020-04-08 08:33:43.866805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8828125Z 08:33:43.872 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.866805000 to 2020-04-08 08:33:43.870805000
2020-04-08T08:33:43.8830037Z 08:33:43.872 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.872000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8832482Z 08:33:43.873 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.872000000, lastModified=2020-04-08 08:33:43.870805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8834085Z 08:33:43.873 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8835990Z 08:33:43.873 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.873000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8838107Z 08:33:43.873 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.873000000, lastModified=2020-04-08 08:33:43.870805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8839640Z 08:33:43.873 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8841423Z 08:33:43.874 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.874000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8843660Z 08:33:43.874 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.874000000, lastModified=2020-04-08 08:33:43.870805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8845177Z 08:33:43.874 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8846946Z 08:33:43.874 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.874000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8849178Z 08:33:43.875 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.874000000, lastModified=2020-04-08 08:33:43.870805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8850628Z 08:33:43.875 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8852408Z 08:33:43.875 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.875000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8854406Z 08:33:43.875 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.875000000, lastModified=2020-04-08 08:33:43.870805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8855909Z 08:33:43.875 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8857540Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.870805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8859767Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.870805000, delta=5195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8861431Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8863176Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8865224Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.874805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8866734Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8868893Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8871051Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.876000000, lastModified=2020-04-08 08:33:43.874805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8872705Z 08:33:43.876 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8874562Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.877000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8876667Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.877000000, lastModified=2020-04-08 08:33:43.874805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8878334Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8879982Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.877000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8882348Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.877000000, lastModified=2020-04-08 08:33:43.874805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8883756Z 08:33:43.877 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8885369Z 08:33:43.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.878000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8887479Z 08:33:43.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.878000000, lastModified=2020-04-08 08:33:43.874805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8888992Z 08:33:43.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8890699Z 08:33:43.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.878000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8892727Z 08:33:43.878 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.878000000, lastModified=2020-04-08 08:33:43.874805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8894267Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8895903Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8898091Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8899757Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8901605Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8903721Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8905523Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8907160Z 08:33:43.879 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8909308Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.879000000, lastModified=2020-04-08 08:33:43.874805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8910645Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8912134Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8913541Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8915049Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8916621Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8918709Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8920195Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8922016Z 08:33:43.880 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8923811Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.880000000, lastModified=2020-04-08 08:33:43.878805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8925379Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8926955Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8928726Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8930288Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8931990Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8934055Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8935539Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8937142Z 08:33:43.881 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8939346Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.881000000, lastModified=2020-04-08 08:33:43.878805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8941151Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8943021Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8944856Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8946570Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8948458Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8950815Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8952701Z 08:33:43.882 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8954230Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8956219Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.882000000, lastModified=2020-04-08 08:33:43.878805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8957793Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8959568Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8961015Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8962181Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8963999Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8966343Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8968154Z 08:33:43.883 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8970092Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8972235Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.883000000, lastModified=2020-04-08 08:33:43.878805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8974155Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.8975810Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.884000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8977776Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.884000000, lastModified=2020-04-08 08:33:43.882805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8979190Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8980703Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.884000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8982844Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.884000000, lastModified=2020-04-08 08:33:43.882805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8984311Z 08:33:43.884 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8985959Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8987991Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8989413Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8990980Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8993232Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.8994780Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.8996529Z 08:33:43.885 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.8998712Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.885000000, lastModified=2020-04-08 08:33:43.882805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9000366Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9002505Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.886000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9004767Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.886000000, lastModified=2020-04-08 08:33:43.882805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9009711Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9013137Z 08:33:43.886 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.886000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9016532Z 08:33:43.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.886000000, lastModified=2020-04-08 08:33:43.882805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9019024Z 08:33:43.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9021305Z 08:33:43.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.887000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9024122Z 08:33:43.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.887000000, lastModified=2020-04-08 08:33:43.882805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9026157Z 08:33:43.887 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9028253Z 08:33:43.888 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.888000000, lastModified=2020-04-08 08:33:43.882805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9030734Z 08:33:43.888 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, lastModified changed from 2020-04-08 08:33:43.882805000 to 2020-04-08 08:33:43.886805000
2020-04-08T08:33:43.9032990Z 08:33:43.888 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.888000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9035152Z 08:33:43.889 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.888000000, lastModified=2020-04-08 08:33:43.886805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9036634Z 08:33:43.889 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9038485Z 08:33:43.889 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.889000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9040630Z 08:33:43.890 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.889000000, lastModified=2020-04-08 08:33:43.886805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9042842Z 08:33:43.890 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9044933Z 08:33:43.890 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.890000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9047159Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.890000000, lastModified=2020-04-08 08:33:43.886805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9048973Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9050824Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9052878Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9054437Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9056346Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9058399Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9059911Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9061529Z 08:33:43.891 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9063666Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.891000000, lastModified=2020-04-08 08:33:43.886805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9065659Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9067325Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.892000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9069413Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.892000000, lastModified=2020-04-08 08:33:43.890805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9070936Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9072572Z 08:33:43.892 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.892000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9074640Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.892000000, lastModified=2020-04-08 08:33:43.890805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9076171Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9077933Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.893000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9079975Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.893000000, lastModified=2020-04-08 08:33:43.890805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9081548Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9083511Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.893000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9085986Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.893000000, lastModified=2020-04-08 08:33:43.890805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9087509Z 08:33:43.893 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9089350Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9091747Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9093273Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9094944Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9097096Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9098579Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9100321Z 08:33:43.894 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9102442Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.894000000, lastModified=2020-04-08 08:33:43.890805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9104091Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9105346Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.895000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9106705Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.895000000, lastModified=2020-04-08 08:33:43.890805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9107993Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9109145Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.895000000, lastModified=2020-04-08 08:33:43.890805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9111201Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.895000000, lastModified=2020-04-08 08:33:43.890805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9112849Z 08:33:43.895 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9114442Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9116194Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9117707Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9119390Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9121545Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9122848Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9124431Z 08:33:43.896 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9126330Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.896000000, lastModified=2020-04-08 08:33:43.894805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9127954Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9129775Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.897000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9131712Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.897000000, lastModified=2020-04-08 08:33:43.894805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9133007Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9134899Z 08:33:43.897 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.897000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9139521Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.897000000, lastModified=2020-04-08 08:33:43.894805000, delta=2195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9142070Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9144298Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.898000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9146380Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.898000000, lastModified=2020-04-08 08:33:43.894805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9153208Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9154326Z 08:33:43.898 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.898000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9155628Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.898000000, lastModified=2020-04-08 08:33:43.894805000, delta=3195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9156523Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9157553Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9158917Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9159783Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9160791Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9162541Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9164504Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9167900Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9171820Z 08:33:43.899 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=false, read=2020-04-08 08:33:43.899000000, lastModified=2020-04-08 08:33:43.894805000, delta=4195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9173584Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is unmodified
2020-04-08T08:33:43.9176147Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9179957Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9183009Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9184985Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9187051Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9188800Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9190650Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9192886Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.9194482Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, is racily clean
2020-04-08T08:33:43.9196433Z 08:33:43.900 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, create new FileSnapshot: lastRead=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, size=1, fileKey=(dev=200075,ino=29164407)
2020-04-08T08:33:43.9198819Z 08:33:43.901 DEBUG: file=/app/.git/.probe-78fbdfcd-39b6-42db-80ff-e06c90cf5fef, isRacyClean=true, read=2020-04-08 08:33:43.900000000, lastModified=2020-04-08 08:33:43.898805000, delta=1195000 ns, racy<=2502500 ns
2020-04-08T08:33:43.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment