found 7zip in C:\Program Files\7-Zip\7z.exe
	set PATH=E:\buildsystem\release-1916-x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\;C:\ActiveTcl\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\7-Zip;C:\php;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\szekeres\AppData\Local\Microsoft\WindowsApps;C:\Users\szekeres\.dotnet\tools;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja
	git config --global core.autocrlf false
	if not exist src\mapserver-vc15x64 git clone -b main https://github.com/mapserver/mapserver.git src\mapserver-vc15x64
	cd src\mapserver-vc15x64
	git reset --hard HEAD
HEAD is now at e9d042872 Repo restructure (#6919)
	git fetch
	git checkout main
Your branch is up to date with 'origin/main'.
	git pull origin main
Already up to date.
	git reset --hard HEAD
HEAD is now at e9d042872 Repo restructure (#6919)
	git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\ms_revision.txt
	type E:\buildsystem\release-1916-x64\doc\ms_revision.txt
e9d042872b2e0940edba4397dea6e505a213370e	cd E:\buildsystem
	git config --global core.autocrlf false
	if not exist src\gdal-vc15x64 git clone -b master https://github.com/OSGeo/gdal.git src\gdal-vc15x64
	cd src\gdal-vc15x64
	git reset --hard HEAD
HEAD is now at 44738ccc55 Merge pull request #8273 from rouault/python_setfield_binary
	git fetch
	git checkout master
Your branch is behind 'origin/master' by 2 commits, and can be fast-forwarded.
  (use "git pull" to update your local branch)
	git pull origin master
Updating 44738ccc55..0912a9ffc0
Fast-forward
 autotest/alg/applyverticalshiftgrid.py         |  12 +-
 autotest/alg/rasterize.py                      |   5 +-
 autotest/gcore/basic_test.py                   |  28 +--
 autotest/gcore/cog.py                          |  22 +--
 autotest/gcore/geoloc.py                       |   2 +-
 autotest/gcore/hfa_srs.py                      |   2 +-
 autotest/gcore/histogram.py                    |   2 +-
 autotest/gcore/mask.py                         |  12 +-
 autotest/gcore/minixml.py                      |   3 +-
 autotest/gcore/misc.py                         |  16 +-
 autotest/gcore/multidim.py                     |  26 +--
 autotest/gcore/numpy_rw.py                     |  16 +-
 autotest/gcore/pam.py                          |   2 +-
 autotest/gcore/rasterio.py                     |  40 ++---
 autotest/gcore/tiff_ovr.py                     |   4 +-
 autotest/gcore/tiff_read.py                    |  62 +++----
 autotest/gcore/tiff_srs.py                     |  12 +-
 autotest/gcore/tiff_write.py                   |  98 +++++------
 autotest/gcore/transformer.py                  |   2 +-
 autotest/gcore/vrt_read.py                     |  24 +--
 autotest/gcore/vsiadls.py                      |   4 +-
 autotest/gcore/vsiaz.py                        |  16 +-
 autotest/gcore/vsiaz_real_instance_auto.py     |  12 +-
 autotest/gcore/vsiaz_real_instance_manual.py   |   2 +-
 autotest/gcore/vsicrypt.py                     |  48 +++---
 autotest/gcore/vsicurl.py                      |   2 +-
 autotest/gcore/vsifile.py                      |  22 +--
 autotest/gcore/vsigs.py                        |  26 +--
 autotest/gcore/vsioss.py                       |  46 ++---
 autotest/gcore/vsis3.py                        |  78 ++++-----
 autotest/gcore/vsistdin.py                     |   4 +-
 autotest/gcore/vsiswift.py                     |  12 +-
 autotest/gcore/vsiwebhdfs.py                   |  12 +-
 autotest/gcore/vsizip.py                       |  18 +-
 autotest/gdrivers/bag.py                       |  22 +--
 autotest/gdrivers/basisu.py                    |  18 +-
 autotest/gdrivers/daas.py                      |  64 +++----
 autotest/gdrivers/dted.py                      |   2 +-
 autotest/gdrivers/ehdr.py                      |   2 +-
 autotest/gdrivers/fits.py                      |  20 +--
 autotest/gdrivers/gdalhttp.py                  |   4 +-
 autotest/gdrivers/georaster.py                 |   2 +-
 autotest/gdrivers/gpkg.py                      |  92 +++++-----
 autotest/gdrivers/grib.py                      |  40 ++---
 autotest/gdrivers/hdf5multidim.py              |   2 +-
 autotest/gdrivers/hfa.py                       |   4 +-
 autotest/gdrivers/isg.py                       |   2 +-
 autotest/gdrivers/isis.py                      |  74 ++++----
 autotest/gdrivers/jp2lura.py                   |  24 +--
 autotest/gdrivers/jp2openjpeg.py               |  76 ++++-----
 autotest/gdrivers/jpeg.py                      |  20 +--
 autotest/gdrivers/jpegxl.py                    |  28 +--
 autotest/gdrivers/kea.py                       |  22 +--
 autotest/gdrivers/ktx2.py                      |  18 +-
 autotest/gdrivers/lcp.py                       |   4 +-
 autotest/gdrivers/mbtiles.py                   |  18 +-
 autotest/gdrivers/mem.py                       |  18 +-
 autotest/gdrivers/memmultidim.py               |  64 +++----
 autotest/gdrivers/mrf.py                       |  12 +-
 autotest/gdrivers/netcdf.py                    |  60 +++----
 autotest/gdrivers/netcdf_multidim.py           |  58 +++----
 autotest/gdrivers/ngw.py                       |   2 +-
 autotest/gdrivers/nitf.py                      |  66 ++++----
 autotest/gdrivers/openfilegdb.py               |   3 +-
 autotest/gdrivers/pcidsk.py                    |   4 +-
 autotest/gdrivers/pdf.py                       |  62 +++----
 autotest/gdrivers/pds.py                       |   2 +-
 autotest/gdrivers/pds4.py                      |  60 +++----
 autotest/gdrivers/plmosaic.py                  |  12 +-
 autotest/gdrivers/png.py                       |   6 +-
 autotest/gdrivers/pnm.py                       |   2 +-
 autotest/gdrivers/postgisraster.py             |  44 ++---
 autotest/gdrivers/rl2.py                       |   4 +-
 autotest/gdrivers/rmf.py                       |  24 +--
 autotest/gdrivers/roipac.py                    |   2 +-
 autotest/gdrivers/sentinel2.py                 |  76 ++++-----
 autotest/gdrivers/test_validate_jp2.py         |   6 +-
 autotest/gdrivers/usgsdem.py                   |   2 +-
 autotest/gdrivers/vicar.py                     |   8 +-
 autotest/gdrivers/vrtderived.py                |  28 +--
 autotest/gdrivers/vrtmultidim.py               |  76 ++++-----
 autotest/gdrivers/vrtpansharpen.py             |  56 +++---
 autotest/gdrivers/wmts.py                      |  42 ++---
 autotest/gdrivers/xyz.py                       |   2 +-
 autotest/gdrivers/zarr_driver.py               |  74 ++++----
 autotest/ogr/ogr_basic_test.py                 |  22 +--
 autotest/ogr/ogr_carto.py                      |   6 +-
 autotest/ogr/ogr_csv.py                        |  46 ++---
 autotest/ogr/ogr_csw.py                        |  38 ++---
 autotest/ogr/ogr_dxf.py                        |  10 +-
 autotest/ogr/ogr_elasticsearch.py              |  74 ++++----
 autotest/ogr/ogr_esrijson.py                   |   6 +-
 autotest/ogr/ogr_factory.py                    |   2 +-
 autotest/ogr/ogr_feature.py                    |  19 +--
 autotest/ogr/ogr_fgdb.py                       |  72 ++++----
 autotest/ogr/ogr_fgdb_stress_test.py           |   3 +-
 autotest/ogr/ogr_fielddomain.py                |   5 +-
 autotest/ogr/ogr_flatgeobuf.py                 |  10 +-
 autotest/ogr/ogr_geojson.py                    |  38 ++---
 autotest/ogr/ogr_geojsonseq.py                 |   4 +-
 autotest/ogr/ogr_geom.py                       |  88 +++++-----
 autotest/ogr/ogr_georss.py                     |   2 +-
 autotest/ogr/ogr_geos.py                       |   8 +-
 autotest/ogr/ogr_gml_geom.py                   |   2 +-
 autotest/ogr/ogr_gml_read.py                   |  18 +-
 autotest/ogr/ogr_gmlas.py                      |  94 +++++-----
 autotest/ogr/ogr_gpkg.py                       | 226 ++++++++++++-------------
 autotest/ogr/ogr_gpsbabel.py                   |   2 +-
 autotest/ogr/ogr_gpx.py                        |   7 +-
 autotest/ogr/ogr_hana.py                       |  20 +--
 autotest/ogr/ogr_ili.py                        |   2 +-
 autotest/ogr/ogr_jml.py                        |  12 +-
 autotest/ogr/ogr_libkml.py                     |   8 +-
 autotest/ogr/ogr_mem.py                        |   6 +-
 autotest/ogr/ogr_mitab.py                      |  20 +--
 autotest/ogr/ogr_mongodbv3.py                  |  54 +++---
 autotest/ogr/ogr_mssqlspatial.py               |   4 +-
 autotest/ogr/ogr_mvt.py                        |  48 +++---
 autotest/ogr/ogr_mysql.py                      |   8 +-
 autotest/ogr/ogr_ngw.py                        |   6 +-
 autotest/ogr/ogr_oci.py                        |  14 +-
 autotest/ogr/ogr_ods.py                        |   2 +-
 autotest/ogr/ogr_openfilegdb.py                |  10 +-
 autotest/ogr/ogr_openfilegdb_write.py          |  82 ++++-----
 autotest/ogr/ogr_osm.py                        |  16 +-
 autotest/ogr/ogr_parquet.py                    |   2 +-
 autotest/ogr/ogr_pcidsk.py                     |   4 +-
 autotest/ogr/ogr_pds.py                        |   7 +-
 autotest/ogr/ogr_pds4.py                       |   4 +-
 autotest/ogr/ogr_pg.py                         |  74 ++++----
 autotest/ogr/ogr_pgdump.py                     |  12 +-
 autotest/ogr/ogr_pgeo.py                       |   2 +-
 autotest/ogr/ogr_plscenes.py                   |  18 +-
 autotest/ogr/ogr_pythondrivers.py              |   6 +-
 autotest/ogr/ogr_refcount.py                   |   4 +-
 autotest/ogr/ogr_rfc35.py                      |  10 +-
 autotest/ogr/ogr_rfc41.py                      |  18 +-
 autotest/ogr/ogr_sdts.py                       |   6 +-
 autotest/ogr/ogr_shape.py                      | 144 ++++++++--------
 autotest/ogr/ogr_sql_rfc28.py                  |  26 +--
 autotest/ogr/ogr_sql_sqlite.py                 |  22 +--
 autotest/ogr/ogr_sql_test.py                   |  10 +-
 autotest/ogr/ogr_sqlite.py                     |  58 +++----
 autotest/ogr/ogr_style.py                      |   3 +-
 autotest/ogr/ogr_sxf.py                        |   2 +-
 autotest/ogr/ogr_tiledb.py                     |   2 +-
 autotest/ogr/ogr_vdv.py                        |  18 +-
 autotest/ogr/ogr_virtualogr.py                 |  18 +-
 autotest/ogr/ogr_vrt.py                        |  82 ++++-----
 autotest/ogr/ogr_wfs.py                        | 182 ++++++++++----------
 autotest/ogr/ogr_wkbwkt_geom.py                |  14 +-
 autotest/osr/osr_ct.py                         |   8 +-
 autotest/osr/osr_epsg.py                       |   2 +-
 autotest/osr/osr_url.py                        |   2 +-
 autotest/pyscripts/test_validate_geoparquet.py |   4 +-
 autotest/utilities/test_gdal_rasterize_lib.py  |   2 +-
 autotest/utilities/test_gdal_translate_lib.py  |   6 +-
 autotest/utilities/test_gdalbuildvrt_lib.py    |   4 +-
 autotest/utilities/test_gdaldem_lib.py         |   2 +-
 autotest/utilities/test_gdalwarp_lib.py        |   6 +-
 autotest/utilities/test_ogr2ogr_lib.py         |   8 +-
 161 files changed, 2011 insertions(+), 2020 deletions(-)
	git reset --hard HEAD
HEAD is now at 0912a9ffc0 Merge pull request #8293 from dbaston/pytest-quiet-errors
	git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\gdal_revision.txt
	type E:\buildsystem\release-1916-x64\doc\gdal_revision.txt
0912a9ffc0ab6f2d7dd2ab530fe469ce01d9063e	cd E:\buildsystem
	set PATH=E:\buildsystem\release-1916-x64\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Tools\MSVC\14.16.27023\bin\HostX64\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\VC\VCPackages;C:\Program Files (x86)\Microsoft SDKs\TypeScript\3.1;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TestWindow;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\TeamFoundation\Team Explorer;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\MSBuild\15.0\bin\Roslyn;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Team Tools\Performance Tools;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\\x64;C:\Program Files (x86)\Microsoft Visual Studio\Shared\Common\VSPerfCollectionTools\;C:\Program Files (x86)\Microsoft SDKs\Windows\v10.0A\bin\NETFX 4.6.1 Tools\x64\;C:\Program Files (x86)\Windows Kits\10\bin\10.0.19041.0\x64;C:\Program Files (x86)\Windows Kits\10\bin\x64;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\\MSBuild\15.0\bin;C:\Windows\Microsoft.NET\Framework64\v4.0.30319;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\Tools\;C:\ActiveTcl\bin;C:\Program Files (x86)\Common Files\Oracle\Java\javapath;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Windows\System32\OpenSSH\;C:\Program Files\Git\cmd;C:\Program Files\dotnet\;C:\Program Files\Microsoft SQL Server\130\Tools\Binn\;C:\Program Files\Microsoft SQL Server\Client SDK\ODBC\170\Tools\Binn\;C:\Program Files\Microsoft SQL Server\150\Tools\Binn\;C:\Program Files\7-Zip;C:\php;C:\Strawberry\c\bin;C:\Strawberry\perl\site\bin;C:\Strawberry\perl\bin;C:\Users\szekeres\AppData\Local\Microsoft\WindowsApps;C:\Users\szekeres\.dotnet\tools;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\CMake\bin;C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\Common7\IDE\CommonExtensions\Microsoft\CMake\Ninja
	git config --global core.autocrlf false
	if not exist src\mapcache-vc15x64 git clone -b main https://github.com/MapServer/mapcache.git src\mapcache-vc15x64
	cd src\mapcache-vc15x64
	git reset --hard HEAD
HEAD is now at 0b85061 Add support for pcre2. (#314)
	git fetch
	git checkout main
Your branch is up to date with 'origin/main'.
	git pull origin main
Already up to date.
	git log --pretty=format:%H -n 1 > E:\buildsystem\release-1916-x64\doc\mapcache_revision.txt
	type E:\buildsystem\release-1916-x64\doc\mapcache_revision.txt
0b85061c673ade7a0890759105c7db79a21af87d	cd E:\buildsystem